Re: [WIP RFC v2 32/35] rust: drm/kms: Add Device::num_crtcs()

2025-01-13 Thread Lyude Paul
On Thu, 2024-11-28 at 11:38 -0300, Daniel Almeida wrote: > Hi Lyude, > > > On 30 Sep 2024, at 20:10, Lyude Paul wrote: > > > > A binding for checking drm_device.num_crtcs. We'll need this in a moment > > for vblank support, since setting it up requires knowing the number of > > CRTCs that a driv

Re: [WIP RFC v2 32/35] rust: drm/kms: Add Device::num_crtcs()

2024-11-28 Thread Daniel Almeida
Hi Lyude, > On 30 Sep 2024, at 20:10, Lyude Paul wrote: > > A binding for checking drm_device.num_crtcs. We'll need this in a moment > for vblank support, since setting it up requires knowing the number of > CRTCs that a driver has initialized. > > Signed-off-by: Lyude Paul > --- > rust/kernel

[WIP RFC v2 32/35] rust: drm/kms: Add Device::num_crtcs()

2024-09-30 Thread Lyude Paul
A binding for checking drm_device.num_crtcs. We'll need this in a moment for vblank support, since setting it up requires knowing the number of CRTCs that a driver has initialized. Signed-off-by: Lyude Paul --- rust/kernel/drm/kms.rs | 25 + 1 file changed, 21 insertions(