Re: [RFC v3 12/33] rust: drm/kms: Add RawConnector and RawConnectorState

2025-03-25 Thread Lyude Paul
On Fri, 2025-03-14 at 13:04 +0100, Maxime Ripard wrote: > On Wed, Mar 05, 2025 at 05:59:28PM -0500, Lyude Paul wrote: > > 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 conn

Re: [RFC v3 12/33] rust: drm/kms: Add RawConnector and RawConnectorState

2025-03-14 Thread Maxime Ripard
On Wed, Mar 05, 2025 at 05:59:28PM -0500, Lyude Paul wrote: > 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 > RawConne

[RFC v3 12/33] rust: drm/kms: Add RawConnector and RawConnectorState

2025-03-05 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