Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/drm2/
H A Ddrm_context.c472 if (dev->driver->context_dtor) in drm_rmctx()
473 dev->driver->context_dtor(dev, ctx->handle); in drm_rmctx()
H A Ddrm_fops.c388 if (dev->driver->context_dtor) in drm_release()
389 dev->driver->context_dtor(dev, in drm_release()
H A DdrmP.h715 int (*context_dtor) (struct drm_device *dev, int context); member