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:
bbf282d
)
drm/amdgpu: add DRM MGCG header
author
Huang Rui
<ray.huang@amd.com>
Wed, 18 Jan 2017 08:53:16 +0000
(16:53 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Thu, 30 Mar 2017 03:53:42 +0000
(23:53 -0400)
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/include/amd_shared.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/include/amd_shared.h
b/drivers/gpu/drm/amd/include/amd_shared.h
index f7425c384a3fd3f142691224c4087ac166216225..13acc52a584137b1d3e93361ec6c5088897aa9d0 100644
(file)
--- a/
drivers/gpu/drm/amd/include/amd_shared.h
+++ b/
drivers/gpu/drm/amd/include/amd_shared.h
@@
-157,6
+157,7
@@
struct amd_pp_profile {
#define AMD_CG_SUPPORT_BIF_MGCG (1 << 19)
#define AMD_CG_SUPPORT_GFX_3D_CGCG (1 << 20)
#define AMD_CG_SUPPORT_GFX_3D_CGLS (1 << 21)
+#define AMD_CG_SUPPORT_DRM_MGCG (1 << 22)
/* PG flags */
#define AMD_PG_SUPPORT_GFX_PG (1 << 0)