Re: [PATCH 00/11] drm/mgag200: Detect connector status

2024-04-08 Thread Thomas Zimmermann
Hi Am 08.04.24 um 12:36 schrieb Jocelyn Falempe: Hi Thomas, I've tested this series on my Dell T310, and it works well, when I plug/unplug the VGA screen, it's reflected in /sys/class/drm/.../status I've also tested it remotely on a Dell R640, which doesn't have a VGA monitor connected. A

Re: [PATCH 00/11] drm/mgag200: Detect connector status

2024-04-08 Thread Jocelyn Falempe
Hi Thomas, I've tested this series on my Dell T310, and it works well, when I plug/unplug the VGA screen, it's reflected in /sys/class/drm/.../status I've also tested it remotely on a Dell R640, which doesn't have a VGA monitor connected. After the patch, on the iDrac console, I only get a

[PATCH 00/11] drm/mgag200: Detect connector status

2024-04-03 Thread Thomas Zimmermann
Detect the connector status by polling the DDC. Update the status at runtime. Clean up a the driver's DDC code in the process. Patches 1 and 2 fix long-standing problems in the DDC code. Patches 3 to 9 refactor the DDC code. The code then keeps its data structures internal, acquires locks automat