Commit 0d5dd3f3 authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau/lib: various tweaks

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 205877f9
......@@ -727,7 +727,7 @@ nvkm_device_create_(void *dev, enum nv_bus_type type, u64 name,
nv_subdev(device)->debug = nvkm_dbgopt(device->dbgopt, "DEVICE");
nv_engine(device)->sclass = nvkm_device_sclass;
list_add(&device->head, &nv_devices);
list_add_tail(&device->head, &nv_devices);
ret = nvkm_event_init(&nvkm_device_event_func, 1, 1, &device->event);
done:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment