]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
drm/i915: Nuke dpio_phy_iosf_port[]
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 7 Sep 2020 16:27:09 +0000 (19:27 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 11 Sep 2020 13:59:49 +0000 (16:59 +0300)
commit0560c2173e3f12bc39ef5d61b26d43307cab8694
tree64e7cdbbaca0bb895d580ad50d29ec786c2d552f
parent4a1a4a442736b5f6b71a0fcce292c351e889b808
drm/i915: Nuke dpio_phy_iosf_port[]

There's no real reason to stash away the DPIO PHY IOSF sideband port
numbers for VLV/CHV. Just compute them at runtime in the sideband code.

Gets rid of the oddball intel_init_dpio() function from the high level
init flow.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200907162709.29579-1-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_display.h
drivers/gpu/drm/i915/i915_drv.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_sideband.c