drm/amdgpu: Update pitch on page flips without DC as well
authorMichel Dänzer <michel.daenzer@amd.com>
Wed, 24 Jul 2019 15:56:28 +0000 (17:56 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 12 Aug 2019 17:47:47 +0000 (12:47 -0500)
commit965ebe3d5d641925e0014a5a8c967fe579929b1d
tree0f66c509d979c3872009ee5dc78c4dd0d17e23e2
parent29c9d8eadc7a7e2fbfe4632c9050c814c260923b
drm/amdgpu: Update pitch on page flips without DC as well

DC already handles this correctly since amdgpu minor version 31. Bump
the minor version again so that xf86-video-amdgpu can take advantage of
this working without DC as well now.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
drivers/gpu/drm/amd/amdgpu/dce_v11_0.c
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c