Re: [RFC v3 31/33] rust: drm/kms: Add VblankSupport

2025-03-14 Thread Maxime Ripard
On Wed, Mar 05, 2025 at 05:59:47PM -0500, Lyude Paul wrote: > This commit adds bindings for implementing vblank support for a driver's > CRTCs. These bindings are optional, to account for the fact that not all > drivers have dedicated hardware vblanks. Do we really have drivers not having a vblank

[RFC v3 31/33] rust: drm/kms: Add VblankSupport

2025-03-05 Thread Lyude Paul
This commit adds bindings for implementing vblank support for a driver's CRTCs. These bindings are optional, to account for the fact that not all drivers have dedicated hardware vblanks. In order to accomplish this, we introduce the VblankSupport trait which can be implemented on DriverCrtc by dri