]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: fix high part address in dm_plane_helper_prepare_fb()
authorShirish S <shirish.s@amd.com>
Thu, 26 Oct 2017 10:45:01 +0000 (16:15 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 27 Oct 2017 17:14:26 +0000 (13:14 -0400)
commitb340f9e0fd5603395089c2e586253ec3ae7829e8
treea0f96fa217926cf51a48c1d4906dee87eee841ee
parent553a5c19436b93c185d8c0962b8a1c8c6d8739f9
drm/amd/display: fix high part address in dm_plane_helper_prepare_fb()

The high part calculation of luma and chroma address' was
missing in dm_plane_helper_prepare_fb().

This fix brings uniformity in the address' at atomic_check
and atomic_commit for both RGB & YUV planes.

Signed-off-by: Shirish S <shirish.s@amd.com>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c