drm/i915/adlp/fb: Remove restriction on semiplanar UV plane offset
authorImre Deak <imre.deak@intel.com>
Tue, 26 Oct 2021 22:51:04 +0000 (01:51 +0300)
committerImre Deak <imre.deak@intel.com>
Tue, 2 Nov 2021 16:07:59 +0000 (18:07 +0200)
commit17749ece0142c7c368834b6fb35d86bafecef69f
treea62621dc4d02277ea493fd1bfa8c724f163034ee
parentbe6c1dd5ac074defdfb1471d28e0bb6eedfe3ae5
drm/i915/adlp/fb: Remove restriction on semiplanar UV plane offset

Since the surfaces of tiled FBs on ADLP are remapped it's pointless to
require an alignment in the allocated object. The necessary tile-row
alignment (to be programmed to the surface start register) will be
ensured later when flipping to the FB.

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-7-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_fb.c