Searched defs:drm_context_switch (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_context.c267 drm_context_switch(drm_device_t *dev, int old, int new) function
270 DRM_ERROR("drm_context_switch: Reentering -- FIXME");
274 DRM_DEBUG("drm_context_switch: Context switch from %d to %d",
408 return (drm_context_switch(dev, dev->last_context, ctx.handle));

Completed in 58 milliseconds