Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/
H A 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()
H A Ddrm_legacy_misc.c95 dev->last_context = 0; in drm_legacy_dev_reinit()
/openbmc/linux/tools/perf/util/
H A Dthread-stack.c527 u64 last_context; in thread_stack__sample() local
543 last_context = context; in thread_stack__sample()
548 if (context != last_context) { in thread_stack__sample()
552 last_context = context; in thread_stack__sample()
570 u64 last_context, context, ip; in thread_stack__sample_late() local
594 last_context = sample_ip; /* Use sample_ip as an invalid context */ in thread_stack__sample_late()
599 if (context != last_context) { in thread_stack__sample_late()
603 last_context = context; in thread_stack__sample_late()
/openbmc/linux/include/drm/
H A Ddrm_device.h368 int last_context; member