Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/
Di915_cmd_parser.c636 REG64_IDX(GEN7_SO_PRIM_STORAGE_NEEDED, 0),
637 REG64_IDX(GEN7_SO_PRIM_STORAGE_NEEDED, 1),
638 REG64_IDX(GEN7_SO_PRIM_STORAGE_NEEDED, 2),
639 REG64_IDX(GEN7_SO_PRIM_STORAGE_NEEDED, 3),
/linux-6.1.9/drivers/gpu/drm/i915/gt/
Dintel_gt_regs.h371 #define GEN7_SO_PRIM_STORAGE_NEEDED(n) _MMIO(0x5240 + (n) * 8) macro