Re: [WIP RFC v2 10/35] rust: drm/kms: Add DriverConnector::get_mode callback

2024-12-12 Thread Lyude Paul
On Wed, 2024-11-27 at 12:03 -0300, Daniel Almeida wrote: > Hi Lyude, > > > On 30 Sep 2024, at 20:09, Lyude Paul wrote: > > > > Next up is filling out some of the basic connector hotplugging callbacks - > > which we'll need for setting up the fbdev helpers for KMS devices. Note > > that connector

Re: [WIP RFC v2 10/35] rust: drm/kms: Add DriverConnector::get_mode callback

2024-11-27 Thread Daniel Almeida
Hi Lyude, > On 30 Sep 2024, at 20:09, Lyude Paul wrote: > > Next up is filling out some of the basic connector hotplugging callbacks - > which we'll need for setting up the fbdev helpers for KMS devices. Note > that connector hotplugging in DRM follows a BFL scheme: pretty much all A what schem

[WIP RFC v2 10/35] rust: drm/kms: Add DriverConnector::get_mode callback

2024-09-30 Thread Lyude Paul
Next up is filling out some of the basic connector hotplugging callbacks - which we'll need for setting up the fbdev helpers for KMS devices. Note that connector hotplugging in DRM follows a BFL scheme: pretty much all probing is protected under the mighty drm_device->mode_config.lock, which of cou