Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/
H A Ddrm_context.c60 void drm_legacy_ctxbitmap_free(struct drm_device * dev, int ctx_handle) in drm_legacy_ctxbitmap_free() argument
66 idr_remove(&dev->ctx_idr, ctx_handle); in drm_legacy_ctxbitmap_free()
H A Ddrm_legacy.h97 void drm_legacy_ctxbitmap_free(struct drm_device *dev, int ctx_handle);
/openbsd/sys/dev/pci/drm/i915/
H A Di915_perf.c369 u64 ctx_handle; member
3903 u32 ctx_handle = props->ctx_handle; in i915_perf_open_ioctl_locked() local
3906 specific_ctx = i915_gem_context_lookup(file_priv, ctx_handle); in i915_perf_open_ioctl_locked()
3910 ctx_handle); in i915_perf_open_ioctl_locked()
4119 props->ctx_handle = value; in read_properties_unlocked()