Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_context.c470 if (dev->driver->context_dtor) in drm_rmctx()
471 dev->driver->context_dtor(dev, ctx->handle); in drm_rmctx()
H A Ddrm_fops.c382 if (dev->driver->context_dtor) in drm_release()
383 dev->driver->context_dtor(dev, in drm_release()
H A DdrmP.h713 int (*context_dtor) (struct drm_device *dev, int context); member