]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Stop using connector->encoder and encoder->crtc links in i915_display_info
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 29 Nov 2019 18:54:34 +0000 (20:54 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 2 Dec 2019 16:38:40 +0000 (18:38 +0200)
commit01fee585daa7202d5ccf195a96aa699758264652
treefdef322b7fe810f74593cc125fbc0f037be5566f
parent1f62ed5667a28c97d2d3bf03fe2174f1657eef97
drm/i915: Stop using connector->encoder and encoder->crtc links in i915_display_info

Migrate away from the legacy encoder->crtc and connector->encoder links
in the debugfs display_info code. Other users still remain so can't kill
these off yet.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191129185434.25549-10-ville.syrjala@linux.intel.com
Reviewed-by: Ramalingam C <ramalingam.c@intel.com>
drivers/gpu/drm/i915/display/intel_display.h
drivers/gpu/drm/i915/i915_debugfs.c