From d364553f7c94b4caa649f5e83f709c1c31bc45bb Mon Sep 17 00:00:00 2001 From: Kirill Artamonov Date: Wed, 26 Feb 2014 22:58:43 +0200 Subject: 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 Reviewed-on: http://git-master/r/375012 Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gk20a/gr_gk20a.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.c') 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: static u32 wl_addr_gk20a[] = { /* this list must be sorted (low to high) */ 0x404468, /* gr_pri_mme_max_instructions */ + 0x408944, /* gr_pri_bes_crop_hww_esr */ 0x418800, /* gr_pri_gpcs_setup_debug */ 0x419a04, /* gr_pri_gpcs_tpcs_tex_lod_dbg */ 0x419a08, /* gr_pri_gpcs_tpcs_tex_samp_dbg */ -- cgit v1.2.2