Re: [PATCH 6/7] drm/ast: Track physical connector status in struct drm_connector

2024-10-11 Thread Jani Nikula
On Fri, 11 Oct 2024, Thomas Zimmermann wrote: > Set bmc_attached for all connectors and let DRM's probe helpers > track the physical and logical connector state. Remove such logic > and related data structures from ast. Yeah, nice cleanups. Still, I think this emphasizes my point about improved

[PATCH 6/7] drm/ast: Track physical connector status in struct drm_connector

2024-10-10 Thread Thomas Zimmermann
Set bmc_attached for all connectors and let DRM's probe helpers track the physical and logical connector state. Remove such logic and related data structures from ast. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/ast/ast_dp.c | 21 ++--- drivers/gpu/drm/ast/ast_dp501.