Skip to content

Commit 1cf295a

Browse files
Thomas Zimmermanngregkh
Thomas Zimmermann
authored andcommitted
drm/nouveau: Do not override forced connector status
[ Upstream commit 01f1d77 ] 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] Signed-off-by: Sasha Levin <[email protected]>
1 parent 27fcaf0 commit 1cf295a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/nouveau/nouveau_connector.c

-1
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,6 @@ nouveau_connector_force(struct drm_connector *connector)
776776
if (!nv_encoder) {
777777
NV_ERROR(drm, "can't find encoder to force %s on!\n",
778778
connector->name);
779-
connector->status = connector_status_disconnected;
780779
return;
781780
}
782781

0 commit comments

Comments
 (0)