search for: d4abca7

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

Did you mean: 43abca7
2012 Aug 19
1
[PATCH 06/10] drm/nouveau: sparse fixes
...t_dec(struct nouveau_object *object, bool suspend) } void -nouveau_object_debug() +nouveau_object_debug(void) { #ifdef NOUVEAU_OBJECT_MAGIC struct nouveau_object *object; diff --git a/drivers/gpu/drm/nouveau/core/subdev/device/base.c b/drivers/gpu/drm/nouveau/core/subdev/device/base.c index d4abca7..afc6be0 100644 --- a/drivers/gpu/drm/nouveau/core/subdev/device/base.c +++ b/drivers/gpu/drm/nouveau/core/subdev/device/base.c @@ -70,7 +70,6 @@ static const u64 disable_map[] = { [NVDEV_SUBDEV_VM] = NV_DEVICE_DISABLE_CORE, [NVDEV_SUBDEV_INSTMEM] = NV_DEVICE_DISABLE_CORE, [NVDEV_SUBDEV_BAR]...