1 #ifndef __NVKM_SW_NV50_H__
2 #define __NVKM_SW_NV50_H__
3 #define nv50_sw_chan(p) container_of((p), struct nv50_sw_chan, base)
7 #include <core/notify.h>
10 struct nvkm_sw_chan base
;
12 struct nvkm_notify notify
[4];
19 void *nv50_sw_chan_dtor(struct nvkm_sw_chan
*);