Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc7ebb28 authored by Chris Wilson's avatar Chris Wilson Committed by Daniel Vetter
Browse files

drm/i915: The sprite scaler on Ironlake also support YUV planes



This fixes a regression from

commit 57779d06
Author: Ville Syrjälä <ville.syrjala@linux.intel.com>
Date:   Wed Oct 31 17:50:14 2012 +0200

    drm/i915: Fix display pixel format handling

(which even says that they are supported on Ironlake, and then promptly
rejects then...)

Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 901593f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8637,7 +8637,7 @@ int intel_framebuffer_init(struct drm_device *dev,
	case DRM_FORMAT_UYVY:
	case DRM_FORMAT_YVYU:
	case DRM_FORMAT_VYUY:
		if (INTEL_INFO(dev)->gen < 6)
		if (INTEL_INFO(dev)->gen < 5)
			return -EINVAL;
		break;
	default: