]> git.baikalelectronics.ru Git - kernel.git/commit
drm/omap: Substitute format_is_yuv() with format->is_yuv
authorAyan Kumar Halder <ayan.halder@arm.com>
Tue, 17 Jul 2018 17:13:45 +0000 (18:13 +0100)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 2 Oct 2018 06:36:56 +0000 (09:36 +0300)
commit28371cea7f4be1b6b52804b96dbcd8960670023d
tree831b5ac0b944ef35fb1a90c0b3d8543758e69097
parentdeee62351a4cdce2c44d83e3c4b7f57709533106
drm/omap: Substitute format_is_yuv() with format->is_yuv

drm_format_info table has a field 'is_yuv' to denote if the format
is yuv or not. The driver is expected to use this instead of
having a function for the same purpose.

Signed-off-by: Ayan Kumar halder <ayan.halder@arm.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/dss/dispc.c