Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_lrc.c1467 u8 next_context_status_buffer_hw; in gen8_init_common_ring() local
1496 next_context_status_buffer_hw = (I915_READ(RING_CONTEXT_STATUS_PTR(ring)) in gen8_init_common_ring()
1504 if (next_context_status_buffer_hw == GEN8_CSB_PTR_MASK) in gen8_init_common_ring()
1505 next_context_status_buffer_hw = (GEN8_CSB_ENTRIES - 1); in gen8_init_common_ring()
1507 ring->next_context_status_buffer = next_context_status_buffer_hw; in gen8_init_common_ring()