Re: [WIP RFC v2 03/35] rust: drm/kms/fbdev: Add FbdevShmem

2024-11-26 Thread Daniel Almeida
Hi Lyude, > On 30 Sep 2024, at 20:09, Lyude Paul wrote: > > For drivers which use the shmem based GEM helpers, they'll want to use the > relevant drm_fbdev_shmem_setup() functions instead of the > drm_fbdev_dma_setup() functions. To allow for this, introduce another > FbdevImpl that such drivers

[WIP RFC v2 03/35] rust: drm/kms/fbdev: Add FbdevShmem

2024-09-30 Thread Lyude Paul
For drivers which use the shmem based GEM helpers, they'll want to use the relevant drm_fbdev_shmem_setup() functions instead of the drm_fbdev_dma_setup() functions. To allow for this, introduce another FbdevImpl that such drivers can use instead of FbdevDma. Signed-off-by: Lyude Paul --- rust/b