drm/i915/mtl: TypeC HPD live status query
authorImre Deak <imre.deak@intel.com>
Fri, 28 Apr 2023 09:54:31 +0000 (12:54 +0300)
committerRadhakrishna Sripada <radhakrishna.sripada@intel.com>
Fri, 28 Apr 2023 21:52:02 +0000 (14:52 -0700)
commit4366750a0d2d587ae8335944d723eb43a6c0d94a
tree622449dea6109dcd578179699063491044ee2e05
parent6f0423b06a0cd55133bafb7a69fd2ac1ff7a6750
drm/i915/mtl: TypeC HPD live status query

The HPD live status for MTL has to be read from different set of
registers. MTL deserves a new function for this purpose
and cannot reuse the existing  HPD live status detection

Reviewed-by: Matt Atwood <matthew.s.atwood@intel.com>
Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Mika Kahola <mika.kahola@intel.com>
Signed-off-by: Radhakrishna Sripada <radhakrishna.sripada@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230428095433.4109054-12-mika.kahola@intel.com
drivers/gpu/drm/i915/display/intel_tc.c