drm/nouveau/bus: remove cpu_coherent flag
[deliverable/linux.git] / drivers / gpu / drm / nouveau / nouveau_bo.c
index 711592798fe8f87a17714c277ca267b46410c886..fbb6036235feca28cf6c37aa07d977d3701fb442 100644 (file)
@@ -209,8 +209,7 @@ nouveau_bo_new(struct drm_device *dev, int size, int align,
        nvbo->tile_flags = tile_flags;
        nvbo->bo.bdev = &drm->ttm.bdev;
 
-       if (!nvxx_device(&drm->device)->func->cpu_coherent)
-               nvbo->force_coherent = flags & TTM_PL_FLAG_UNCACHED;
+       nvbo->force_coherent = flags & TTM_PL_FLAG_UNCACHED;
 
        nvbo->page_shift = 12;
        if (drm->client.vm) {
This page took 0.024574 seconds and 5 git commands to generate.