summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-04-19 17:09:05 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-06-27 06:57:13 -0400
commit8b3d94ffd3e5b6d7a622c6ad54692d79bf39d1ce (patch)
treefb8648cd40e99892e18e28de8e8851915a0ac0b9 /drivers/gpu/nvgpu/gk20a/gk20a.h
parent52445fba1feac3ee20bf1c3db149adc42715af9e (diff)
gpu: nvgpu: Move sysfs dependencies from HAL to Linux
Move sysfs dependencies from gk20a/ and gp10b/ to common/linux. At the same time the gk20a and gp10b variants are merged into one. JIRA NVGPU-48 Change-Id: I212be8f1beb8d20a57de04a57513e8fa0e2e83b4 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master/r/1466055 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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 7dc72f7b..acfb6144 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1419,9 +1419,6 @@ enum {
1419 KEPLER_CHANNEL_GPFIFO_C = 0xA26F, 1419 KEPLER_CHANNEL_GPFIFO_C = 0xA26F,
1420}; 1420};
1421 1421
1422void gk20a_create_sysfs(struct device *dev);
1423void gk20a_remove_sysfs(struct device *dev);
1424
1425#define GK20A_BAR0_IORESOURCE_MEM 0 1422#define GK20A_BAR0_IORESOURCE_MEM 0
1426#define GK20A_BAR1_IORESOURCE_MEM 1 1423#define GK20A_BAR1_IORESOURCE_MEM 1
1427#define GK20A_SIM_IORESOURCE_MEM 2 1424#define GK20A_SIM_IORESOURCE_MEM 2