commit | 0560c2173e3f12bc39ef5d61b26d43307cab8694 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon Sep 07 19:27:09 2020 +0300 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Sep 11 16:59:49 2020 +0300 |
tree | 64e7cdbbaca0bb895d580ad50d29ec786c2d552f | |
parent | 4a1a4a442736b5f6b71a0fcce292c351e889b808 [diff] |
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>