diff options
author | 2013-10-15 18:55:42 +0100 | |
---|---|---|
committer | 2013-10-16 13:32:17 +0200 | |
commit | d8882ac707f1536615d676fd6338d2a27d3911ed (patch) | |
tree | d280e8237410291e3b1d02129a9412049bb1bfce | |
parent | drm/i915: Only one open() allowed on pipe CRC result files (diff) | |
download | linux-dev-d8882ac707f1536615d676fd6338d2a27d3911ed.tar.xz linux-dev-d8882ac707f1536615d676fd6338d2a27d3911ed.zip |
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.c | 3 |
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, struct intel_pipe_crc *pipe_crc = &dev_priv->pipe_crc[pipe]; u32 val; - - return -ENODEV; - if (!IS_IVYBRIDGE(dev)) return -ENODEV; |