Skip to content

Commit 01f1d77

Browse files
tdzLyude
authored andcommitted
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: Thomas Zimmermann <tzimmermann@suse.de> Signed-off-by: Lyude Paul <lyude@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20250114100214.195386-1-tzimmermann@suse.de
1 parent 2e064e3 commit 01f1d77

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/gpu/drm/nouveau/nouveau_connector.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,6 @@ nouveau_connector_force(struct drm_connector *connector)
775775
if (!nv_encoder) {
776776
NV_ERROR(drm, "can't find encoder to force %s on!\n",
777777
connector->name);
778-
connector->status = connector_status_disconnected;
779778
return;
780779
}
781780

0 commit comments

Comments
 (0)