Re: [PATCH] drm/amdgpu: Init GFX10_ADDR_CONFIG for VCN v3 in DPG mode.

2021-05-05 Thread Leo Liu
On 2021-05-05 2:17 p.m., Alex Deucher wrote: Applied. Thanks! Do we need a similar fix for other VCN variants? VCN3 is the only one missing that. Regards, Leo Alex On Tue, May 4, 2021 at 10:14 PM Leo Liu wrote: Reviewed-and-Tested by: Leo Liu On 2021-05-04 9:27 p.m., Bas Nieuwenh

Re: [PATCH] drm/amdgpu: Init GFX10_ADDR_CONFIG for VCN v3 in DPG mode.

2021-05-05 Thread Alex Deucher
Applied. Thanks! Do we need a similar fix for other VCN variants? Alex On Tue, May 4, 2021 at 10:14 PM Leo Liu wrote: > > Reviewed-and-Tested by: Leo Liu > > On 2021-05-04 9:27 p.m., Bas Nieuwenhuizen wrote: > > Otherwise tiling modes that require the values form this field > > (In particular

Re: [PATCH] drm/amdgpu: Init GFX10_ADDR_CONFIG for VCN v3 in DPG mode.

2021-05-04 Thread Leo Liu
Reviewed-and-Tested by: Leo Liu On 2021-05-04 9:27 p.m., Bas Nieuwenhuizen wrote: Otherwise tiling modes that require the values form this field (In particular _*_X) would be corrupted upon video decode. Copied from the VCN v2 code. Fixes: 99541f392b4d ("drm/amdgpu: add mc resume DPG mode for

[PATCH] drm/amdgpu: Init GFX10_ADDR_CONFIG for VCN v3 in DPG mode.

2021-05-04 Thread Bas Nieuwenhuizen
Otherwise tiling modes that require the values form this field (In particular _*_X) would be corrupted upon video decode. Copied from the VCN v2 code. Fixes: 99541f392b4d ("drm/amdgpu: add mc resume DPG mode for VCN3.0") Signed-off-by: Bas Nieuwenhuizen --- drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c