Displaying 4 results from an estimated 4 matches for "nouveau_devinit_destroy".
2014 Jan 19
2
[PATCH] devinit: lock/unlock crtc regs for all devices, not just pre-nv50
...9 +430,8 @@ nv04_devinit_dtor(struct nouveau_object *object)
{
struct nv04_devinit_priv *priv = (void *)object;
- /* restore vga owner saved at first init, and lock crtc regs */
+ /* restore vga owner saved at first init */
nv_wrvgaowner(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)...
2014 Jan 19
2
[PATCH] devinit: lock/unlock crtc regs for all devices, not just pre-nv50
...v *priv = (void *)object;
>>
>> - /* restore vga owner saved at first init, and lock crtc regs */
>> + /* restore vga owner saved at first init */
>> nv_wrvgaowner(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 {
>>...
2014 Jan 19
0
[PATCH] devinit: lock/unlock crtc regs for all devices, not just pre-nv50
...struct nv04_devinit_priv *priv = (void *)object;
>
> - /* restore vga owner saved at first init, and lock crtc regs */
> + /* restore vga owner saved at first init */
> nv_wrvgaowner(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_devi...
2014 Jan 19
0
[PATCH] devinit: lock/unlock crtc regs for all devices, not just pre-nv50
...t;>>
>>> - /* restore vga owner saved at first init, and lock crtc regs */
>>> + /* restore vga owner saved at first init */
>>> nv_wrvgaowner(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 nouvea...