From ec2b3a748f65d4c7a3a520da91992edfd6eb4268 Mon Sep 17 00:00:00 2001 From: Mahantesh Kumbar Date: Wed, 3 Oct 2018 15:37:00 +0530 Subject: [PATCH] gpu: nvgpu: load dbg mem_unlock bin for dbg board -Renamed mem_unlock.bin to mem_unlock_dbg.bin for MEM_UNLOCK_DBG_BIN define to load debug bin for INT board based on debug signal SCP_CTL_STAT_DEBUG_MODE JIRA NVGPUT-76 Change-Id: I054b187f91ee85b09695869e413e43deccd27e5f Signed-off-by: Mahantesh Kumbar Reviewed-on: https://git-master.nvidia.com/r/1918080 Reviewed-by: svc-mobile-coverity Reviewed-by: svc-misra-checker Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Thomas Fleury Tested-by: Thomas Fleury GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/common/fb/fb_gv100.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/nvgpu/common/fb/fb_gv100.c b/drivers/gpu/nvgpu/common/fb/fb_gv100.c index fe69cfd00..193cf2f09 100644 --- a/drivers/gpu/nvgpu/common/fb/fb_gv100.c +++ b/drivers/gpu/nvgpu/common/fb/fb_gv100.c @@ -50,7 +50,7 @@ #define MEM_UNLOCK_TIMEOUT 3500 /* msec */ #define MEM_UNLOCK_PROD_BIN "mem_unlock.bin" -#define MEM_UNLOCK_DBG_BIN "mem_unlock.bin" +#define MEM_UNLOCK_DBG_BIN "mem_unlock_dbg.bin" void gv100_fb_reset(struct gk20a *g) {