is_tiled
bool is_tiled, is_nv21;
is_tiled = (fb->modifier == DRM_FORMAT_MOD_SAMSUNG_64_32_TILE);
if (is_tiled) {
val |= (is_tiled ? VP_MODE_MEM_TILED : VP_MODE_MEM_LINEAR);
return display->parent->bo->is_tiled && display->parent->bo->is_tiled(obj);
.is_tiled = i915_bo_is_tiled,
if (is_tiled(frame->fmt))
if (is_tiled(frame->fmt))
bool (*is_tiled)(struct drm_gem_object *obj); /* Optional */