Commit 01f1d77a authored by Thomas Zimmermann's avatar Thomas Zimmermann Committed by Lyude Paul
Browse files

drm/nouveau: Do not override forced connector status



Keep user-forced connector status even if it cannot be programmed. Same
behavior as for the rest of the drivers.

Signed-off-by: default avatarThomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: default avatarLyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250114100214.195386-1-tzimmermann@suse.de
parent 2e064e3f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -775,7 +775,6 @@ nouveau_connector_force(struct drm_connector *connector)
	if (!nv_encoder) {
		NV_ERROR(drm, "can't find encoder to force %s on!\n",
			 connector->name);
		connector->status = connector_status_disconnected;
		return;
	}