]> git.baikalelectronics.ru Git - kernel.git/commit
drm/sun4i: backend: Remove BGRX8888 from list of supported formats
authorChen-Yu Tsai <wens@csie.org>
Fri, 25 Jan 2019 03:23:06 +0000 (11:23 +0800)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Fri, 25 Jan 2019 09:41:05 +0000 (10:41 +0100)
commit9a1c789ff6d2e7006f24c08e61f8a0664a6594e5
tree4a270b15325f0fdfd082cbc488b0c2043778b54f
parent644c1beed6d8b20fa40f437971049df9d139d908
drm/sun4i: backend: Remove BGRX8888 from list of supported formats

The display backend does not support BGRX8888. There is also no trace
of this in the original list of supported formats before the commit
d74e878cc152 ("drm/sun4i: frontend: Add support for the BGRX8888 input
format"). Nor do the backend configuration helpers handle this format.

Remove BGRX8888 from list of supported formats by the backend.

Fixes: 879388e13578 ("drm/sun4i: backend: Add a helper and a list for supported formats")
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190125032314.20915-4-wens@csie.org
drivers/gpu/drm/sun4i/sun4i_backend.c