summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
diff options
context:
space:
mode:
authorKirill Artamonov <kartamonov@nvidia.com>2014-02-26 15:58:43 -0500
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:09:59 -0400
commitd364553f7c94b4caa649f5e83f709c1c31bc45bb (patch)
tree97b9349f3bab734ef7e1533156cbcfa4ee93feec /drivers/gpu/nvgpu/gk20a/gr_gk20a.c
parent5dc7fd024305f736bd920bdc12d116d1228ad2db (diff)
gpu: nvgpu: implement mapping for sparse allocation
Implement support for partial buffer mappings. Whitelist gr_pri_bes_crop_hww_esr accessed by fec during sparse texture initialization. bug 1456562 bug 1369014 bug 1361532 Change-Id: Ib0d1ec6438257ac14b40c8466b37856b67e7e34d Signed-off-by: Kirill Artamonov <kartamonov@nvidia.com> Reviewed-on: http://git-master/r/375012 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index 867b7abd..6a41509b 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -4474,6 +4474,7 @@ out:
4474static u32 wl_addr_gk20a[] = { 4474static u32 wl_addr_gk20a[] = {
4475 /* this list must be sorted (low to high) */ 4475 /* this list must be sorted (low to high) */
4476 0x404468, /* gr_pri_mme_max_instructions */ 4476 0x404468, /* gr_pri_mme_max_instructions */
4477 0x408944, /* gr_pri_bes_crop_hww_esr */
4477 0x418800, /* gr_pri_gpcs_setup_debug */ 4478 0x418800, /* gr_pri_gpcs_setup_debug */
4478 0x419a04, /* gr_pri_gpcs_tpcs_tex_lod_dbg */ 4479 0x419a04, /* gr_pri_gpcs_tpcs_tex_lod_dbg */
4479 0x419a08, /* gr_pri_gpcs_tpcs_tex_samp_dbg */ 4480 0x419a08, /* gr_pri_gpcs_tpcs_tex_samp_dbg */