Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/ras/rascore/
H A Dras_log_ring.c33 #define BATCH_IDX_TO_TREE_IDX(batch_idx, sn) (((batch_idx) << 8) | (sn)) macro
82 BATCH_IDX_TO_TREE_IDX(batch_tag->batch_id, batch_tag->sub_seqno); in ras_log_ring_add_data()
85 log->seqno = BATCH_IDX_TO_TREE_IDX(log_ring->mono_upward_batch_id, 0); in ras_log_ring_add_data()
119 idx = BATCH_IDX_TO_TREE_IDX(batch_id, j); in ras_log_ring_delete_data()
154 idx = BATCH_IDX_TO_TREE_IDX(batch_id, j); in ras_log_ring_clear_log_tree()
294 idx = BATCH_IDX_TO_TREE_IDX(batch_id, i); in ras_log_ring_get_batch_records()