| /src/sys/external/bsd/drm/dist/bsd-core/ |
| drm_context.c | 41 void drm_ctxbitmap_free(struct drm_device *dev, int ctx_handle) 43 if (ctx_handle < 0 || ctx_handle >= DRM_MAX_CTXBITMAP || 46 ctx_handle); 51 clear_bit(ctx_handle, dev->ctx_bitmap); 52 dev->context_sareas[ctx_handle] = NULL;
|
| drmP.h | 1037 void drm_ctxbitmap_free(struct drm_device *dev, int ctx_handle);
|
| /src/sys/dev/acpi/ |
| acpi_event.c | 55 ACPI_HANDLE ctx_handle; member in struct:acpi_event_gpio_context 111 rv = acpi_event_create(ctx->ctx_dev, ctx->ctx_handle, gpio->PinTable[0], gpio->Triggering, &ev); 125 ctx.ctx_handle = handle;
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_context.c | 60 * \param ctx_handle context handle. 62 * Clears the bit specified by \p ctx_handle in drm_device::ctx_bitmap and the entry 66 void drm_legacy_ctxbitmap_free(struct drm_device * dev, int ctx_handle) 73 idr_remove(&dev->ctx_idr, ctx_handle);
|
| drm_legacy.h | 61 void drm_legacy_ctxbitmap_free(struct drm_device *dev, int ctx_handle);
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| i915_perf.c | 368 * @ctx_handle: A gem ctx handle for use with @single_context 384 u64 ctx_handle; member in struct:perf_open_properties 3562 u32 ctx_handle = props->ctx_handle; local in function:i915_perf_open_ioctl_locked 3565 specific_ctx = i915_gem_context_lookup(file_priv, ctx_handle); 3568 ctx_handle); 3771 props->ctx_handle = value;
|