Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/
HDdrm_context.c279 if (new == dev->last_context) { in drm_context_switch()
301 dev->last_context = new; /* PRE/POST: This is the _only_ writer. */ in drm_context_switch_complete()
443 return drm_context_switch(dev, dev->last_context, ctx->handle); in drm_legacy_switchctx()
HDdrm_file.c456 dev->last_context = 0; in drm_legacy_dev_reinit()
/dragonfly/sys/dev/drm/include/drm/
HDdrm_device.h99 int last_context; /**< Last current context */ member