nouveau: Use WC maps instead of uncached
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user