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

Commit d8882ac7 authored by Damien Lespiau's avatar Damien Lespiau Committed by Daniel Vetter
Browse files

drm/i915: Enable pipe CRCs



It's time to declare them ready. Unleash the beast.

Signed-off-by: default avatarDamien Lespiau <damien.lespiau@intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent be5c7a90
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1949,9 +1949,6 @@ static int pipe_crc_set_source(struct drm_device *dev, enum pipe pipe,
	struct intel_pipe_crc *pipe_crc = &dev_priv->pipe_crc[pipe];
	u32 val;


	return -ENODEV;

	if (!IS_IVYBRIDGE(dev))
		return -ENODEV;