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)
commit56087b31f4b2861c773185ec45d313b55dbbb69d
treea0f96fa217926cf51a48c1d4906dee87eee841ee
parent4d3e00dad80a2c317d542358620facd8ca698428
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