aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
diff options
context:
space:
mode:
authorEvan Quan <evan.quan@amd.com>2017-08-17 03:25:04 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-08-23 17:18:45 -0400
commit86b03b332102327fffda34bbe69ad4b475392242 (patch)
treee0f070354a6f3081b141db5b8396d1a52f6056fe /drivers/gpu/drm
parent766cff839ddc303ff4e17fd7a03bea7cf890de2d (diff)
drm/amd/powerplay: unhalt mec after loading
Signed-off-by: Evan Quan <evan.quan@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r--drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c b/drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c
index 76347ff6d655..c49a6f22002f 100644
--- a/drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c
+++ b/drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c
@@ -380,7 +380,8 @@ static int smu7_populate_single_firmware_entry(struct pp_smumgr *smumgr,
380 entry->num_register_entries = 0; 380 entry->num_register_entries = 0;
381 } 381 }
382 382
383 if (fw_type == UCODE_ID_RLC_G) 383 if ((fw_type == UCODE_ID_RLC_G)
384 || (fw_type == UCODE_ID_CP_MEC))
384 entry->flags = 1; 385 entry->flags = 1;
385 else 386 else
386 entry->flags = 0; 387 entry->flags = 0;