Re: [PATCH v2 04/19] drm: Pass the format info to .fb_create()

2025-07-04 Thread Ville Syrjälä
On Tue, Jul 01, 2025 at 10:18:01PM +0300, Laurent Pinchart wrote: > Hi Ville, > > Thank you for the patch. > > On Tue, Jul 01, 2025 at 12:07:07PM +0300, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > Pass along the format information from the top to .fb_create() > > so that we can avoid r

Re: [PATCH v2 04/19] drm: Pass the format info to .fb_create()

2025-07-01 Thread Laurent Pinchart
Hi Ville, Thank you for the patch. On Tue, Jul 01, 2025 at 12:07:07PM +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > Pass along the format information from the top to .fb_create() > so that we can avoid redundant (and somewhat expensive) lookups > in the drivers. > > Done with cocci (wi

Re: [PATCH v2 04/19] drm: Pass the format info to .fb_create()

2025-07-01 Thread Liviu Dudau
On Tue, Jul 01, 2025 at 12:07:07PM +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > Pass along the format information from the top to .fb_create() > so that we can avoid redundant (and somewhat expensive) lookups > in the drivers. > > Done with cocci (with some manual fixups): > @@ > identi

Re: [PATCH v2 04/19] drm: Pass the format info to .fb_create()

2025-07-01 Thread Dmitry Baryshkov
On Tue, Jul 01, 2025 at 12:07:07PM +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > Pass along the format information from the top to .fb_create() > so that we can avoid redundant (and somewhat expensive) lookups > in the drivers. > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmi

[PATCH v2 04/19] drm: Pass the format info to .fb_create()

2025-07-01 Thread Ville Syrjala
From: Ville Syrjälä Pass along the format information from the top to .fb_create() so that we can avoid redundant (and somewhat expensive) lookups in the drivers. Done with cocci (with some manual fixups): @@ identifier func =~ ".*create.*"; identifier dev, file, mode_cmd; @@ struct drm_framebuf

[PATCH v2 04/19] drm: Pass the format info to .fb_create()

2025-04-11 Thread Ville Syrjala
From: Ville Syrjälä Pass along the format information from the top to .fb_create() so that we can avoid redundant (and somewhat expensive) lookups in the drivers. Done with cocci (with some manual fixups): @@ identifier func =~ ".*create.*"; identifier dev, file, mode_cmd; @@ struct drm_framebuf