search for: 352a940

Displaying 1 result from an estimated 1 matches for "352a940".

2012 Oct 07
1
[PATCH] drm/nouveau: remove >1 sclass support from nouveau_parent_create_
...tern struct nouveau_oclass nouveau_device_sclass[]; +extern struct nouveau_oclass nouveau_device_sclass; struct nouveau_device *nouveau_device_find(u64 name); #endif diff --git a/drivers/gpu/drm/nouveau/core/subdev/device/base.c b/drivers/gpu/drm/nouveau/core/subdev/device/base.c index 2cec8a8..352a940 100644 --- a/drivers/gpu/drm/nouveau/core/subdev/device/base.c +++ b/drivers/gpu/drm/nouveau/core/subdev/device/base.c @@ -409,9 +409,9 @@ nouveau_devobj_ofuncs = { * nouveau_device: engine functions *****************************************************************************/ struct nouveau_...