Re: [PATCH 10/12] drm/i915: Add intel_digital_port lock/unlock hooks

2024-01-08 Thread Hogander, Jouni
On Thu, 2024-01-04 at 10:30 +0200, Imre Deak wrote: > Add hooks to intel_digital_port to lock and unlock the port and add a > helper to check the connector's detect status while the port is > locked > already. This simplifies checking the connector detect status in > intel_dp_aux_xfer() and intel_d

[PATCH 10/12] drm/i915: Add intel_digital_port lock/unlock hooks

2024-01-04 Thread Imre Deak
Add hooks to intel_digital_port to lock and unlock the port and add a helper to check the connector's detect status while the port is locked already. This simplifies checking the connector detect status in intel_dp_aux_xfer() and intel_digital_port_connected() in the next two patches aborting AUX t