dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix DRM driver initialization failure in kernel v5.14
@ 2021-08-10 19:59 Dan Moulding
  2021-08-10 19:59 ` [PATCH 1/1] drm: ttm: Don't bail from ttm_global_init if debugfs_create_dir fails Dan Moulding
  2021-08-13 16:50 ` [PATCH 0/1] Fix DRM driver initialization failure in kernel v5.14 Dan Moulding
  0 siblings, 2 replies; 9+ messages in thread
From: Dan Moulding @ 2021-08-10 19:59 UTC (permalink / raw)
  To: dri-devel; +Cc: christian.koenig, ray.huang, jason, Dan Moulding

After trying out kernel v5.14-rc5 on my system, I no longer get any
display output. Checking dmesg, I found it's because my DRM driver
(nouveau) is failing at ttm_device_init. That is failing because of a
behavior change in ttm_global_init with respect to debugfs. debugfs is
disabled on my system, which causes ttm_global_init to fail. The
following patch fixes the issue by ignoring the debugfs failure, which
is expected, rather than allowing it to cause ttm_global_init to fail.

Dan Moulding (1):
  drm: ttm: Don't bail from ttm_global_init if debugfs_create_dir fails

 drivers/gpu/drm/ttm/ttm_device.c | 2 --
 1 file changed, 2 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-08-16 14:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-10 19:59 [PATCH 0/1] Fix DRM driver initialization failure in kernel v5.14 Dan Moulding
2021-08-10 19:59 ` [PATCH 1/1] drm: ttm: Don't bail from ttm_global_init if debugfs_create_dir fails Dan Moulding
2021-08-11  9:27   ` Huacai Chen
2021-08-16  6:06   ` Huang Rui
2021-08-16  7:40   ` Christian König
2021-08-16 14:28     ` Jason Ekstrand
2021-08-13 16:50 ` [PATCH 0/1] Fix DRM driver initialization failure in kernel v5.14 Dan Moulding
2021-08-16  6:20   ` Huang Rui
2021-08-16 12:12     ` Christian König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).