Displaying 3 results from an estimated 3 matches for "nvc0_software_vblsem_release".
Did you mean:
nv50_software_vblsem_release
2013 Aug 28
0
[PATCH 0/9] drm/nouveau: Cleanup event/handler design
...lsem_release struct nouveau_software_chan _nouveau_engctx_dtor
> (call stack originates with
> nouveau_abi16_chan_free ioctl)
> vblank nvc0_software_vblsem_release struct nouveau_software_chan same as above
>
>
> RCU lifetime considerations for handlers:
>
> Event Handler Lifetime
> ----- ---------------- ---------------------------------
> gpio nouveau_connector_hotplug kfr...
2013 Aug 27
0
[PATCH 5/9] drm/nouveau: Add install/remove semantics for event handlers
...ect)->card_type < NV_E0 && crtc > 1) || crtc > 3)
return -EINVAL;
- nouveau_event_get(disp->vblank, crtc, &chan->base.vblank.event);
+ nouveau_event_get(disp->vblank, crtc, &chan->base.vblank.event[crtc]);
return 0;
}
@@ -147,7 +147,7 @@ static int
nvc0_software_vblsem_release(struct nouveau_eventh *event, int head)
{
struct nouveau_software_chan *chan =
- container_of(event, struct nouveau_software_chan, vblank.event);
+ container_of(event, struct nouveau_software_chan, vblank.event[head]);
struct nvc0_software_priv *priv = (void *)nv_object(chan)->engine;
s...
2013 Aug 27
11
[PATCH 0/9] drm/nouveau: Cleanup event/handler design
...v50_software_vblsem_release struct nouveau_software_chan _nouveau_engctx_dtor
(call stack originates with
nouveau_abi16_chan_free ioctl)
vblank nvc0_software_vblsem_release struct nouveau_software_chan same as above
RCU lifetime considerations for handlers:
Event Handler Lifetime
----- ---------------- ---------------------------------
gpio nouveau_connector_hotplug kfree_rcu(nv_connector)
uevent nouv...