mirror of
https://github.com/raspberrypi/linux.git
synced 2026-01-04 18:27:36 +00:00
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>
This commit is contained in:
committed by
Daniel Vetter
parent
be5c7a9075
commit
d8882ac707
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user