Searched refs:REG64_IDX (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/i915/ |
| D | i915_cmd_parser.c | 586 #define REG64_IDX(_reg, idx) \ macro 603 REG64_IDX(RING_TIMESTAMP, RENDER_RING_BASE), 615 REG64_IDX(RING_TIMESTAMP, BSD_RING_BASE), 616 REG64_IDX(GEN7_SO_NUM_PRIMS_WRITTEN, 0), 617 REG64_IDX(GEN7_SO_NUM_PRIMS_WRITTEN, 1), 618 REG64_IDX(GEN7_SO_NUM_PRIMS_WRITTEN, 2), 619 REG64_IDX(GEN7_SO_NUM_PRIMS_WRITTEN, 3), 620 REG64_IDX(GEN7_SO_PRIM_STORAGE_NEEDED, 0), 621 REG64_IDX(GEN7_SO_PRIM_STORAGE_NEEDED, 1), 622 REG64_IDX(GEN7_SO_PRIM_STORAGE_NEEDED, 2), [all …]
|