drm/i915: Move has_hdmi_sink out from intel_hdmi_compute_config()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 7 Nov 2022 19:46:03 +0000 (21:46 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 5 May 2023 16:48:36 +0000 (19:48 +0300)
commit34682d6006ca31e8a4961104dba15d556db533b4
tree61727d3967ed742449aa443ce2527920c7fd5459
parent1dc565764dc7a4b6477db0bc0202d26f74ad2a0e
drm/i915: Move has_hdmi_sink out from intel_hdmi_compute_config()

We'll be wanting to compute has_hdmi_sink a bit differently
for some platforms. To that end compute it in the encoder
.compute_config_hook() before we call intel_hdmi_compute_config().
intel_hdmi_compute_has_hdmi_sink() will do the basic lifting
beyond any platform specific stuff.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221107194604.15227-5-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/g4x_hdmi.c
drivers/gpu/drm/i915/display/intel_ddi.c
drivers/gpu/drm/i915/display/intel_hdmi.c
drivers/gpu/drm/i915/display/intel_hdmi.h