mbox series

[v2,0/2] drm: renesas: Extend RZ/G2L KMS formats

Message ID 20250330102357.56010-1-biju.das.jz@bp.renesas.com (mailing list archive)
Headers show
Series drm: renesas: Extend RZ/G2L KMS formats | expand

Message

Biju Das March 30, 2025, 10:23 a.m. UTC
The RPF module on VSDP supports various format conversion and send the
image data to BRS(Blend ROP Sub Unit) for further processing.

The rzg2l_du_kms component lists a restricted subset of the capabilities
of the VSPD which prevents additional formats from being used for
display planes.

Extend RZ/G2L supported KMS formats. Also drop the unused bpp variable
from struct rzg2l_du_format_info.

Sending v2 as per the agreement with Kieran on #renesas-soc irc.

v1->v2:
 * Dropped the unused variable bpp from struct rzg2l_du_format_info.
 * Updated the commit description.
 * Collected tags
 * Dropped bpp entries.

Biju Das (1):
  drm: renesas: rz-du: Drop bpp variable from struct
    rzg2l_du_format_info

Kieran Bingham (1):
  drm: renesas: Extend RZ/G2L supported KMS formats

 drivers/gpu/drm/renesas/rz-du/rzg2l_du_kms.c | 120 +++++++++++++++++--
 drivers/gpu/drm/renesas/rz-du/rzg2l_du_kms.h |   1 -
 2 files changed, 113 insertions(+), 8 deletions(-)