]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Get rid of crtc->config in chv_data_lane_soft_reset
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Thu, 4 Oct 2018 09:46:03 +0000 (11:46 +0200)
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Fri, 5 Oct 2018 13:19:08 +0000 (15:19 +0200)
commiteee44b4d8f0426ff7e8d7068ae9e69f2cc165830
treebc3cd668aaf850e3479efdf3a0c9fa9af67f2df7
parentec2ef2954c81df51abf7501aaa6ef19f01e0c6da
drm/i915: Get rid of crtc->config in chv_data_lane_soft_reset

Fixing chv_set_phy_signal_level() still requires too many levels of
indirection to pass crtc_state along, but chv_data_lane_soft_reset()
already has a crtc_state we can use.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181004094604.2646-13-maarten.lankhorst@linux.intel.com
drivers/gpu/drm/i915/intel_dpio_phy.c