diff options
author | 2024-11-04 08:41:56 +0800 | |
---|---|---|
committer | 2024-12-03 18:28:34 +0100 | |
commit | 834f304192834d6f0941954f3277ae0ba11a9a86 (patch) | |
tree | 7f0900aaee436b271e03fa5c0dcbba9b5ceb890b /scripts/generate_rust_analyzer.py | |
parent | drm/etnaviv: etnaviv_cmdbuf.c: Drop the unneeded 'etnaviv_perfmon.h' header (diff) | |
download | wireguard-linux-834f304192834d6f0941954f3277ae0ba11a9a86.tar.xz wireguard-linux-834f304192834d6f0941954f3277ae0ba11a9a86.zip |
drm/etnaviv: Fix page property being used for non writecombine buffers
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: call correct function when trying to vmap a DMABUF")
Signed-off-by: Sui Jingfeng <sui.jingfeng@linux.dev>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions