Home
last modified time | relevance | path

Searched refs:ctx_handle (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/
HDdrm_context.c54 void drm_legacy_ctxbitmap_free(struct drm_device * dev, int ctx_handle) in drm_legacy_ctxbitmap_free() argument
61 idr_remove(&dev->ctx_idr, ctx_handle); in drm_legacy_ctxbitmap_free()
HDdrm_legacy.h47 void drm_legacy_ctxbitmap_free(struct drm_device *dev, int ctx_handle);
/dragonfly/sys/dev/drm/i915/
HDi915_perf.c331 u64 ctx_handle; member
2408 u32 ctx_handle = props->ctx_handle;
2411 specific_ctx = i915_gem_context_lookup(file_priv, ctx_handle);
2414 ctx_handle);
2571 props->ctx_handle = value;