Searched refs:context_idr (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_dma.c1852 drm_gem_names_init(&file_priv->context_idr);
H A Di915_drv.h1151 struct drm_gem_names context_idr; member in struct:drm_i915_file_private
H A Di915_gem_context.c139 drm_gem_names_remove(&ctx->file_priv->context_idr, ctx->id);
191 ret = drm_gem_name_create(&file_priv->context_idr, ctx, &id);
327 drm_gem_names_foreach(&file_priv->context_idr, context_idr_cleanup, NULL);
328 drm_gem_names_fini(&file_priv->context_idr);
335 return (struct i915_hw_context *)drm_gem_find_ptr(&file_priv->context_idr, id);

Completed in 77 milliseconds