drm/i915/tc: Group the TC PHY setup/query functions per platform
authorImre Deak <imre.deak@intel.com>
Thu, 23 Mar 2023 14:20:07 +0000 (16:20 +0200)
committerImre Deak <imre.deak@intel.com>
Mon, 3 Apr 2023 08:35:29 +0000 (11:35 +0300)
commita33c8f71d3d85ff1c0284270f710b071d480d547
treedf95d2365c4e8ea147db38a857fb4b20cdeb176e
parentd4d17377e01f017fd5a22f68f13e7ab342f97551
drm/i915/tc: Group the TC PHY setup/query functions per platform

Arrange the TC PHY HW state setup/query functions into platform
specific and generic groups. This prepares for upcoming patches adding
generic TC PHY handlers and platform specific hooks for these,
replacing the corresponding if ladders.

No functional changes.

v2: Fix non kernel-doc multiline comments. (Jani)

Cc: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Mika Kahola <mika.kahola@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230323142035.1432621-2-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_tc.c