Searched refs:ctx_handle (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_context.c48 * \param ctx_handle context handle.
50 * Clears the bit specified by \p ctx_handle in drm_device::ctx_bitmap and the entry
54 void drm_legacy_ctxbitmap_free(struct drm_device * dev, int ctx_handle) drm_legacy_ctxbitmap_free() argument
57 idr_remove(&dev->ctx_idr, ctx_handle); drm_legacy_ctxbitmap_free()
H A Ddrm_legacy.h47 void drm_legacy_ctxbitmap_free(struct drm_device *dev, int ctx_handle);

Completed in 108 milliseconds