Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/
H A Ddrm_context.c144 if (dev->driver->context_dtor) in drm_legacy_ctxbitmap_flush()
145 dev->driver->context_dtor(dev, pos->handle); in drm_legacy_ctxbitmap_flush()
492 if (dev->driver->context_dtor) in drm_legacy_rmctx()
493 dev->driver->context_dtor(dev, ctx->handle); in drm_legacy_rmctx()
/openbsd-src/sys/dev/pci/drm/include/drm/
H A Ddrm_drv.h467 int (*context_dtor) (struct drm_device *dev, int context); member