/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_ring_submission.c | 182 ENGINE_READ(engine, RING_TAIL)) in stop_ring() 187 ENGINE_WRITE(engine, RING_HEAD, ENGINE_READ(engine, RING_TAIL)); in stop_ring() 190 ENGINE_WRITE(engine, RING_TAIL, 0); in stop_ring() 240 ENGINE_READ(engine, RING_TAIL), in xcs_resume() 250 ENGINE_READ(engine, RING_TAIL), in xcs_resume() 284 ENGINE_WRITE(engine, RING_TAIL, ring->head); in xcs_resume() 285 ENGINE_POSTING_READ(engine, RING_TAIL); in xcs_resume() 300 ENGINE_READ(engine, RING_TAIL), ring->tail, in xcs_resume() 313 ENGINE_WRITE(engine, RING_TAIL, ring->tail); in xcs_resume() 314 ENGINE_POSTING_READ(engine, RING_TAIL); in xcs_resume() [all...] |
H A D | intel_gt.c | 63 intel_uncore_write(uncore, RING_TAIL(base), 0); in init_unused_ring()
|
H A D | intel_engine_cs.c | 776 GEM_BUG_ON(dw & 1); /* RING_TAIL must be qword aligned */ in measure_breadcrumb_dw() 1184 (ENGINE_READ(engine, RING_TAIL) & TAIL_ADDR)) in ring_is_idle() 1443 ENGINE_READ(engine, RING_TAIL) & TAIL_ADDR); in intel_engine_print_registers()
|
H A D | selftest_lrc.c | 241 * lite-restore using the RING_TAIL from ce[1] it in live_unlite_restore() 1126 * RING_TAIL of the original request. in live_timeslice_rewind() 4916 i915_mmio_reg_offset(RING_TAIL(engine->mmio_base)), in live_lrc_fixed() 4918 "RING_TAIL" in live_lrc_fixed() 5043 *cs++ = i915_mmio_reg_offset(RING_TAIL(engine->mmio_base)); in __live_lrc_state() 5894 case 0x34: /* RING_TAIL */ in compare_isolation()
|
H A D | intel_lrc.c | 1488 * We should never submit the context with the same RING_TAIL twice in execlists_update_context() 1492 * the normal request to be able to always advance the RING_TAIL on in execlists_update_context() 1498 * lite-restore and force it to reload the RING_TAIL. Otherwise, the in execlists_update_context() 2085 * has a (RING_START, RING_HEAD, RING_TAIL) tuple. RING_START is in execlists_dequeue() 2089 * where it got up to last time, and through RING_TAIL we tell the CS in execlists_dequeue() 2094 * can combine these requests into a single RING_TAIL update: in execlists_dequeue() 2097 * ^- RING_TAIL in execlists_dequeue() 2339 * by updating the RING_TAIL to point to the end of the in execlists_dequeue() 2699 ENGINE_READ(engine, RING_TAIL) & TAIL_ADDR, in process_csb()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | intel_uncore.c | 947 RING_TAIL(RENDER_RING_BASE), /* 0x2000 (base) */ 950 RING_TAIL(GEN6_BSD_RING_BASE), /* 0x12000 (base) */ 951 RING_TAIL(VEBOX_RING_BASE), /* 0x1a000 (base) */ 952 RING_TAIL(BLT_RING_BASE), /* 0x22000 (base) */ 957 RING_TAIL(RENDER_RING_BASE), /* 0x2000 (base) */ 960 RING_TAIL(BLT_RING_BASE), /* 0x22000 (base) */ 961 RING_TAIL(GEN11_BSD_RING_BASE), /* 0x1C0000 (base) */ 962 RING_TAIL(GEN11_BSD2_RING_BASE), /* 0x1C4000 (base) */ 963 RING_TAIL(GEN11_VEBOX_RING_BASE), /* 0x1C8000 (base) */ 964 RING_TAIL(GEN11_BSD3_RING_BAS [all...] |
H A D | i915_gpu_error.c | 1162 ee->tail = ENGINE_READ(engine, RING_TAIL); in engine_record_registers()
|
H A D | i915_reg.h | 2508 #define RING_TAIL(base) _MMIO((base) + 0x30) macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_ring_submission.c | 178 ENGINE_WRITE_FW(engine, RING_HEAD, ENGINE_READ_FW(engine, RING_TAIL)); in stop_ring() 187 ENGINE_WRITE_FW(engine, RING_TAIL, 0); in stop_ring() 234 ENGINE_WRITE_FW(engine, RING_TAIL, ring->head); in xcs_resume() 235 ENGINE_POSTING_READ(engine, RING_TAIL); in xcs_resume() 253 ENGINE_WRITE_FW(engine, RING_TAIL, ring->tail); in xcs_resume() 254 ENGINE_POSTING_READ(engine, RING_TAIL); in xcs_resume() 269 ENGINE_READ(engine, RING_TAIL), ring->tail, in xcs_resume() 337 ENGINE_READ_FW(engine, RING_TAIL), in reset_prepare() 346 ENGINE_READ_FW(engine, RING_TAIL), in reset_prepare() 445 ENGINE_WRITE(request->engine, RING_TAIL, in i9xx_submit_request() [all...] |
H A D | intel_engine_cs.c | 1357 GEM_BUG_ON(dw & 1); /* RING_TAIL must be qword aligned */ in measure_breadcrumb_dw() 1660 ENGINE_READ_FW(engine, RING_TAIL) & TAIL_ADDR); in intel_engine_stop_cs() 1668 (ENGINE_READ_FW(engine, RING_TAIL) & TAIL_ADDR)) in intel_engine_stop_cs() 1835 (ENGINE_READ(engine, RING_TAIL) & TAIL_ADDR)) in ring_is_idle() 2078 ENGINE_READ(engine, RING_TAIL) & TAIL_ADDR); in intel_engine_print_registers()
|
H A D | intel_engine_regs.h | 12 #define RING_TAIL(base) _MMIO((base) + 0x30) macro
|
H A D | intel_gt.c | 142 intel_uncore_write(uncore, RING_TAIL(base), 0); in init_unused_ring()
|
H A D | selftest_lrc.c | 319 i915_mmio_reg_offset(RING_TAIL(engine->mmio_base)), in live_lrc_fixed() 321 "RING_TAIL" in live_lrc_fixed() 451 *cs++ = i915_mmio_reg_offset(RING_TAIL(engine->mmio_base)); in __live_lrc_state() 1345 case 0x34: /* RING_TAIL */ in compare_isolation()
|
H A D | intel_execlists_submission.c | 688 * We should never submit the context with the same RING_TAIL twice in execlists_update_context() 692 * the normal request to be able to always advance the RING_TAIL on in execlists_update_context() 698 * lite-restore and force it to reload the RING_TAIL. Otherwise, the in execlists_update_context() 1286 * has a (RING_START, RING_HEAD, RING_TAIL) tuple. RING_START is in execlists_dequeue() 1290 * where it got up to last time, and through RING_TAIL we tell the CS in execlists_dequeue() 1295 * can combine these requests into a single RING_TAIL update: in execlists_dequeue() 1298 * ^- RING_TAIL in execlists_dequeue() 1505 * by updating the RING_TAIL to point to the end of the in execlists_dequeue() 1978 ENGINE_READ(engine, RING_TAIL) & TAIL_ADDR, in process_csb()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i810/ |
H A D | i810_drv.h | 163 I810_WRITE(LP_RING + RING_TAIL, outring); \ 196 #define RING_TAIL 0x00 macro
|
H A D | i810_dma.c | 280 ring->tail = I810_READ(LP_RING + RING_TAIL); in i810_kernel_lost_context()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_capture.c | 68 { RING_TAIL(0), 0, 0, "TAIL" }, \
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
H A D | scheduler.c | 923 vgpu_vreg_t(vgpu, RING_TAIL(ring_base)) = tail; in update_guest_context()
|
H A D | handlers.c | 1975 MMIO_RING_DFH(RING_TAIL, D_ALL, 0, NULL, NULL); in init_generic_mmio_info()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | intel_gvt_mmio_table.c | 76 MMIO_RING_D(RING_TAIL); in iterate_generic_mmio()
|
H A D | i915_gpu_error.c | 1285 ee->tail = ENGINE_READ(engine, RING_TAIL); in engine_record_registers()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/ |
H A D | scheduler.c | 971 vgpu_vreg_t(vgpu, RING_TAIL(ring_base)) = tail; in update_guest_context()
|
H A D | handlers.c | 2218 MMIO_RING_DFH(RING_TAIL, D_ALL, 0, NULL, NULL); in init_generic_mmio_info()
|