Re: [PATCH 3/3] drm/fourcc: Add documentation around drm_format_info

2024-04-17 Thread Pekka Paalanen
On Wed, 17 Apr 2024 00:30:58 +0200 Louis Chauvet wrote: > Le 15/04/24 - 15:00, Pekka Paalanen a écrit : > > On Tue, 09 Apr 2024 12:04:07 +0200 > > Louis Chauvet wrote: > > > > > Let's provide more details about the drm_format_info structure because > > > its content may not be straightforward

Re: [PATCH 3/3] drm/fourcc: Add documentation around drm_format_info

2024-04-16 Thread Louis Chauvet
Le 15/04/24 - 15:00, Pekka Paalanen a écrit : > On Tue, 09 Apr 2024 12:04:07 +0200 > Louis Chauvet wrote: > > > Let's provide more details about the drm_format_info structure because > > its content may not be straightforward for someone not used to video > > formats and drm internals. > > > > S

Re: [PATCH 3/3] drm/fourcc: Add documentation around drm_format_info

2024-04-15 Thread Bagas Sanjaya
On Tue, Apr 09, 2024 at 12:04:07PM +0200, Louis Chauvet wrote: > /** > * struct drm_format_info - information about a DRM format > + * > + * A drm_format_info describes how planes and pixels are stored in memory. > + * > + * Some format like YUV can have multiple planes, counted in @num_planes.

Re: [PATCH 3/3] drm/fourcc: Add documentation around drm_format_info

2024-04-15 Thread Pekka Paalanen
On Tue, 09 Apr 2024 12:04:07 +0200 Louis Chauvet wrote: > Let's provide more details about the drm_format_info structure because > its content may not be straightforward for someone not used to video > formats and drm internals. > > Signed-off-by: Louis Chauvet > --- > include/drm/drm_fourcc.h