I915_BO_FLAG_IOMEM
return obj->mem_flags & I915_BO_FLAG_IOMEM;
mem_flags = i915_ttm_cpu_maps_iomem(bo->resource) ? I915_BO_FLAG_IOMEM :
obj->mem_flags &= ~(I915_BO_FLAG_STRUCT_PAGE | I915_BO_FLAG_IOMEM);