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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index b07d0803..4b0d7591 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -2150,8 +2150,7 @@ int gr_gk20a_load_ctxsw_ucode(struct gk20a *g)
2150 * In case bootloader is not supported, revert to the old way of 2150 * In case bootloader is not supported, revert to the old way of
2151 * loading gr ucode, without the faster bootstrap routine. 2151 * loading gr ucode, without the faster bootstrap routine.
2152 */ 2152 */
2153 if (g->gpu_characteristics.arch != NVGPU_GPU_ARCH_GK100 && 2153 if (g->gpu_characteristics.arch > NVGPU_GPU_ARCH_GM200) {
2154 g->gpu_characteristics.arch != NVGPU_GPU_ARCH_GM200) {
2155 gr_gk20a_load_falcon_dmem(g); 2154 gr_gk20a_load_falcon_dmem(g);
2156 gr_gk20a_load_falcon_imem(g); 2155 gr_gk20a_load_falcon_imem(g);
2157 gr_gk20a_start_falcon_ucode(g); 2156 gr_gk20a_start_falcon_ucode(g);