Re: [PATCH 1/6] drm/fbdev-generic: Always use shadow buffering

2023-03-17 Thread Thomas Zimmermann
Hi Javier Am 17.03.23 um 12:47 schrieb Javier Martinez Canillas: Thomas Zimmermann writes: Hello Thomas, Remove all codepaths that implement fbdev output directly on GEM buffers. Always allocate a shadow buffer in system memory and set up deferred I/O for mmap. The fbdev code that operated

Re: [PATCH 1/6] drm/fbdev-generic: Always use shadow buffering

2023-03-17 Thread Javier Martinez Canillas
Thomas Zimmermann writes: Hello Thomas, > Remove all codepaths that implement fbdev output directly on GEM > buffers. Always allocate a shadow buffer in system memory and set > up deferred I/O for mmap. > > The fbdev code that operated directly on GEM buffers was used by > drivers based on GEM D

[PATCH 1/6] drm/fbdev-generic: Always use shadow buffering

2023-03-15 Thread Thomas Zimmermann
Remove all codepaths that implement fbdev output directly on GEM buffers. Always allocate a shadow buffer in system memory and set up deferred I/O for mmap. The fbdev code that operated directly on GEM buffers was used by drivers based on GEM DMA helpers. Those drivers have been migrated to use fb