Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_context.c260 if (dev->driver->context_ctor && ctx->handle != DRM_KERNEL_CONTEXT) { in drm_addctx()
262 dev->driver->context_ctor(dev, ctx->handle); in drm_addctx()
H A Dsis_drv.c45 dev->driver->context_ctor = sis_init_context; in sis_configure()
H A DdrmP.h721 int (*context_ctor)(struct drm_device *dev, int context); member