drm/sun4i: Use (struct drm_format_info) fields to determine if a format is yuv and...
authorAyan Kumar Halder <ayan.halder@arm.com>
Mon, 23 Jul 2018 08:57:00 +0000 (09:57 +0100)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Tue, 24 Jul 2018 12:34:41 +0000 (14:34 +0200)
commit2aafafab5a9ad922ae13d04f5abca7942a499a5e
tree5b1bf00446a84865d2ff9a86cf2ec0e196a4ed53
parent574e0fbfc95e7fccc3b8321f25e1e4366ce72ad2
drm/sun4i: Use (struct drm_format_info) fields to determine if a format is yuv and multi planar or not.

We do not need sun4i_backend_format_is_packed_yuv422() /
sun4i_backend_format_is_planar_yuv() to determine if the format is yuv multi planar
or not. (struct drm_format_info *)->is_yuv tells if the format is yuv or not.
And (struct drm_format_info *)->num_planes denotes the number of planes.

This issue was identified during a review on a previous patch:-
https://lists.freedesktop.org/archives/dri-devel/2018-July/183840.html

Signed-off-by: Ayan Kumar halder <ayan.halder@arm.com>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1532336220-3791-1-git-send-email-ayan.halder@arm.com
drivers/gpu/drm/sun4i/sun4i_backend.c