Re: [PATCH v5 0/3] Add option to mmap GEM buffers cached

2021-05-25 Thread Thomas Zimmermann
Hi Am 23.05.21 um 21:19 schrieb Paul Cercueil: Hi Thomas, Le dim., mai 23 2021 at 21:05:30 +0200, Thomas Zimmermann a écrit : Hi Am 23.05.21 um 19:04 schrieb Paul Cercueil: V5 of my patchset which adds the option for having GEM buffers backed by non-coherent memory. Changes from V4: -

Re: [PATCH v5 0/3] Add option to mmap GEM buffers cached

2021-05-23 Thread Paul Cercueil
Hi Thomas, Le dim., mai 23 2021 at 21:05:30 +0200, Thomas Zimmermann a écrit : Hi Am 23.05.21 um 19:04 schrieb Paul Cercueil: V5 of my patchset which adds the option for having GEM buffers backed by non-coherent memory. Changes from V4: - [2/3]: - Rename to drm_fb_cma_sync_non_cohere

Re: [PATCH v5 0/3] Add option to mmap GEM buffers cached

2021-05-23 Thread Thomas Zimmermann
Hi Am 23.05.21 um 19:04 schrieb Paul Cercueil: V5 of my patchset which adds the option for having GEM buffers backed by non-coherent memory. Changes from V4: - [2/3]: - Rename to drm_fb_cma_sync_non_coherent - Invert loops for better cache locality - Only sync BOs that have the

[PATCH v5 0/3] Add option to mmap GEM buffers cached

2021-05-23 Thread Paul Cercueil
V5 of my patchset which adds the option for having GEM buffers backed by non-coherent memory. Changes from V4: - [2/3]: - Rename to drm_fb_cma_sync_non_coherent - Invert loops for better cache locality - Only sync BOs that have the non-coherent flag - Properly sort includes -