Go to the documentation of this file. 1 #ifndef __NOUVEAU_ENGCTX_H__
2 #define __NOUVEAU_ENGCTX_H__
9 #define NV_ENGCTX_(eng,var) (NV_ENGCTX_CLASS | ((var) << 8) | (eng))
10 #define NV_ENGCTX(name,var) NV_ENGCTX_(NVDEV_ENGINE_##name, (var))
23 #if CONFIG_NOUVEAU_DEBUG >= NV_DBG_PARANOIA
30 #define nouveau_engctx_create(p,e,c,g,s,a,f,d) \
31 nouveau_engctx_create_((p), (e), (c), (g), (s), (a), (f), \
32 sizeof(**d), (void **)d)
45 #define _nouveau_engctx_rd32 _nouveau_gpuobj_rd32
46 #define _nouveau_engctx_wr32 _nouveau_gpuobj_wr32