Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc6455f8 authored by Chris Wilson's avatar Chris Wilson
Browse files

drm/i915/dvo: Report LVDS attached to ch701x as connected



As we have already detected something attached to the chip during
initialisation, always report the LVDS connector status as connected
during probing.

Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
parent bcfbbce8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -242,7 +242,7 @@ static bool ch7017_init(struct intel_dvo_device *dvo,

static enum drm_connector_status ch7017_detect(struct intel_dvo_device *dvo)
{
	return connector_status_unknown;
	return connector_status_connected;
}

static enum drm_mode_status ch7017_mode_valid(struct intel_dvo_device *dvo,