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