From 167d3524d1cca2de2e5c864e2e12eaaffa9b1ea4 Mon Sep 17 00:00:00 2001 From: Jon McCaffrey Date: Fri, 31 Mar 2017 00:45:15 -0700 Subject: [PATCH] gp10b: add gr_pri_gpcs_prop_debug1 to access map This register is context_reset , and the value is context-switched with GPU contexts Bug 1855307 Bug 1871606 Change-Id: I4f871eaf94b4bb589ae179fc0ea972943acd0881 Signed-off-by: Jon McCaffrey Reviewed-on: http://git-master/r/1452947 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Donghan Ryu (cherry picked from commit f02591a23ab575d8592d3b2bebf94163c1323f17) Reviewed-on: http://git-master/r/1459948 Reviewed-by: svccoveritychecker --- drivers/gpu/nvgpu/gp10b/gr_gp10b.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/nvgpu/gp10b/gr_gp10b.c b/drivers/gpu/nvgpu/gp10b/gr_gp10b.c index d084d5dc5..363d577ed 100644 --- a/drivers/gpu/nvgpu/gp10b/gr_gp10b.c +++ b/drivers/gpu/nvgpu/gp10b/gr_gp10b.c @@ -1574,6 +1574,7 @@ static void gr_gp10b_get_access_map(struct gk20a *g, /* this list must be sorted (low to high) */ 0x404468, /* gr_pri_mme_max_instructions */ 0x418300, /* gr_pri_gpcs_rasterarb_line_class */ + 0x418400, /* gr_pri_gpcs_prop_debug1 */ 0x418800, /* gr_pri_gpcs_setup_debug */ 0x418e00, /* gr_pri_gpcs_swdx_config */ 0x418e40, /* gr_pri_gpcs_swdx_tc_bundle_ctrl */