Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/
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()
/Linux-v6.6/include/drm/
Ddrm_drv.h445 int (*context_dtor) (struct drm_device *dev, int context); member