summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/fifo_t19x.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-09-27 18:05:50 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-10-13 18:20:01 -0400
commitb0092ea95c6e1f695912cdb0b13767f3881cb22f (patch)
tree0ed4ebc0b72592d8addf6e459269dd5aa245c368 /drivers/gpu/nvgpu/fifo_t19x.h
parent506f891f76800b059e960a195bb0da4c71cb2e16 (diff)
gpu: nvgpu: gv11b: Abstract IO aperture accessors
Implement T19x specific usermode aperture initialization functions. Move usermode_regs field to nvgpu_os_linux_t19x, because it is Linux specific. JIRA NVGPU-259 Change-Id: I9d6ce243a692ab48209d468288ed85f89fb26770 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1569699 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/fifo_t19x.h')
-rw-r--r--drivers/gpu/nvgpu/fifo_t19x.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/fifo_t19x.h b/drivers/gpu/nvgpu/fifo_t19x.h
index 6d508304..7274d1fe 100644
--- a/drivers/gpu/nvgpu/fifo_t19x.h
+++ b/drivers/gpu/nvgpu/fifo_t19x.h
@@ -24,7 +24,6 @@
24#define _FIFO_T19X_H_ 24#define _FIFO_T19X_H_
25 25
26struct fifo_t19x { 26struct fifo_t19x {
27 void __iomem *usermode_regs;
28 u32 max_subctx_count; 27 u32 max_subctx_count;
29}; 28};
30 29