[Intel-gfx] [PATCH 00/13] Make i915 dpms atomic.

Maarten Lankhorst maarten.lankhorst at linux.intel.com
Thu Jul 16 01:59:13 PDT 2015


Now that i915 is fully atomic lets get rid of the special
i915 dpms handling, and get rid of intel_crtc_control.

Maarten Lankhorst (13):
  drm/atomic: Only update crtc->x/y if it's part of the state.
  drm/atomic: Update legacy DPMS state during modesets.
  drm/i915: Make the force_thru workaround atomic.
  drm/i915: Remove special dpms handling from intel_crt.c
  drm/i915: Remove special dpms handling from intel_crtc.c
  drm/i915: Remove special dpms handling from intel_sdvo.c
  drm/i915: Get rid of dpms handling.
  drm/i915: Use proper locking for intel_dp_check_link_status.
  drm/i915: Remove some unneeded checks from check_crtc_state.
  drm/i915: Remove connectors_active from state checking.
  drm/i915: Remove connectors_active from sanitization.
  drm/i915: Remove connectors_active from intel_dp.c.
  drm/i915: Remove connectors_active.

 drivers/gpu/drm/drm_atomic_helper.c  |  23 +++-
 drivers/gpu/drm/i915/i915_debugfs.c  |  82 +++++---------
 drivers/gpu/drm/i915/intel_crt.c     |  49 +--------
 drivers/gpu/drm/i915/intel_display.c | 204 +++++------------------------------
 drivers/gpu/drm/i915/intel_dp.c      |  38 +++++--
 drivers/gpu/drm/i915/intel_dp_mst.c  |  10 +-
 drivers/gpu/drm/i915/intel_drv.h     |   4 -
 drivers/gpu/drm/i915/intel_dsi.c     |   2 +-
 drivers/gpu/drm/i915/intel_dvo.c     |  46 +-------
 drivers/gpu/drm/i915/intel_hdmi.c    |   2 +-
 drivers/gpu/drm/i915/intel_lvds.c    |   2 +-
 drivers/gpu/drm/i915/intel_sdvo.c    |  47 +-------
 drivers/gpu/drm/i915/intel_tv.c      |   2 +-
 13 files changed, 109 insertions(+), 402 deletions(-)

-- 
2.1.0



More information about the Intel-gfx mailing list