Searched refs:ctx_id (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/sys/external/bsd/drm/dist/bsd-core/ |
| D | drm_context.c | 150 request->ctx_id >= (unsigned) dev->max_context) { in drm_getsareactx() 155 map = dev->context_sareas[request->ctx_id]; in drm_getsareactx() 174 if (request->ctx_id >= (unsigned) dev->max_context) in drm_setsareactx() 176 dev->context_sareas[request->ctx_id] = map; in drm_setsareactx()
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| D | vmwgfx_cmdbuf.c | 1023 int ctx_id, in vmw_cmdbuf_reserve_cur() argument 1035 ctx_id != cur->cb_header->dxContext))) in vmw_cmdbuf_reserve_cur() 1050 if (ctx_id != SVGA3D_INVALID_ID) { in vmw_cmdbuf_reserve_cur() 1052 cur->cb_header->dxContext = ctx_id; in vmw_cmdbuf_reserve_cur() 1097 int ctx_id, bool interruptible, in vmw_cmdbuf_reserve() argument 1101 return vmw_cmdbuf_reserve_cur(man, size, ctx_id, interruptible); in vmw_cmdbuf_reserve() 1106 if (ctx_id != SVGA3D_INVALID_ID) { in vmw_cmdbuf_reserve() 1108 header->cb_header->dxContext = ctx_id; in vmw_cmdbuf_reserve()
|
| D | vmwgfx_fifo.c | 435 int ctx_id) in vmw_fifo_reserve_dx() argument 441 ctx_id, false, NULL); in vmw_fifo_reserve_dx() 442 else if (ctx_id == SVGA3D_INVALID_ID) in vmw_fifo_reserve_dx()
|
| D | vmwgfx_drv.h | 941 vmw_fifo_reserve_dx(struct vmw_private *dev_priv, uint32_t bytes, int ctx_id); 1390 int ctx_id, bool interruptible,
|
| /netbsd/src/sys/compat/netbsd32/ |
| D | netbsd32_drm.c | 449 unsigned int ctx_id; /**< Context requesting private mapping */ member 463 req64.ctx_id = req32.ctx_id; in compat_drm_setsareactx() 470 req32.ctx_id = req64.ctx_id; in compat_drm_setsareactx() 486 req64.ctx_id = req32.ctx_id; in compat_drm_getsareactx()
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/ |
| D | drm_ioc32.c | 507 unsigned int ctx_id; /**< Context requesting private mapping */ member 521 request.ctx_id = req32.ctx_id; in compat_drm_setsareactx() 538 req.ctx_id = req32.ctx_id; in compat_drm_getsareactx()
|
| D | drm_context.c | 199 map = idr_find(&dev->ctx_idr, request->ctx_id); in drm_legacy_getsareactx() 260 if (IS_ERR(idr_replace(&dev->ctx_idr, map, request->ctx_id))) in drm_legacy_setsareactx()
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/i915/ |
| D | i915_perf.c | 786 u32 ctx_id; in gen8_append_oa_reports() local 822 ctx_id = report32[2] & stream->specific_ctx_id_mask; in gen8_append_oa_reports() 834 ctx_id = report32[2] = INVALID_CTX_ID; in gen8_append_oa_reports() 868 stream->specific_ctx_id == ctx_id || in gen8_append_oa_reports() 877 stream->specific_ctx_id != ctx_id) { in gen8_append_oa_reports() 886 stream->oa_buffer.last_ctx_id = ctx_id; in gen8_append_oa_reports() 2659 u32 ctx_id = stream->specific_ctx_id; in gen7_oa_enable() local 2676 (ctx_id & GEN7_OACONTROL_CTX_MASK) | in gen7_oa_enable()
|
| /netbsd/src/sys/external/bsd/drm/dist/shared-core/ |
| D | drm.h | 267 unsigned int ctx_id; /**< Context requesting private mapping */ member
|