RE: [PATCH v16 3/5] drm: renesas: Add RZ/G2L DU Support

2024-02-17 Thread Biju Das
Hi Maxime Ripard, Thanks for the feedback. > -Original Message- > From: Maxime Ripard > Sent: Friday, February 9, 2024 3:07 PM > Subject: Re: [PATCH v16 3/5] drm: renesas: Add RZ/G2L DU Support > > On Mon, Jan 22, 2024 at 04:42:55PM +, Biju Das wrote: > &

Re: [PATCH v16 3/5] drm: renesas: Add RZ/G2L DU Support

2024-02-09 Thread Maxime Ripard
On Mon, Jan 22, 2024 at 04:42:55PM +, Biju Das wrote: > +static const struct drm_gem_object_funcs rzg2l_du_gem_funcs = { > + .free = drm_gem_dma_object_free, > + .print_info = drm_gem_dma_object_print_info, > + .get_sg_table = drm_gem_dma_object_get_sg_table, > + .vmap = drm_gem

[PATCH v16 3/5] drm: renesas: Add RZ/G2L DU Support

2024-01-22 Thread Biju Das
The LCD controller is composed of Frame Compression Processor (FCPVD), Video Signal Processor (VSPD), and Display Unit (DU). It has DPI/DSI interfaces and supports a maximum resolution of 1080p along with 2 RPFs to support the blending of two picture layers and raster operations (ROPs). The DU mo