drm/i915/fb: Fix rounding error in subsampled plane size calculation
authorImre Deak <imre.deak@intel.com>
Tue, 26 Oct 2021 22:50:59 +0000 (01:50 +0300)
committerImre Deak <imre.deak@intel.com>
Tue, 2 Nov 2021 16:07:07 +0000 (18:07 +0200)
commit2ee5ef9c934ad26376c9282171e731e6c0339815
treecd5bbea7d350399fe9e46bb27482f6ec1201999a
parent112a87c48e83cf226325735009712b515f48c495
drm/i915/fb: Fix rounding error in subsampled plane size calculation

For NV12 FBs with odd main surface tile-row height the CCS surface
height was incorrectly calculated 1 less than the actual value. Fix this
by rounding up the result of divison. For consistency do the same for
the CCS surface width calculation.

Fixes: b3e57bccd68a ("drm/i915/tgl: Gen-12 render decompression")
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211026225105.2783797-2-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_fb.c