search for: nouveau_devinit_impl

Displaying 4 results from an estimated 4 matches for "nouveau_devinit_impl".

2014 Jan 19
2
[PATCH] devinit: lock/unlock crtc regs for all devices, not just pre-nv50
...aowner(priv, priv->owner); - nv_lockvgac(priv, true); nouveau_devinit_destroy(&priv->base); } diff --git a/nvkm/subdev/devinit/priv.h b/nvkm/subdev/devinit/priv.h index c4179b6..822a2fb 100644 --- a/nvkm/subdev/devinit/priv.h +++ b/nvkm/subdev/devinit/priv.h @@ -15,8 +15,10 @@ struct nouveau_devinit_impl { #define nouveau_devinit_create(p,e,o,d) \ nouveau_devinit_create_((p), (e), (o), sizeof(**d), (void **)d) -#define nouveau_devinit_destroy(p) \ - nouveau_subdev_destroy(&(p)->base) +#define nouveau_devi...
2014 Jan 19
2
[PATCH] devinit: lock/unlock crtc regs for all devices, not just pre-nv50
...nouveau_devinit_destroy(&priv->base); >> } >> diff --git a/nvkm/subdev/devinit/priv.h b/nvkm/subdev/devinit/priv.h >> index c4179b6..822a2fb 100644 >> --- a/nvkm/subdev/devinit/priv.h >> +++ b/nvkm/subdev/devinit/priv.h >> @@ -15,8 +15,10 @@ struct nouveau_devinit_impl { >> >> #define nouveau_devinit_create(p,e,o,d) \ >> nouveau_devinit_create_((p), (e), (o), sizeof(**d), (void **)d) >> -#define nouveau_devinit_destroy(p) \ >> - nouveau_...
2014 Jan 19
0
[PATCH] devinit: lock/unlock crtc regs for all devices, not just pre-nv50
...priv, true); > > nouveau_devinit_destroy(&priv->base); > } > diff --git a/nvkm/subdev/devinit/priv.h b/nvkm/subdev/devinit/priv.h > index c4179b6..822a2fb 100644 > --- a/nvkm/subdev/devinit/priv.h > +++ b/nvkm/subdev/devinit/priv.h > @@ -15,8 +15,10 @@ struct nouveau_devinit_impl { > > #define nouveau_devinit_create(p,e,o,d) \ > nouveau_devinit_create_((p), (e), (o), sizeof(**d), (void **)d) > -#define nouveau_devinit_destroy(p) \ > - nouveau_subdev_destroy(&...
2014 Jan 19
0
[PATCH] devinit: lock/unlock crtc regs for all devices, not just pre-nv50
...estroy(&priv->base); >>> } >>> diff --git a/nvkm/subdev/devinit/priv.h b/nvkm/subdev/devinit/priv.h >>> index c4179b6..822a2fb 100644 >>> --- a/nvkm/subdev/devinit/priv.h >>> +++ b/nvkm/subdev/devinit/priv.h >>> @@ -15,8 +15,10 @@ struct nouveau_devinit_impl { >>> >>> #define nouveau_devinit_create(p,e,o,d) \ >>> nouveau_devinit_create_((p), (e), (o), sizeof(**d), (void **)d) >>> -#define nouveau_devinit_destroy(p) \ >>&...