RE: [PATCH 2/6] drm/amd/amdgpu: Fix VCE CG order and resume defaults

2016-08-03 Thread Deucher, Alexander
Maybe add a comment to that effect. With that added, this patch is: Reviewed-by: Alex Deucher From: StDenis, Tom Sent: Wednesday, August 03, 2016 12:31 PM To: Deucher, Alexander; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH 2/6] drm/amd/amdgpu: Fix VCE CG order and resume defaults The

Re: [PATCH 2/6] drm/amd/amdgpu: Fix VCE CG order and resume defaults

2016-08-03 Thread StDenis, Tom
RE: [PATCH 2/6] drm/amd/amdgpu: Fix VCE CG order and resume defaults > -Original Message- > From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf > Of Tom St Denis > Sent: Wednesday, August 03, 2016 11:52 AM > To: amd-gfx@lists.freedesktop.org > Cc: StDen

RE: [PATCH 2/6] drm/amd/amdgpu: Fix VCE CG order and resume defaults

2016-08-03 Thread Deucher, Alexander
> -Original Message- > From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf > Of Tom St Denis > Sent: Wednesday, August 03, 2016 11:52 AM > To: amd-gfx@lists.freedesktop.org > Cc: StDenis, Tom > Subject: [PATCH 2/6] drm/amd/amdgpu: Fix VCE CG order

[PATCH 2/6] drm/amd/amdgpu: Fix VCE CG order and resume defaults

2016-08-03 Thread Tom St Denis
CG was being enabled in reverse sense from dpm/powerplay. Also fix the default CLK_EN signal to enable all of the blocks. Signed-off-by: Tom St Denis --- drivers/gpu/drm/amd/amdgpu/vce_v3_0.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/vce