1 /* SPDX-License-Identifier: MIT */
2 #ifndef __NVKM_SW_NV50_H__
3 #define __NVKM_SW_NV50_H__
4 #define nv50_sw_chan(p) container_of((p), struct nv50_sw_chan, base)
8 #include <core/notify.h>
11 struct nvkm_sw_chan base
;
13 struct nvkm_notify notify
[4];
20 void *nv50_sw_chan_dtor(struct nvkm_sw_chan
*);