[Intel-gfx] [PATCH v2 0/5] Faster modeset support.

Maarten Lankhorst maarten.lankhorst at linux.intel.com
Thu Aug 27 06:44:01 PDT 2015


What was previously known as fastboot no longer works. But we can do much better now
that we pass the old crtc state to begin_crtc_commit.

Even if we decide not to enable modeset this patch is useful, because it cleans up
some non-atomic bits in a good way.

Maarten Lankhorst (5):
  drm/i915: Set csc coefficients in update_pipe_size.
  drm/i915: Remove references to crtc->active from intel_fbdev.c
  drm/i915: Always try to inherit the initial fb.
  drm/i915: Make updating pipe without modeset atomic.
  drm/i915: skip modeset if compatible for everyone.

 drivers/gpu/drm/i915/i915_drv.h      |   1 -
 drivers/gpu/drm/i915/i915_params.c   |   5 --
 drivers/gpu/drm/i915/intel_atomic.c  |   2 +-
 drivers/gpu/drm/i915/intel_display.c | 116 ++++++++++++++++++++++-------------
 drivers/gpu/drm/i915/intel_drv.h     |   2 +
 drivers/gpu/drm/i915/intel_fbdev.c   |   9 +--
 6 files changed, 79 insertions(+), 56 deletions(-)

-- 
2.1.0



More information about the Intel-gfx mailing list