search for: nouveau_object_dec

Displaying 3 results from an estimated 3 matches for "nouveau_object_dec".

Did you mean: nouveau_object_del
2014 Sep 03
0
Traceback related to nouveau, possibly
...fffffa02d6c34>] nouveau_timer_wait_eq+0x74/0xd0 [nouveau] [<ffffffffa02edd57>] nvc0_fifo_context_detach+0xa7/0x180 [nouveau] [<ffffffffa029473d>] nouveau_engctx_fini+0x6d/0xf0 [nouveau] [<ffffffffa0294862>] _nouveau_engctx_fini+0x12/0x20 [nouveau] [<ffffffffa0296e26>] nouveau_object_dec+0x106/0x290 [nouveau] [<ffffffffa0296e84>] nouveau_object_dec+0x164/0x290 [nouveau] [<ffffffffa029582a>] nouveau_handle_fini+0x1fa/0x2a0 [nouveau] [<ffffffffa02956ec>] nouveau_handle_fini+0xbc/0x2a0 [nouveau] [<ffffffffa02956ec>] nouveau_handle_fini+0xbc/0x2a0 [nouveau]...
2012 Aug 19
1
[PATCH 06/10] drm/nouveau: sparse fixes
...2 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/nouveau/core/core/object.c b/drivers/gpu/drm/nouveau/core/core/object.c index d94cb66..0daab62 100644 --- a/drivers/gpu/drm/nouveau/core/core/object.c +++ b/drivers/gpu/drm/nouveau/core/core/object.c @@ -449,7 +449,7 @@ nouveau_object_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 d4abc...
2013 Sep 08
5
[PATCH 1/5] drm/nv31/mpeg: no need to set compat mode differently for nv44 gr
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- drivers/gpu/drm/nouveau/core/engine/mpeg/nv31.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/gpu/drm/nouveau/core/engine/mpeg/nv31.c b/drivers/gpu/drm/nouveau/core/engine/mpeg/nv31.c index c190043..5c54aa1 100644 --- a/drivers/gpu/drm/nouveau/core/engine/mpeg/nv31.c +++