]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/cx0: Move definition of Cx0 PHY functions earlier
authorImre Deak <imre.deak@intel.com>
Mon, 17 Nov 2025 10:45:36 +0000 (12:45 +0200)
committerMika Kahola <mika.kahola@intel.com>
Wed, 19 Nov 2025 11:24:18 +0000 (13:24 +0200)
commit7c3342213a8b73f3100e3462074f5ded4fd9d675
tree5f10cca8ed4f91099dcab7462b2bae16e53d7176
parent201c902870ec7b4141e4f403612a289701fafb80
drm/i915/cx0: Move definition of Cx0 PHY functions earlier

Move the definitions of the
  intel_c10pll_calc_port_clock()
  intel_c20_get_dp_rate()
  intel_c20_get_hdmi_rate()
  is_hdmi_frl()
  is_dp2()
  intel_get_c20_custom_width()
functions earlier to avoid the forward declarations.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Mika Kahola <mika.kahola@intel.com>
Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
Link: https://lore.kernel.org/r/20251117104602.2363671-7-mika.kahola@intel.com
drivers/gpu/drm/i915/display/intel_cx0_phy.c