Re: [PATCH] drm/amdgpu: enable VCN DPG on Raven and Raven2

2019-10-31 Thread James Zhu
Reviewed-by: James Zhu On 2019-10-31 10:43 a.m., Alex Deucher wrote: > It's safe to enable dynamic VCN powergating on raven and > raven2 for increased power savings. > > Signed-off-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/soc15.c | 8 ++-- > 1 file changed, 6 insertions(+), 2

[PATCH] drm/amdgpu: enable VCN DPG on Raven and Raven2

2019-10-31 Thread Alex Deucher
It's safe to enable dynamic VCN powergating on raven and raven2 for increased power savings. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/soc15.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c