mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-22 10:34:55 +08:00
drm/i915: wait one vblank when disabling CRCs
This avoids a spurious spurious interrupt warning. Reviewed-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
8bc5e955f4
commit
bcf17ab2e9
@ -2040,6 +2040,8 @@ static int pipe_crc_set_source(struct drm_device *dev, enum pipe pipe,
|
||||
DRM_DEBUG_DRIVER("stopping CRCs for pipe %c\n",
|
||||
pipe_name(pipe));
|
||||
|
||||
intel_wait_for_vblank(dev, pipe);
|
||||
|
||||
kfree(pipe_crc->entries);
|
||||
pipe_crc->entries = NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user