Re: [PATCH v5 02/16] drm/vkms: Use drm_frame directly

2024-03-26 Thread Louis Chauvet
Le 25/03/24 - 10:20, Maíra Canal a écrit : > On 3/13/24 14:44, Louis Chauvet wrote: > > From: Arthur Grillo > > > > Remove intermidiary variables and access the variables directly from > > drm_frame. These changes should be noop. > > > > Signed-off-by: Arthur Grillo > > Signed-off-by: Louis Cha

Re: [PATCH v5 02/16] drm/vkms: Use drm_frame directly

2024-03-25 Thread Maíra Canal
On 3/13/24 14:44, Louis Chauvet wrote: From: Arthur Grillo Remove intermidiary variables and access the variables directly from drm_frame. These changes should be noop. Signed-off-by: Arthur Grillo Signed-off-by: Louis Chauvet --- drivers/gpu/drm/vkms/vkms_drv.h | 3 --- drivers/gp

Re: [PATCH v5 02/16] drm/vkms: Use drm_frame directly

2024-03-25 Thread Pekka Paalanen
On Wed, 13 Mar 2024 18:44:56 +0100 Louis Chauvet wrote: > From: Arthur Grillo > > Remove intermidiary variables and access the variables directly from > drm_frame. These changes should be noop. > > Signed-off-by: Arthur Grillo > Signed-off-by: Louis Chauvet > --- Acked-by: Pekka Paalanen

[PATCH v5 02/16] drm/vkms: Use drm_frame directly

2024-03-13 Thread Louis Chauvet
From: Arthur Grillo Remove intermidiary variables and access the variables directly from drm_frame. These changes should be noop. Signed-off-by: Arthur Grillo Signed-off-by: Louis Chauvet --- drivers/gpu/drm/vkms/vkms_drv.h | 3 --- drivers/gpu/drm/vkms/vkms_formats.c | 12 +++---