Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/
Ddrm_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()
Ddrm_file.c432 dev->last_context = 0; in drm_legacy_dev_reinit()
/Linux-v4.19/include/drm/
Ddrm_device.h123 int last_context; /**< Last current context */ member