OSDN Git Service

drm/i915: Enable pipe CRCs
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 15 Oct 2013 17:55:42 +0000 (18:55 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 16 Oct 2013 11:32:17 +0000 (13:32 +0200)
It's time to declare them ready. Unleash the beast.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_debugfs.c

index 826ebce..d1674b6 100644 (file)
@@ -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;