Searched refs:ctb (Results 1 – 5 of 5) sorted by relevance
| /drivers/gpu/drm/i915/gt/uc/ |
| A D | intel_guc_ct.c | 164 ctb->broken = false; in guc_ct_buffer_reset() 165 ctb->tail = 0; in guc_ct_buffer_reset() 166 ctb->head = 0; in guc_ct_buffer_reset() 167 space = CIRC_SPACE(ctb->tail, ctb->head, ctb->size) - ctb->resv_space; in guc_ct_buffer_reset() 179 ctb->desc = desc; in guc_ct_buffer_init() 180 ctb->cmds = cmds; in guc_ct_buffer_init() 507 ctb->tail = tail; in ct_write() 520 ctb->broken = true; in ct_write() 643 space = CIRC_SPACE(ctb->tail, head, ctb->size); in h2g_has_room() 985 ctb->head = head; in ct_read() [all …]
|
| /drivers/gpu/drm/i915/ |
| A D | i915_gpu_error.c | 678 const struct intel_ctb_coredump *ctb) in err_print_guc_ctb() argument 680 if (!ctb->size) in err_print_guc_ctb() 684 name, ctb->raw_status, ctb->raw_head, ctb->raw_tail, in err_print_guc_ctb() 685 ctb->head, ctb->tail, ctb->desc_offset, ctb->cmds_offset, ctb->size); in err_print_guc_ctb() 1711 if (!ctb || !ctb->desc) in gt_record_guc_ctb() 1714 saved->raw_status = ctb->desc->status; in gt_record_guc_ctb() 1715 saved->raw_head = ctb->desc->head; in gt_record_guc_ctb() 1716 saved->raw_tail = ctb->desc->tail; in gt_record_guc_ctb() 1717 saved->head = ctb->head; in gt_record_guc_ctb() 1718 saved->tail = ctb->tail; in gt_record_guc_ctb() [all …]
|
| A D | i915_gpu_error.h | 177 struct intel_ctb_coredump ctb[2]; member
|
| /drivers/gpu/drm/xe/ |
| A D | xe_guc_ct.c | 69 #define CT_DEAD(ct, ctb, reason_code) ct_dead_capture((ct), (ctb), CT_DEAD_##reason_code) argument 71 #define CT_DEAD(ct, ctb, reason) \ argument 73 struct guc_ctb *_ctb = (ctb); \ 1945 xe_map_memcpy_from(xe, &snapshot->desc, &ctb->desc, 0, in guc_ctb_snapshot_capture() 1947 memcpy(&snapshot->info, &ctb->info, sizeof(struct guc_ctb_info)); in guc_ctb_snapshot_capture() 1983 if (ct->bo && snapshot->ctb) in guc_ct_snapshot_capture() 2026 if (snapshot->ctb) { in xe_guc_ct_snapshot_print() 2029 snapshot->ctb, 0, snapshot->ctb_size); in xe_guc_ct_snapshot_print() 2048 kfree(snapshot->ctb); in xe_guc_ct_snapshot_free() 2097 if (ctb) in ct_dead_capture() [all …]
|
| A D | xe_guc_ct_types.h | 75 u32 *ctb; member
|
Completed in 20 milliseconds