radeon: just evict to TT not cached

main
Dave Airlie 2008-08-06 15:58:09 +10:00
parent a6c075fca6
commit 6435958673
1 changed files with 1 additions and 1 deletions

View File

@ -265,6 +265,6 @@ uint64_t radeon_evict_flags(struct drm_buffer_object *bo)
case DRM_BO_MEM_TT:
return DRM_BO_FLAG_MEM_LOCAL;
default:
return DRM_BO_FLAG_MEM_TT | DRM_BO_FLAG_CACHED;
return DRM_BO_FLAG_MEM_TT;
}
}