[Intel-gfx] [PATCH 00/10] drm/i915: Remove low hanging crtc->config fruit, part 2.

Maarten Lankhorst maarten.lankhorst at linux.intel.com
Thu Oct 11 10:04:47 UTC 2018


More users of crtc->config are converted to using the correct crtc_state.

Maarten Lankhorst (10):
  drm/i915: Remove crtc->config dereference from drrs_ctl
  drm/i915: Make intel_dp_set_m_n take crtc_state
  drm/i915: Remove crtc->config references in vlv_prepare_pll
  drm/i915: Always read out M2_N2 in intel_cpu_transcoder_get_m_n
  drm/i915: Pass crtc_state to update_scanline_offset
  drm/i915: Remove crtc->config dereferences in intel_sanitize_crtc
  drm/i915: Remove crtc->config dereferences in intel_modeset_setup_hw_state
  drm/i915: Pass crtc_state to lpt_program_iclkip
  drm/i915: Pass crtc_state to ivybridge_update_fdi_bc_bifurcation
  drm/i915: Remove crtc->active from crtc_enable callbacks

 drivers/gpu/drm/i915/i915_debugfs.c  |  54 +++++++--
 drivers/gpu/drm/i915/intel_display.c | 157 ++++++++++++---------------
 drivers/gpu/drm/i915/intel_dp.c      |   4 +-
 drivers/gpu/drm/i915/intel_drv.h     |   3 +-
 4 files changed, 118 insertions(+), 100 deletions(-)

-- 
2.19.0



More information about the Intel-gfx mailing list