summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm206/bios_gm206.h
diff options
context:
space:
mode:
authorDavid Nieto <dmartineznie@nvidia.com>2016-09-19 14:28:08 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2016-10-20 01:10:17 -0400
commit2c3c567553a20e71b1dc0cba892772f33aacaa01 (patch)
tree4c553962b0c7508baa6983b96ee7737593a1156e /drivers/gpu/nvgpu/gm206/bios_gm206.h
parentf4b05d295fe821d2871ba22dde178674359fe563 (diff)
gpu: nvgpu: add support for devinit scripts exec
JIRA DNVGPU-117 Change-Id: I8c79e5b2fcad25588c950e786289443ed64fd48d Signed-off-by: David Nieto <dmartineznie@nvidia.com> Reviewed-on: http://git-master/r/1223221 (cherry-picked from commit f3185ad9f141ab32a224046185d0a409a8a513ff) Reviewed-on: http://git-master/r/1227254 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm206/bios_gm206.h')
-rw-r--r--drivers/gpu/nvgpu/gm206/bios_gm206.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm206/bios_gm206.h b/drivers/gpu/nvgpu/gm206/bios_gm206.h
index 1ee4e14c..937ba0c5 100644
--- a/drivers/gpu/nvgpu/gm206/bios_gm206.h
+++ b/drivers/gpu/nvgpu/gm206/bios_gm206.h
@@ -55,4 +55,9 @@ struct bit_token {
55struct gpu_ops; 55struct gpu_ops;
56 56
57void gm206_init_bios(struct gpu_ops *gops); 57void gm206_init_bios(struct gpu_ops *gops);
58u8 gm206_bios_read_u8(struct gk20a *g, u32 offset);
59s8 gm206_bios_read_s8(struct gk20a *g, u32 offset);
60u16 gm206_bios_read_u16(struct gk20a *g, u32 offset);
61u32 gm206_bios_read_u32(struct gk20a *g, u32 offset);
62
58#endif 63#endif