Searched refs:last_context (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/dev/drm/
H A Ddrm_context.c192 if (new == dev->last_context) {
202 dev->last_context = new; /* PRE/POST: This is the _only_ writer. */
283 return drm_context_switch(dev, dev->last_context, ctx->handle);
H A DdrmP.h687 int last_context; /* Last current context */ member in struct:drm_device
H A Ddrm_drv.c343 dev->last_context = 0;
/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_context.c273 if (new == dev->last_context) {
288 * Updates drm_device::last_context and drm_device::last_switch. Verifies the
295 dev->last_context = new; /* PRE/POST: This is the _only_ writer. */
429 return drm_context_switch(dev, dev->last_context, ctx->handle);
H A Ddrm_fops.c83 dev->last_context = 0;
H A DdrmP.h1004 int last_context; /**< Last current context */ member in struct:drm_device

Completed in 128 milliseconds