Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A 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()
H A Ddrm_legacy_misc.c97 dev->last_context = 0; in drm_legacy_dev_reinit()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dthread-stack.c526 u64 last_context; in thread_stack__sample() local
542 last_context = context; in thread_stack__sample()
547 if (context != last_context) { in thread_stack__sample()
551 last_context = context; in thread_stack__sample()
569 u64 last_context, context, ip; in thread_stack__sample_late() local
593 last_context = sample_ip; /* Use sample_ip as an invalid context */ in thread_stack__sample_late()
598 if (context != last_context) { in thread_stack__sample_late()
602 last_context = context; in thread_stack__sample_late()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_jm_defs.h49 struct kbase_context *last_context; member
H A Dmali_kbase_jm_rb.c1456 kbdev->hwaccess.backend.slot_rb[js].last_context = in kbase_gpu_complete_hw()
1466 kbdev->hwaccess.backend.slot_rb[js].last_context = 0; in kbase_gpu_complete_hw()
H A Dmali_kbase_jm_hw.c169 kbdev->hwaccess.backend.slot_rb[js].last_context = katom->kctx; in kbase_job_hw_submit()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_device.h360 int last_context; member