Re: [PATCH v16] drm/etnaviv: Fix page property being used for non writecombine buffers

2024-12-03 Thread Lucas Stach
Am Montag, dem 04.11.2024 um 08:41 +0800 schrieb Sui Jingfeng: > In the etnaviv_gem_vmap_impl() function, the driver vmap whatever buffers > with write combine(WC) page property, this is incorrect. Cached buffers > should be mapped with the cached page property and uncached buffers should > be mapp

[PATCH v16] drm/etnaviv: Fix page property being used for non writecombine buffers

2024-11-03 Thread Sui Jingfeng
In the etnaviv_gem_vmap_impl() function, the driver vmap whatever buffers with write combine(WC) page property, this is incorrect. Cached buffers should be mapped with the cached page property and uncached buffers should be mapped with the uncached page property. Fixes: a0a5ab3e99b8 ("drm/etnaviv: