[Intel-gfx] [PATCH 16/16] drm/i915: Enable pipe CRCs
Damien Lespiau
damien.lespiau at intel.com
Tue Oct 15 19:55:42 CEST 2013
It's time to declare them ready. Unleash the beast.
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
drivers/gpu/drm/i915/i915_debugfs.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/gpu/drm/i915/i915_debugfs.c b/drivers/gpu/drm/i915/i915_debugfs.c
index 826ebce..d1674b6 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,
struct intel_pipe_crc *pipe_crc = &dev_priv->pipe_crc[pipe];
u32 val;
-
- return -ENODEV;
-
if (!IS_IVYBRIDGE(dev))
return -ENODEV;
--
1.8.3.1
More information about the Intel-gfx
mailing list