Re: [WIP RFC v2 16/35] rust: drm/kms: Add RawConnector and RawConnectorState

2024-11-27 Thread Daniel Almeida
Hi Lyude, > On 30 Sep 2024, at 20:09, Lyude Paul wrote: > > Now that we have more then one way to refer to connectors, we also want to nit: typo here, s/then/than > ensure that any methods which are common to any kind of connector type can > be used on all connector representations. This is wh

[WIP RFC v2 16/35] rust: drm/kms: Add RawConnector and RawConnectorState

2024-09-30 Thread Lyude Paul
Now that we have more then one way to refer to connectors, we also want to ensure that any methods which are common to any kind of connector type can be used on all connector representations. This is where RawConnector and RawConnectorState come in: we implement these traits for any type which impl