drm/i915: Introduce g4x_hdmi_compute_config()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 7 Nov 2022 19:46:00 +0000 (21:46 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 17 Nov 2022 17:11:07 +0000 (19:11 +0200)
commit95067dc6481509fe3b9959cd1d36fc744508de11
tree61fe65184d973e251afd79fae834841b577b3ec6
parent9c1f06d9a76ae7e7a50f7eaeb892f851de9c86fb
drm/i915: Introduce g4x_hdmi_compute_config()

Start pulling some of the more platform specific things out from
intel_hdmi_compute_config(). has_pch_encoder is clearly one
such thing.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221107194604.15227-2-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_hdmi.c