Re: [PATCH v5 09/16] drm/vkms: Introduce pixel_read_direction enum

2024-04-09 Thread Louis Chauvet
Le 09/04/24 - 10:35, Pekka Paalanen a écrit : > On Mon, 8 Apr 2024 09:50:18 +0200 > Louis Chauvet wrote: > > > Le 27/03/24 - 14:16, Pekka Paalanen a écrit : > > > On Tue, 26 Mar 2024 16:57:00 +0100 > > > Louis Chauvet wrote: > > > > > > > Le 25/03/24 - 15:11, Pekka Paalanen a écrit : > > >

Re: [PATCH v5 09/16] drm/vkms: Introduce pixel_read_direction enum

2024-04-09 Thread Pekka Paalanen
On Mon, 8 Apr 2024 09:50:18 +0200 Louis Chauvet wrote: > Le 27/03/24 - 14:16, Pekka Paalanen a écrit : > > On Tue, 26 Mar 2024 16:57:00 +0100 > > Louis Chauvet wrote: > > > > > Le 25/03/24 - 15:11, Pekka Paalanen a écrit : > > > > On Wed, 13 Mar 2024 18:45:03 +0100 > > > > Louis Chauvet wr

Re: [PATCH v5 09/16] drm/vkms: Introduce pixel_read_direction enum

2024-04-08 Thread Louis Chauvet
Le 27/03/24 - 14:16, Pekka Paalanen a écrit : > On Tue, 26 Mar 2024 16:57:00 +0100 > Louis Chauvet wrote: > > > Le 25/03/24 - 15:11, Pekka Paalanen a écrit : > > > On Wed, 13 Mar 2024 18:45:03 +0100 > > > Louis Chauvet wrote: > > > > > > > The pixel_read_direction enum is useful to describe t

Re: [PATCH v5 09/16] drm/vkms: Introduce pixel_read_direction enum

2024-03-27 Thread Pekka Paalanen
On Tue, 26 Mar 2024 16:57:00 +0100 Louis Chauvet wrote: > Le 25/03/24 - 15:11, Pekka Paalanen a écrit : > > On Wed, 13 Mar 2024 18:45:03 +0100 > > Louis Chauvet wrote: > > > > > The pixel_read_direction enum is useful to describe the reading direction > > > in a plane. It avoids using the rot

Re: [PATCH v5 09/16] drm/vkms: Introduce pixel_read_direction enum

2024-03-26 Thread Louis Chauvet
Le 25/03/24 - 11:07, Maíra Canal a écrit : > On 3/13/24 14:45, Louis Chauvet wrote: > > The pixel_read_direction enum is useful to describe the reading direction > > in a plane. It avoids using the rotation property of DRM, which not > > practical to know the direction of reading. > > This patch al

Re: [PATCH v5 09/16] drm/vkms: Introduce pixel_read_direction enum

2024-03-26 Thread Louis Chauvet
Le 25/03/24 - 15:11, Pekka Paalanen a écrit : > On Wed, 13 Mar 2024 18:45:03 +0100 > Louis Chauvet wrote: > > > The pixel_read_direction enum is useful to describe the reading direction > > in a plane. It avoids using the rotation property of DRM, which not > > practical to know the direction of

Re: [PATCH v5 09/16] drm/vkms: Introduce pixel_read_direction enum

2024-03-25 Thread Maíra Canal
On 3/13/24 14:45, Louis Chauvet wrote: The pixel_read_direction enum is useful to describe the reading direction in a plane. It avoids using the rotation property of DRM, which not practical to know the direction of reading. This patch also introduce two helpers, one to compute the pixel_read_dir

Re: [PATCH v5 09/16] drm/vkms: Introduce pixel_read_direction enum

2024-03-25 Thread Pekka Paalanen
On Wed, 13 Mar 2024 18:45:03 +0100 Louis Chauvet wrote: > The pixel_read_direction enum is useful to describe the reading direction > in a plane. It avoids using the rotation property of DRM, which not > practical to know the direction of reading. > This patch also introduce two helpers, one to c

[PATCH v5 09/16] drm/vkms: Introduce pixel_read_direction enum

2024-03-13 Thread Louis Chauvet
The pixel_read_direction enum is useful to describe the reading direction in a plane. It avoids using the rotation property of DRM, which not practical to know the direction of reading. This patch also introduce two helpers, one to compute the pixel_read_direction from the DRM rotation property, an