drm/i915: Nuke intel_bios_is_port_dp_dual_mode()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 9 May 2023 16:02:06 +0000 (19:02 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 11 May 2023 14:27:43 +0000 (17:27 +0300)
commit2bea1d7c594dd0643db23a8131c689384d0e5d8c
treebc7f640112394f9735bceb6b3e7539c45baed47d
parent3d7af6cfed6c2df11388b7ac0630ad8015f9e915
drm/i915: Nuke intel_bios_is_port_dp_dual_mode()

Now that we have encoder->devdata everwhere we don't need
the intel_bios_is_port_dp_dual_mode() wrapper any more.

And while at it let's include it in the child device log
dump as well since the logic in there is a bit more complex
than just DP&&HDMI.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230509160206.25971-3-ville.syrjala@linux.intel.com
Acked-by: Gustavo Sousa <gustavo.sousa@intel.com>
drivers/gpu/drm/i915/display/intel_bios.c
drivers/gpu/drm/i915/display/intel_bios.h
drivers/gpu/drm/i915/display/intel_hdmi.c