Re: [PATCH] drm/vkms: Remove event from vkms_output

2024-07-07 Thread Maíra Canal
On 7/3/24 13:04, Lyude Paul wrote: While working on rvkms, I noticed that there's no code that actually uses the drm_pending_vblank_event that's embedded in vkms_output. So, just drop the member from the struct. Signed-off-by: Lyude Paul Applied to drm-misc/drm-misc-next! Best Regards, - Maí

Re: [PATCH] drm/vkms: Remove event from vkms_output

2024-07-04 Thread Maíra Canal
On 7/3/24 13:04, Lyude Paul wrote: While working on rvkms, I noticed that there's no code that actually uses the drm_pending_vblank_event that's embedded in vkms_output. So, just drop the member from the struct. Signed-off-by: Lyude Paul Reviewed-by: Maíra Canal Feel free to apply it to drm

Re: [PATCH] drm/vkms: Remove event from vkms_output

2024-07-04 Thread Louis Chauvet
Le 03/07/24 - 12:04, Lyude Paul a écrit : > While working on rvkms, I noticed that there's no code that actually uses > the drm_pending_vblank_event that's embedded in vkms_output. So, just drop > the member from the struct. This seems to be a leftover of the work on the introduction on vblank, if

[PATCH] drm/vkms: Remove event from vkms_output

2024-07-03 Thread Lyude Paul
While working on rvkms, I noticed that there's no code that actually uses the drm_pending_vblank_event that's embedded in vkms_output. So, just drop the member from the struct. Signed-off-by: Lyude Paul --- drivers/gpu/drm/vkms/vkms_drv.h | 1 - 1 file changed, 1 deletion(-) diff --git a/driver