summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorKonsta Holtta <kholtta@nvidia.com>2018-08-27 07:17:05 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-08-31 00:42:57 -0400
commit16ef96d4de646a97cee250b1e178f15d5e0909c3 (patch)
tree6ed5a672e22eeaea2ca2f234df751a1406c66e86 /drivers/gpu/nvgpu/gk20a/gk20a.h
parent5a140928c2397be4780367d2a3b11de2c5d17446 (diff)
gpu: nvgpu: move priv cmd definitions to channel
struct priv_cmd_queue and struct priv_cmd_entry are related to the list of jobs in a channel, so move their definitions from the mm header to the channel header. Jira NVGPU-967 Change-Id: Ib0cf3fd52be463e720165a47e56b14724273473e Signed-off-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1807371 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index e51d768b..8fc88677 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -45,6 +45,7 @@ struct nvgpu_clk_arb;
45#ifdef CONFIG_GK20A_CTXSW_TRACE 45#ifdef CONFIG_GK20A_CTXSW_TRACE
46struct nvgpu_ctxsw_trace_filter; 46struct nvgpu_ctxsw_trace_filter;
47#endif 47#endif
48struct priv_cmd_entry;
48 49
49#include <nvgpu/lock.h> 50#include <nvgpu/lock.h>
50#include <nvgpu/thread.h> 51#include <nvgpu/thread.h>