[PATCH] drm/mediatek: Add RGB[A] variants to published plane formats
CK Hu
ck.hu at mediatek.com
Thu Oct 31 02:41:13 UTC 2019
Hi, Sean:
On Wed, 2019-10-23 at 15:51 -0400, Sean Paul wrote:
> From: Sean Paul <seanpaul at chromium.org>
>
> These formats are handled in the rdma code, but for some reason they're
> not published as supported formats for the planes. So add them to the
> list.
Applied to mediatek-drm-fixes-5.4 [1], thanks.
[1]
https://github.com/ckhu-mediatek/linux.git-tags/commits/mediatek-drm-fixes-5.4
Regards,
CK
>
> Cc: Nicolas Boichat <drinkcat at chromium.org>
> Cc: Daniele Castagna <dcastagna at chromium.org>
> Cc: Miguel Casas <mcasas at chromium.org>
> Tested-by: Miguel Casas <mcasas at chromium.org>
> Signed-off-by: Sean Paul <seanpaul at chromium.org>
> ---
> drivers/gpu/drm/mediatek/mtk_drm_plane.c | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/drivers/gpu/drm/mediatek/mtk_drm_plane.c b/drivers/gpu/drm/mediatek/mtk_drm_plane.c
> index 584a9ecadce6..49d59470cc11 100644
> --- a/drivers/gpu/drm/mediatek/mtk_drm_plane.c
> +++ b/drivers/gpu/drm/mediatek/mtk_drm_plane.c
> @@ -20,6 +20,12 @@
> static const u32 formats[] = {
> DRM_FORMAT_XRGB8888,
> DRM_FORMAT_ARGB8888,
> + DRM_FORMAT_BGRX8888,
> + DRM_FORMAT_BGRA8888,
> + DRM_FORMAT_ABGR8888,
> + DRM_FORMAT_XBGR8888,
> + DRM_FORMAT_RGB888,
> + DRM_FORMAT_BGR888,
> DRM_FORMAT_RGB565,
> DRM_FORMAT_UYVY,
> DRM_FORMAT_YUYV,
More information about the dri-devel
mailing list