mbox series

[00/10] drm/i915: Cleanups around .crtc_enable/disable()

Message ID 20191112141503.1116-1-ville.syrjala@linux.intel.com (mailing list archive)
Headers show
Series drm/i915: Cleanups around .crtc_enable/disable() | expand

Message

Ville Syrjälä Nov. 12, 2019, 2:14 p.m. UTC
From: Ville Syrjälä <ville.syrjala@linux.intel.com>

My eyes have been bleeding long enough. Let's try to clean up some of
this mess.

Ville Syrjälä (10):
  drm/i915: Change intel_encoders_<hook>() calling convention
  drm/i915: Add intel_crtc_vblank_off()
  drm/i915: Move assert_vblank_disabled() into intel_crtc_vblank_on()
  drm/i915: Move crtc_state to tighter scope
  drm/i915: Pass intel_crtc to ironlake_fdi_disable()
  drm/i915: Change watermark hook calling convention
  drm/i915: Pass dev_priv to cpt_verify_modeset()
  drm/i915: s/intel_crtc/crtc/ in .crtc_enable() and .crtc_disable()
  drm/i915: s/pipe_config/new_crtc_state/ in .crtc_enable()
  drm/i915: Change .crtc_enable/disable() calling convention

 drivers/gpu/drm/i915/display/intel_display.c | 461 +++++++++----------
 drivers/gpu/drm/i915/i915_drv.h              |  14 +-
 drivers/gpu/drm/i915/intel_pm.c              |  63 +--
 3 files changed, 272 insertions(+), 266 deletions(-)