Searched refs:context_dtor (Results 1 – 3 of 3) sorted by relevance
127 if (dev->driver->context_dtor) in drm_legacy_ctxbitmap_flush()128 dev->driver->context_dtor(dev, pos->handle); in drm_legacy_ctxbitmap_flush()447 if (dev->driver->context_dtor) in drm_legacy_rmctx()448 dev->driver->context_dtor(dev, ctx->handle); in drm_legacy_rmctx()
83 .context_dtor = via_final_context,
406 int (*context_dtor) (struct drm_device *dev, int context); member