summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index 628b6823..707bfb87 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -2104,7 +2104,7 @@ void gr_gk20a_load_falcon_bind_instblk(struct gk20a *g)
2104{ 2104{
2105 struct gk20a_ctxsw_ucode_info *ucode_info = &g->ctxsw_ucode_info; 2105 struct gk20a_ctxsw_ucode_info *ucode_info = &g->ctxsw_ucode_info;
2106 int retries = FECS_ARB_CMD_TIMEOUT_MAX / FECS_ARB_CMD_TIMEOUT_DEFAULT; 2106 int retries = FECS_ARB_CMD_TIMEOUT_MAX / FECS_ARB_CMD_TIMEOUT_DEFAULT;
2107 phys_addr_t inst_ptr; 2107 u64 inst_ptr;
2108 u32 val; 2108 u32 val;
2109 2109
2110 while ((gk20a_readl(g, gr_fecs_ctxsw_status_1_r()) & 2110 while ((gk20a_readl(g, gr_fecs_ctxsw_status_1_r()) &