struct drm_i915_private *dev_priv = to_i915(plane->base.dev);
const struct drm_framebuffer *fb = plane_state->hw.fb;
unsigned int rotation = plane_state->hw.rotation;
-- struct drm_format_name_buf format_name;
if (!fb)
return 0;
case DRM_FORMAT_XVYU12_16161616:
case DRM_FORMAT_XVYU16161616:
drm_dbg_kms(&dev_priv->drm,
-- "Unsupported pixel format %s for 90/270!\n",
-- drm_get_format_name(fb->format->format,
-- &format_name));
++ "Unsupported pixel format %p4cc for 90/270!\n",
++ &fb->format->format);
return -EINVAL;
default:
break;