Searched refs:last_context (Results 1 – 3 of 3) sorted by relevance
279 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()
432 dev->last_context = 0; in drm_legacy_dev_reinit()
123 int last_context; /**< Last current context */ member