Searched refs:REG64_IDX (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_cmd_parser.c | 532 #define REG64_IDX(_reg, idx) \ macro 549 REG64_IDX(RING_TIMESTAMP, RENDER_RING_BASE), 561 REG64_IDX(RING_TIMESTAMP, BSD_RING_BASE), 562 REG64_IDX(GEN7_SO_NUM_PRIMS_WRITTEN, 0), 563 REG64_IDX(GEN7_SO_NUM_PRIMS_WRITTEN, 1), 564 REG64_IDX(GEN7_SO_NUM_PRIMS_WRITTEN, 2), 565 REG64_IDX(GEN7_SO_NUM_PRIMS_WRITTEN, 3), 566 REG64_IDX(GEN7_SO_PRIM_STORAGE_NEEDED, 0), 567 REG64_IDX(GEN7_SO_PRIM_STORAGE_NEEDED, 1), 568 REG64_IDX(GEN7_SO_PRIM_STORAGE_NEEDED, 2), [all …]
|