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
This commit is contained in:
parent
2e064e3f32
commit
01f1d77a26
1 changed files with 0 additions and 1 deletions
|
@ -775,7 +775,6 @@ nouveau_connector_force(struct drm_connector *connector)
|
||||||
if (!nv_encoder) {
|
if (!nv_encoder) {
|
||||||
NV_ERROR(drm, "can't find encoder to force %s on!\n",
|
NV_ERROR(drm, "can't find encoder to force %s on!\n",
|
||||||
connector->name);
|
connector->name);
|
||||||
connector->status = connector_status_disconnected;
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue