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(-) -- 2.43.0