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í
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
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
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