From ab3f04213c21dd8b9fe3d1fd5f68d80c3768e002 Mon Sep 17 00:00:00 2001 From: vinodg Date: Tue, 14 Jan 2020 16:16:42 -0800 Subject: [PATCH] gpu: nvgpu: unit: fix the gr subunit file location Correct few gr subunit file location to include the right header file. Jira NVGPU-4359 Change-Id: I391ecba8e05cc4fa49e438f81fe5caa275c8ee52 Signed-off-by: vinodg Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2279189 Reviewed-by: mobile promotions Tested-by: mobile promotions --- userspace/SWUTS.sources | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/userspace/SWUTS.sources b/userspace/SWUTS.sources index d49c5ebdb..500527e83 100644 --- a/userspace/SWUTS.sources +++ b/userspace/SWUTS.sources @@ -91,11 +91,11 @@ INPUT += ../../../userspace/units/class/nvgpu-class.h INPUT += ../../../userspace/units/gr/nvgpu-gr.h INPUT += ../../../userspace/units/gr/setup/nvgpu-gr-setup.h INPUT += ../../../userspace/units/gr/intr/nvgpu-gr-intr.h -INPUT += ../../../userspace/units/gr/intr/nvgpu-gr-init-hal-gv11b.h -INPUT += ../../../userspace/units/gr/intr/nvgpu-gr-falcon.h -INPUT += ../../../userspace/units/gr/intr/nvgpu-gr-fs-state.h -INPUT += ../../../userspace/units/gr/intr/nvgpu-gr-global-ctx.h -INPUT += ../../../userspace/units/gr/intr/nvgpu-gr-ctx.h -INPUT += ../../../userspace/units/gr/intr/nvgpu-gr-obj-ctx.h +INPUT += ../../../userspace/units/gr/init/nvgpu-gr-init-hal-gv11b.h +INPUT += ../../../userspace/units/gr/falcon/nvgpu-gr-falcon.h +INPUT += ../../../userspace/units/gr/fs_state/nvgpu-gr-fs-state.h +INPUT += ../../../userspace/units/gr/global_ctx/nvgpu-gr-global-ctx.h +INPUT += ../../../userspace/units/gr/ctx/nvgpu-gr-ctx.h +INPUT += ../../../userspace/units/gr/obj_ctx/nvgpu-gr-obj-ctx.h INPUT += ../../../userspace/units/gr/config/nvgpu-gr-config.h INPUT += ../../../userspace/units/ecc/nvgpu-ecc.h