Skip to content

Commit 01f1d77

Browse files
Thomas ZimmermannLyude
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 <[email protected]> Signed-off-by: Lyude Paul <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 2e064e3 commit 01f1d77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)