Hi, Sean:

On Wed, 2019-10-23 at 15:51 -0400, Sean Paul wrote:
> From: Sean Paul <[email protected]>
> 
> 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 <[email protected]>
> Cc: Daniele Castagna <[email protected]>
> Cc: Miguel Casas <[email protected]>
> Tested-by: Miguel Casas <[email protected]>
> Signed-off-by: Sean Paul <[email protected]>
> ---
>  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,


_______________________________________________
dri-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to