Searched refs:VECS (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/gvt/ |
D | mmio_context.c | 139 {VECS, RING_EXCC(VEBOX_RING_BASE), 0xffff, false}, /* 0x1a028 */ 169 [VECS] = 0xcb00, in load_render_mocs() 349 [VECS] = 0x4270, in handle_tlb_pending_event() 397 [VECS] = 0xcb00, in switch_mocs()
|
D | execlist.c | 54 [VECS] = VECS_AS_CONTEXT_SWITCH,
|
D | cmd_parser.c | 399 #define R_VECS (1 << VECS) 594 [VECS] = { 1069 [VECS] = {
|
D | handlers.c | 338 engine_mask |= (1 << VECS); in gdrst_mmio_write() 1737 id = VECS; in gvt_reg_tlb_control_handler()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_mocs.c | 217 case VECS: in mocs_register()
|
D | intel_ringbuffer.h | 185 VECS, enumerator 187 #define _VECS(n) (VECS + (n))
|
D | intel_uncore.c | 1898 [VECS] = GEN6_GRDOM_VECS, in gen6_reset_engines() 1939 [VECS] = GEN11_GRDOM_VECS, in gen11_reset_engines()
|
D | i915_cmd_parser.c | 916 case VECS: in intel_engine_init_cmd_parser()
|
D | i915_drv.h | 2503 #define VEBOX_RING ENGINE_MASK(VECS) 2516 #define HAS_VEBOX(dev_priv) HAS_ENGINE(dev_priv, VECS)
|
D | intel_engine_cs.c | 154 [VECS] = {
|
D | intel_ringbuffer.c | 380 case VECS: in intel_ring_setup_status_page()
|
D | i915_irq.c | 1569 gen8_cs_irq_handler(i915->engine[VECS], in gen8_gt_irq_handler() 1851 notify_ring(dev_priv->engine[VECS]); in gen6_rps_irq_handler()
|
D | i915_drv.c | 336 value = !!dev_priv->engine[VECS]; in i915_getparam_ioctl()
|
D | i915_gem_execbuffer.c | 1993 [I915_EXEC_VEBOX] = VECS
|
D | i915_gpu_error.c | 1250 case VECS: in error_record_engine_registers()
|
D | intel_lrc.c | 2362 [VECS] = GEN8_VECS_IRQ_SHIFT, in logical_ring_default_irqs()
|
/Linux-v4.19/Documentation/gpu/ |
D | i915.rst | 269 - VECS is video enhancement engine, this is named `I915_EXEC_VEBOX` in user
|