From: Damien Lespiau <damien.lespiau@intel.com> Date: Tue, 15 Oct 2013 17:55:42 +0000 (+0100) Subject: drm/i915: Enable pipe CRCs X-Git-Tag: firefly_0821_release~176^2~4523^2~90^2~146 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d8882ac707f1536615d676fd6338d2a27d3911ed;p=firefly-linux-kernel-4.4.55.git 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> --- 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;