浏览代码

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>
Damien Lespiau 12 年之前
父节点
当前提交
d8882ac707
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      drivers/gpu/drm/i915/i915_debugfs.c

+ 0 - 3
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];
 	struct intel_pipe_crc *pipe_crc = &dev_priv->pipe_crc[pipe];
 	u32 val;
 	u32 val;
 
 
-
-	return -ENODEV;
-
 	if (!IS_IVYBRIDGE(dev))
 	if (!IS_IVYBRIDGE(dev))
 		return -ENODEV;
 		return -ENODEV;