nouveau: Use WC maps instead of uncached

This commit is contained in:
Faith Ekstrand
2025-10-28 22:45:13 -04:00
committed by Thomas Makin
parent eb74f85a1f
commit 9f565ad57c

View File

@@ -73,7 +73,7 @@ nouveau_sgdma_create_ttm(struct ttm_buffer_object *bo, uint32_t page_flags)
enum ttm_caching caching;
if (nvbo->force_coherent)
caching = ttm_uncached;
caching = ttm_write_combined;
else if (drm->agp.bridge)
caching = ttm_write_combined;
else