Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/
Ddrm_context.c148 if (dev->driver->context_dtor) in drm_legacy_ctxbitmap_flush()
149 dev->driver->context_dtor(dev, pos->handle); in drm_legacy_ctxbitmap_flush()
504 if (dev->driver->context_dtor) in drm_legacy_rmctx()
505 dev->driver->context_dtor(dev, ctx->handle); in drm_legacy_rmctx()
/Linux-v6.1/include/drm/
Ddrm_drv.h470 int (*context_dtor) (struct drm_device *dev, int context); member
/Linux-v6.1/drivers/gpu/drm/via/
Dvia_dri1.c3588 .context_dtor = via_final_context,