Searched refs:REG64_IDX (Results 1 – 1 of 1) sorted by relevance
/drivers/gpu/drm/i915/ |
D | i915_cmd_parser.c | 589 #define REG64_IDX(_reg, idx) \ macro 606 REG64_IDX(RING_TIMESTAMP, RENDER_RING_BASE), 618 REG64_IDX(RING_TIMESTAMP, BSD_RING_BASE), 619 REG64_IDX(GEN7_SO_NUM_PRIMS_WRITTEN, 0), 620 REG64_IDX(GEN7_SO_NUM_PRIMS_WRITTEN, 1), 621 REG64_IDX(GEN7_SO_NUM_PRIMS_WRITTEN, 2), 622 REG64_IDX(GEN7_SO_NUM_PRIMS_WRITTEN, 3), 623 REG64_IDX(GEN7_SO_PRIM_STORAGE_NEEDED, 0), 624 REG64_IDX(GEN7_SO_PRIM_STORAGE_NEEDED, 1), 625 REG64_IDX(GEN7_SO_PRIM_STORAGE_NEEDED, 2), [all …]
|