Re: [PATCH v2 09/10] drm/bridge: anx7625: update bridge_ops and sink detect logic

2025-03-12 Thread Dmitry Baryshkov
On Wed, 12 Mar 2025 at 11:47, Ayushi Makhija wrote: > > On 3/11/2025 9:11 PM, Dmitry Baryshkov wrote: > > On Tue, Mar 11, 2025 at 05:54:44PM +0530, Ayushi Makhija wrote: > >> The anx7625_link_bridge() checks if a device is not a panel > >> bridge and add DRM_BRIDGE_OP_HPD and DRM_BRIDGE_OP_DETECT

Re: [PATCH v2 09/10] drm/bridge: anx7625: update bridge_ops and sink detect logic

2025-03-12 Thread Ayushi Makhija
On 3/11/2025 9:11 PM, Dmitry Baryshkov wrote: > On Tue, Mar 11, 2025 at 05:54:44PM +0530, Ayushi Makhija wrote: >> The anx7625_link_bridge() checks if a device is not a panel >> bridge and add DRM_BRIDGE_OP_HPD and DRM_BRIDGE_OP_DETECT to >> the bridge operations. However, on port 1 of the anx7625

[PATCH v2 09/10] drm/bridge: anx7625: update bridge_ops and sink detect logic

2025-03-11 Thread Ayushi Makhija
The anx7625_link_bridge() checks if a device is not a panel bridge and add DRM_BRIDGE_OP_HPD and DRM_BRIDGE_OP_DETECT to the bridge operations. However, on port 1 of the anx7625 bridge, any device added is always treated as a panel bridge, preventing connector_detect function from being called. To

Re: [PATCH v2 09/10] drm/bridge: anx7625: update bridge_ops and sink detect logic

2025-03-11 Thread Dmitry Baryshkov
On Tue, Mar 11, 2025 at 05:54:44PM +0530, Ayushi Makhija wrote: > The anx7625_link_bridge() checks if a device is not a panel > bridge and add DRM_BRIDGE_OP_HPD and DRM_BRIDGE_OP_DETECT to > the bridge operations. However, on port 1 of the anx7625 > bridge, any device added is always treated as a p