nouveau: Use WC maps instead of uncached

This commit is contained in:
Faith Ekstrand
2025-10-28 22:45:13 -04:00
committed by Aaron Kling
parent a2e82d7eaa
commit 0909b909ee
+1 -1
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