https://bugzilla.kernel.org/show_bug.cgi?id=218250 Bug ID: 218250 Summary: Regression nouveau driver Product: Drivers Version: 2.5 Hardware: All OS: Linux Status: NEW Severity: blocking Priority: P3 Component: Video(DRI - non Intel) Assignee: drivers_video-dri@xxxxxxxxxxxxxxxxxxxx Reporter: 19.jaime.91@xxxxxxxxx Regression: No Created attachment 305577 --> https://bugzilla.kernel.org/attachment.cgi?id=305577&action=edit dmesg ae1aadb1eb8d3cbc52e42bee71d67bd4a71f9f07 is the first bad commit commit ae1aadb1eb8d3cbc52e42bee71d67bd4a71f9f07 Author: Dave Airlie <airlied@xxxxxxxxxx> Date: Thu Nov 16 00:39:33 2023 +1000 nouveau: don't fail driver load if no display hw present. If we get back ENODEV don't fail load. There are nvidia devices that don't have display blocks and the driver should work on those. Fixes: 15740541e8f0 ("drm/nouveau/devinit/tu102-: prepare for GSP-RM") Link: https://gitlab.freedesktop.org/drm/nouveau/-/issues/270 Signed-off-by: Dave Airlie <airlied@xxxxxxxxxx> Signed-off-by: Danilo Krummrich <dakr@xxxxxxxxxx> Link: https://patchwork.freedesktop.org/patch/msgid/20231115143933.261287-1-airlied@xxxxxxxxx drivers/gpu/drm/nouveau/nouveau_display.c | 5 +++++ 1 file changed, 5 insertions(+) -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.