Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_ringbuffer.c2087 [VECS_HW] = { .wait_mbox = MI_SEMAPHORE_SYNC_RVE, .mbox_reg = GEN6_VERSYNC }, in intel_ring_init_semaphores()
2092 [VECS_HW] = { .wait_mbox = MI_SEMAPHORE_SYNC_VVE, .mbox_reg = GEN6_VEVSYNC }, in intel_ring_init_semaphores()
2097 [VECS_HW] = { .wait_mbox = MI_SEMAPHORE_SYNC_BVE, .mbox_reg = GEN6_VEBSYNC }, in intel_ring_init_semaphores()
2099 [VECS_HW] = { in intel_ring_init_semaphores()
Dintel_ringbuffer.h553 #define GEN6_SEMAPHORE_LAST VECS_HW
Dintel_engine_cs.c155 .hw_id = VECS_HW,
Di915_reg.h193 #define VECS_HW 3 macro