projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
040cd2d
)
drm/amd/powerplay: enable CKS by default on vega10.
author
Rex Zhu
<Rex.Zhu@amd.com>
Wed, 31 May 2017 11:53:04 +0000
(19:53 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Thu, 1 Jun 2017 20:00:20 +0000
(16:00 -0400)
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
index
971f789
..
43812d2
100644
(file)
--- a/
drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
+++ b/
drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
@@
-124,7
+124,7
@@
static void vega10_set_default_registry_data(struct pp_hwmgr *hwmgr)
}
data->registry_data.clock_stretcher_support =
- hwmgr->feature_mask & PP_CLOCK_STRETCH_MASK ?
false : tru
e;
+ hwmgr->feature_mask & PP_CLOCK_STRETCH_MASK ?
true : fals
e;
data->registry_data.ulv_support =
hwmgr->feature_mask & PP_ULV_MASK ? true : false;