Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/
Ddrm_context.c285 if (new == dev->last_context) { in drm_context_switch()
307 dev->last_context = new; /* PRE/POST: This is the _only_ writer. */ in drm_context_switch_complete()
452 return drm_context_switch(dev, dev->last_context, ctx->handle); in drm_legacy_switchctx()
Ddrm_legacy_misc.c97 dev->last_context = 0; in drm_legacy_dev_reinit()
/Linux-v5.4/include/drm/
Ddrm_device.h339 int last_context; member
/Linux-v5.4/tools/perf/util/
Dthread-stack.c467 u64 last_context; in thread_stack__sample() local
483 last_context = context; in thread_stack__sample()
488 if (context != last_context) { in thread_stack__sample()
492 last_context = context; in thread_stack__sample()