mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
drm/nouveau: Do not override forced connector status
[ Upstream commit 01f1d77a2630e774ce33233c4e6723bca3ae9daa ] 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 Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
3c6e077b2a
commit
82be3cb72b
@@ -755,7 +755,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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user