Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/drm/
H A Ddrm_context.c437 if (dev->driver->context_dtor) { in drm_rmctx()
439 dev->driver->context_dtor(dev, ctx.handle); in drm_rmctx()
H A DdrmP.h660 int (*context_dtor)(struct drm_device *, int); member