aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2013-10-15 13:55:42 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-10-16 07:32:17 -0400
commitd8882ac707f1536615d676fd6338d2a27d3911ed (patch)
treed280e8237410291e3b1d02129a9412049bb1bfce
parentbe5c7a90753fb9f74c867f74489abe822ffb4b26 (diff)
drm/i915: Enable pipe CRCs
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>
-rw-r--r--drivers/gpu/drm/i915/i915_debugfs.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/i915/i915_debugfs.c b/drivers/gpu/drm/i915/i915_debugfs.c
index 826ebcead3c4..d1674b6b749b 100644
--- a/drivers/gpu/drm/i915/i915_debugfs.c
+++ b/drivers/gpu/drm/i915/i915_debugfs.c
@@ -1949,9 +1949,6 @@ static int pipe_crc_set_source(struct drm_device *dev, enum pipe pipe,
1949 struct intel_pipe_crc *pipe_crc = &dev_priv->pipe_crc[pipe]; 1949 struct intel_pipe_crc *pipe_crc = &dev_priv->pipe_crc[pipe];
1950 u32 val; 1950 u32 val;
1951 1951
1952
1953 return -ENODEV;
1954
1955 if (!IS_IVYBRIDGE(dev)) 1952 if (!IS_IVYBRIDGE(dev))
1956 return -ENODEV; 1953 return -ENODEV;
1957 1954