Searched refs:hfi (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/freedreno/decode/ |
H A D | crashdec.c | 287 struct a6xx_hfi_state hfi = {}; in decode_gmu_hfi() local 290 memset(&hfi.history, 0xff, sizeof(hfi.history)); in decode_gmu_hfi() 294 parseline(line, " iova: %" PRIx64, &hfi.iova); in decode_gmu_hfi() 296 parseline(line, " size: %u", &hfi.size); in decode_gmu_hfi() 301 assert(qidx < ARRAY_SIZE(hfi.history)); in decode_gmu_hfi() 304 &hfi.history[qidx][0], &hfi.history[qidx][1], in decode_gmu_hfi() 305 &hfi.history[qidx][2], &hfi in decode_gmu_hfi() [all...] |
H A D | crashdec-hfi.c | 385 is_valid_decode_start(struct a6xx_hfi_state *hfi, unsigned qidx, int32_t read_index) in is_valid_decode_start() argument 387 struct a6xx_hfi_queue_table_header *table = hfi->buf; in is_valid_decode_start() 389 uint32_t offset = queue->iova - hfi->iova; in is_valid_decode_start() 390 uint32_t *dw = (uint32_t *)(((uint8_t *)hfi->buf) + offset); in is_valid_decode_start() 428 decode_hfi(struct a6xx_hfi_state *hfi, unsigned qidx, int32_t read_index) in decode_hfi() argument 430 struct a6xx_hfi_queue_table_header *table = hfi->buf; in decode_hfi() 432 uint32_t offset = queue->iova - hfi->iova; in decode_hfi() 433 uint32_t *dw = (uint32_t *)(((uint8_t *)hfi->buf) + offset); in decode_hfi() 470 find_decode_start(struct a6xx_hfi_state *hfi, unsigned qidx) in find_decode_start() argument 474 for (i = ARRAY_SIZE(hfi in find_decode_start() 491 dump_gmu_hfi(struct a6xx_hfi_state *hfi) dump_gmu_hfi() argument [all...] |
H A D | crashdec.h | 96 void dump_gmu_hfi(struct a6xx_hfi_state *hfi);
|
Completed in 3 milliseconds