projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
766cff8
)
drm/amd/powerplay: unhalt mec after loading
author
Evan Quan
<
[email protected]
>
Thu, 17 Aug 2017 07:25:04 +0000
(15:25 +0800)
committer
Alex Deucher
<
[email protected]
>
Wed, 23 Aug 2017 21:18:45 +0000
(17:18 -0400)
Signed-off-by: Evan Quan <
[email protected]
>
Reviewed-by: Alex Deucher <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c
b/drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c
index 76347ff6d6554b447e8e066c7ac81ef85562d4bc..c49a6f22002f77c9205d6e1973ee405e236f6008 100644
(file)
--- 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,
entry->num_register_entries = 0;
}
- if (fw_type == UCODE_ID_RLC_G)
+ if ((fw_type == UCODE_ID_RLC_G)
+ || (fw_type == UCODE_ID_CP_MEC))
entry->flags = 1;
else
entry->flags = 0;