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:
fda2019
)
drm/amd/display: Add a PP_SMU_VER_MAX enum
author
Jun Lei
<Jun.Lei@amd.com>
Tue, 13 Nov 2018 15:47:47 +0000
(10:47 -0500)
committer
Alex Deucher
<alexander.deucher@amd.com>
Mon, 14 Jan 2019 20:04:31 +0000
(15:04 -0500)
Signed-off-by: Jun Lei <Jun.Lei@amd.com>
Reviewed-by: Nevenko Stupar <Nevenko.Stupar@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dm_pp_smu.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/display/dc/dm_pp_smu.h
b/drivers/gpu/drm/amd/display/dc/dm_pp_smu.h
index 0029a39efb1cb5ffe09e6d775af18cfcdfbfd2be..14bed5b1fa97448c0ba944408c5d385d2d3c6e17 100644
(file)
--- a/
drivers/gpu/drm/amd/display/dc/dm_pp_smu.h
+++ b/
drivers/gpu/drm/amd/display/dc/dm_pp_smu.h
@@
-38,7
+38,8
@@
enum pp_smu_ver {
* of interface sharing between families of ASIcs.
*/
PP_SMU_UNSUPPORTED,
- PP_SMU_VER_RV
+ PP_SMU_VER_RV,
+ PP_SMU_VER_MAX
};
struct pp_smu {