Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/drm/
H A Ddrm_context.c277 if (new == dev->last_context) { in drm_context_switch()
288 dev->last_context = new; /* PRE/POST: This is the _only_ writer. */ in drm_context_switch_complete()
408 return (drm_context_switch(dev, dev->last_context, ctx.handle)); in drm_switchctx()
H A Ddrm_drv.c226 dev->last_context = 0; in drm_firstopen()
H A DdrmP.h774 int last_context; /* Last current context */ member