> -----Original Message----- > From: amd-gfx [mailto:amd-gfx-bounces at lists.freedesktop.org] On Behalf > Of Rex Zhu > Sent: Wednesday, May 31, 2017 8:16 AM > To: amd-gfx at lists.freedesktop.org > Cc: Zhu, Rex > Subject: [PATCH 4/4] drm/amd/powerplay: enable CKS by default on vega10. > > Change-Id: I0e41ec0fb9987c73bd38a7eaf8173b5ec5c50734 > Signed-off-by: Rex Zhu <Rex.Zhu at amd.com> Assuming this is finally stable: Reviewed-by: Alex Deucher <alexander.deucher at amd.com> > --- > drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 > --- 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 : true; > + hwmgr->feature_mask & > PP_CLOCK_STRETCH_MASK ? true : false; > > data->registry_data.ulv_support = > hwmgr->feature_mask & PP_ULV_MASK ? true : > false; > -- > 1.9.1 > > _______________________________________________ > amd-gfx mailing list > amd-gfx at lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/amd-gfx