Commit 5258dfd4 authored by Dave Airlie's avatar Dave Airlie
Browse files

usb: typec: altmodes/displayport: fixup drm internal api change vs new user.



usb: typec: altmodes/displayport: Signal hpd low when exiting mode
and
drm: Add HPD state to drm_connector_oob_hotplug_event()

sideswiped each other.

Signal disconnected always.

Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 0ecf4aa3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -306,7 +306,8 @@ static int dp_altmode_vdm(struct typec_altmode *alt,
			dp->data.status = 0;
			dp->data.conf = 0;
			if (dp->hpd) {
				drm_connector_oob_hotplug_event(dp->connector_fwnode);
				drm_connector_oob_hotplug_event(dp->connector_fwnode,
								connector_status_disconnected);
				dp->hpd = false;
				sysfs_notify(&dp->alt->dev.kobj, "displayport", "hpd");
			}