]> Git Repo - linux.git/commit
drm/i915: Always wait for flip_done, v2.
authorMaarten Lankhorst <[email protected]>
Mon, 4 Sep 2017 10:48:33 +0000 (12:48 +0200)
committerMaarten Lankhorst <[email protected]>
Fri, 8 Sep 2017 08:39:37 +0000 (10:39 +0200)
commitb44d5c0c105aa84b46caff9fdd606dc9a7b86419
treeb81ebe570cb6cef9bc3c721c23fa6faa27e64cc4
parent3ff558e78bc517f10a1b087989f3fda87038b48c
drm/i915: Always wait for flip_done, v2.

The next commit removes the wait for flip_done in in
drm_atomic_helper_commit_cleanup_done, but we need it for the tests
to pass. Instead of using complicated vblank tracking which ends
up being ignored anyway, call the correct atomic helper. :)

Changes since v1:
- Always call drm_atomic_helper_wait_for_flip_done,
  even for legacy cursor updates. (danvet)

Signed-off-by: Maarten Lankhorst <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Daniel Vetter <[email protected]>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_display.c
This page took 0.05496 seconds and 4 git commands to generate.