RE: [PATCHv2 2/3] drm/plane: Expose function to create format/modifier blob

2024-12-13 Thread Murthy, Arun R
> > On Mon, Nov 18, 2024 at 01:23:14PM +0530, Arun R Murthy wrote: > > > Expose drm plane function to create formats/modifiers blob. This > > > function can be used to expose list of supported formats/modifiers > > > for sync/async flips. > > > > > > Signed-off-by: Arun R Murthy > > > --- > > > d

RE: [PATCHv2 2/3] drm/plane: Expose function to create format/modifier blob

2024-11-25 Thread Murthy, Arun R
> On Mon, Nov 18, 2024 at 01:23:14PM +0530, Arun R Murthy wrote: > > Expose drm plane function to create formats/modifiers blob. This > > function can be used to expose list of supported formats/modifiers for > > sync/async flips. > > > > Signed-off-by: Arun R Murthy > > --- > > drivers/gpu/drm/d

Re: [PATCHv2 2/3] drm/plane: Expose function to create format/modifier blob

2024-11-22 Thread Ville Syrjälä
On Mon, Nov 18, 2024 at 01:23:14PM +0530, Arun R Murthy wrote: > Expose drm plane function to create formats/modifiers blob. This > function can be used to expose list of supported formats/modifiers for > sync/async flips. > > Signed-off-by: Arun R Murthy > --- > drivers/gpu/drm/drm_plane.c | 44