drm/fourcc: Fill out all block sizes for P210
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 26 Nov 2019 09:14:14 +0000 (10:14 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 28 Nov 2019 10:19:32 +0000 (11:19 +0100)
commit96227287fd3662a406117d1d56d0b9186279bfe7
treeba148c81c27ecffdafd99f0d7caa055a11139694
parent836b131d2cbb15b0615693851dfd97c3ca2ab75f
drm/fourcc: Fill out all block sizes for P210

0 means 1 as the default, but it's mighty confusing if the block size
for the first plane is spelled out explicitly, but not for the 2nd
plane.

No cc: stable because this is just confusion, but 0 functional issue.

Acked-by: Liviu Dudau <liviu.dudau@arm.com>
Fixes: 7ba0fee247ee ("drm/fourcc: Add AFBC yuv fourccs for Mali")
Cc: Brian Starkey <brian.starkey@arm.com>
Cc: Ayan Kumar Halder <ayan.halder@arm.com>
Cc: Liviu Dudau <liviu.dudau@arm.com>
Cc: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <mripard@kernel.org>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191126091414.226070-2-daniel.vetter@ffwll.ch
drivers/gpu/drm/drm_fourcc.c