https://bugs.freedesktop.org/show_bug.cgi?id=101723
Bug ID: 101723 Summary: hdmi unplug not changing connector status Product: DRI Version: unspecified Hardware: All OS: Linux (All) Status: NEW Severity: minor Priority: medium Component: DRM/Radeon Assignee: dri-devel@lists.freedesktop.org Reporter: aki.lemmetyinen@gmail.com
Created attachment 132558 --> https://bugs.freedesktop.org/attachment.cgi?id=132558&action=edit Small patch to fix the problem
I made a quick script for my HP Pavilion dv7 to automatically switch audio to hdmi and back at hotplug event, but I noticed that the driver do not react properly to plug/unplug. /sys/class/drm/card0-HDMI-A-1/status was "connected" even after unplugging the cable.
After looking at the code it seemed that in case of cable disconnected there is not point where hotplug state is polled.
Function radeon_connector_hotplug do not do much with hdmi and radeon_hotplug_work_func cals drm_helper_hpd_irq_event which calls radeon_dvi_detect where, in case of disconnected cable, it return with connector_status_connected, just throwing an error for missing EDID.
It looks like there would maybe be a need for a bigger rewrite of hotplug code, but just to get connector state working properly, I added these few lines to radeon_connectors.c.
https://bugs.freedesktop.org/show_bug.cgi?id=101723
Aki Lemmetyinen aki.lemmetyinen@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch Priority|medium |low
https://bugs.freedesktop.org/show_bug.cgi?id=101723
Martin Peres martin.peres@free.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |MOVED
--- Comment #1 from Martin Peres martin.peres@free.fr --- -- GitLab Migration Automatic Message --
This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.
You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/drm/amd/issues/808.
dri-devel@lists.freedesktop.org