[PATCH 0/8] Rework pageflip for trybot.

Maarten Lankhorst maarten.lankhorst at linux.intel.com
Tue Apr 12 07:35:39 UTC 2016


*** BLURB HERE ***

clone of "unify-flip-modeset"

Maarten Lankhorst (8):
  drm/core: Add drm_accurate_vblank_count, v3.
  drm/i915: Remove stallcheck special handling.
  drm/i915: Remove intel_prepare_page_flip.
  drm/i915: Add support for detecting vblanks when hw frame counter is
    unavailable.
  drm/i915: Allow mmio updates on all platforms, v2.
  drm/i915: Convert flip_work to a list.
  drm/i915: Add the exclusive fence to plane_state.
  drm/i915: Rework intel_crtc_page_flip to be almost atomic, v3.

 drivers/gpu/drm/drm_irq.c                 |  26 +
 drivers/gpu/drm/i915/i915_debugfs.c       | 108 ++--
 drivers/gpu/drm/i915/i915_drv.h           |   2 +-
 drivers/gpu/drm/i915/i915_irq.c           |  18 +-
 drivers/gpu/drm/i915/intel_atomic_plane.c |   1 +
 drivers/gpu/drm/i915/intel_display.c      | 968 ++++++++++++++++--------------
 drivers/gpu/drm/i915/intel_drv.h          |  39 +-
 drivers/gpu/drm/i915/intel_sprite.c       |  16 +-
 include/drm/drmP.h                        |   1 +
 9 files changed, 632 insertions(+), 547 deletions(-)

-- 
2.1.0



More information about the Intel-gfx-trybot mailing list