On Wed, 2024-11-27 at 13:00 -0300, Daniel Almeida wrote:
> Hi Lyude,
>
> > On 30 Sep 2024, at 20:09, Lyude Paul wrote:
> >
> > This is the same thing as OpaqueConnector and OpaqueConnectorState, but for
> > CRTCs now.
> >
> > Signed-off-by: Lyude Paul
> >
> > ---
> >
> > TODO:
> > * Add upca
Hi Lyude,
> On 30 Sep 2024, at 20:09, Lyude Paul wrote:
>
> This is the same thing as OpaqueConnector and OpaqueConnectorState, but for
> CRTCs now.
>
> Signed-off-by: Lyude Paul
>
> ---
>
> TODO:
> * Add upcast functions
>
> Signed-off-by: Lyude Paul
> ---
> rust/kernel/drm/kms/crtc.rs |
This is the same thing as OpaqueConnector and OpaqueConnectorState, but for
CRTCs now.
Signed-off-by: Lyude Paul
---
TODO:
* Add upcast functions
Signed-off-by: Lyude Paul
---
rust/kernel/drm/kms/crtc.rs | 131
1 file changed, 131 insertions(+)
diff --gi