search for: efc7ba666b1b

Displaying 1 result from an estimated 1 matches for "efc7ba666b1b".

2019 Nov 26
0
nouveau regression [bisected] hotplug broken on gf108 since 4.1
...So now I'm all out of ideas how to debug this further and I hope someone on the list has an idea how to debug this. Regards, Hans p.s. I've also tried a little hack like this: diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.c b/drivers/gpu/drm/nouveau/nouveau_drm.c index 2b2baf6e0e0d..efc7ba666b1b 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drm.c +++ b/drivers/gpu/drm/nouveau/nouveau_drm.c @@ -459,7 +459,7 @@ nouveau_accel_init(struct nouveau_drm *drm) } static int -nouveau_drm_device_init(struct drm_device *dev) +nouveau_drm_load(struct drm_device *dev, unsigned long flags) { str...