Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/
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()
/linux-6.3-rc2/include/drm/
A Ddrm_drv.h473 int (*context_dtor) (struct drm_device *dev, int context); member

Completed in 4 milliseconds