Skip to content

Commit e770936

Browse files
committed
amdgpu: use ttm_uncached
1 parent 3b1c3fa commit e770936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ static struct ttm_tt *amdgpu_ttm_tt_create(struct ttm_buffer_object *bo,
11201120
if (abo->flags & AMDGPU_GEM_CREATE_CPU_GTT_USWC)
11211121
caching = ttm_write_combined;
11221122
else
1123-
caching = ttm_cached;
1123+
caching = ttm_uncached;
11241124

11251125
/* allocate space for the uninitialized page entries */
11261126
if (ttm_sg_tt_init(&gtt->ttm, bo, page_flags, caching)) {

0 commit comments

Comments
 (0)