Searched refs:context_dtor (Results 1 – 6 of 6) sorted by relevance
156 if (dev->driver->context_dtor) in drm_legacy_ctxbitmap_flush()157 dev->driver->context_dtor(dev, pos->handle); in drm_legacy_ctxbitmap_flush()514 if (dev->driver->context_dtor) in drm_legacy_rmctx()515 dev->driver->context_dtor(dev, ctx->handle); in drm_legacy_rmctx()
310 if (dev->driver->context_dtor) { in drm_rmctx()312 dev->driver->context_dtor(dev, ctx->handle); in drm_rmctx()
46 dev->driver->context_dtor = sis_final_context; in sis_configure()
722 int (*context_dtor)(struct drm_device *dev, int context); member
90 .context_dtor = via_final_context,
801 int (*context_dtor) (struct drm_device *dev, int context); member