Searched refs:last_context (Results 1 – 6 of 6) sorted by relevance
200 if (new == dev->last_context) { in drm_context_switch()210 dev->last_context = new; /* PRE/POST: This is the _only_ writer. */ in drm_context_switch_complete()291 return drm_context_switch(dev, dev->last_context, ctx->handle); in drm_switchctx()
490 dev->last_context = 0; in drm_firstopen()
843 int last_context; /* Last current context */ member
293 if (new == dev->last_context) { in drm_context_switch()315 dev->last_context = new; /* PRE/POST: This is the _only_ writer. */ in drm_context_switch_complete()463 return drm_context_switch(dev, dev->last_context, ctx->handle); in drm_legacy_switchctx()
105 dev->last_context = 0; in drm_legacy_dev_reinit()
371 int last_context; member