Re:Re:Re: [PATCH 1/1] drm/bridge: Pass down connector to drm bridge detect hook

2025-05-06 Thread Andy Yan
Ping.. At 2025-04-22 15:59:27, "Andy Yan" wrote: > >Hi all, > >At 2025-03-21 17:48:04, "Maxime Ripard" wrote: >>On Fri, Mar 21, 2025 at 04:53:38PM +0800, Andy Yan wrote: >>> From: Andy Yan >>> >>> In some application scenarios, we hope to get the corresponding >>> connector when the brid

Re:Re: [PATCH 1/1] drm/bridge: Pass down connector to drm bridge detect hook

2025-04-22 Thread Andy Yan
Hi all, At 2025-03-21 17:48:04, "Maxime Ripard" wrote: >On Fri, Mar 21, 2025 at 04:53:38PM +0800, Andy Yan wrote: >> From: Andy Yan >> >> In some application scenarios, we hope to get the corresponding >> connector when the bridge's detect hook is invoked. >> >> In most cases, we can get the

Re:Re: [PATCH 1/1] drm/bridge: Pass down connector to drm bridge detect hook

2025-04-05 Thread Andy Yan
Hi Maxime, At 2025-03-21 17:48:04, "Maxime Ripard" wrote: >On Fri, Mar 21, 2025 at 04:53:38PM +0800, Andy Yan wrote: >> From: Andy Yan >> >> In some application scenarios, we hope to get the corresponding >> connector when the bridge's detect hook is invoked. >> >> In most cases, we can get t

[PATCH 1/1] drm/bridge: Pass down connector to drm bridge detect hook

2025-03-27 Thread Andy Yan
From: Andy Yan In some application scenarios, we hope to get the corresponding connector when the bridge's detect hook is invoked. In most cases, we can get the connector by drm_atomic_get_connector_for_encoder if the encoder attached to the bridge is enabled, however there will still be some sc

Re: [PATCH 1/1] drm/bridge: Pass down connector to drm bridge detect hook

2025-03-21 Thread Maxime Ripard
On Fri, Mar 21, 2025 at 04:53:38PM +0800, Andy Yan wrote: > From: Andy Yan > > In some application scenarios, we hope to get the corresponding > connector when the bridge's detect hook is invoked. > > In most cases, we can get the connector by > drm_atomic_get_connector_for_encoder > if the enc