Searched refs:guc_ct_buffer_desc (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/i915/gt/uc/abi/ |
H A D | guc_communication_ctb_abi.h | 48 struct guc_ct_buffer_desc { struct 59 static_assert(sizeof(struct guc_ct_buffer_desc) == 64); argument
|
/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_ct.c | 83 #define CTB_DESC_SIZE ALIGN(sizeof(struct guc_ct_buffer_desc), SZ_2K) 155 static void guc_ct_buffer_desc_init(struct guc_ct_buffer_desc *desc) in guc_ct_buffer_desc_init() 174 struct guc_ct_buffer_desc *desc, in guc_ct_buffer_init() 260 struct guc_ct_buffer_desc *desc; in intel_guc_ct_init() 436 struct guc_ct_buffer_desc *desc = ctb->desc; in ct_write() 575 struct guc_ct_buffer_desc *send = ct->ctbs.send.desc; in ct_deadlocked() 576 struct guc_ct_buffer_desc *recv = ct->ctbs.send.desc; in ct_deadlocked() 626 struct guc_ct_buffer_desc *desc = ctb->desc; in h2g_has_room() 889 struct guc_ct_buffer_desc *desc = ctb->desc; in ct_read()
|
H A D | intel_guc_ct.h | 47 struct guc_ct_buffer_desc *desc;
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_guc_ct.c | 156 #define CTB_DESC_SIZE ALIGN(sizeof(struct guc_ct_buffer_desc), SZ_2K) 258 struct guc_ct_buffer_desc, field_) 262 struct guc_ct_buffer_desc, field_, val_) 277 xe_map_memset(xe, &h2g->desc, 0, 0, sizeof(struct guc_ct_buffer_desc)); in guc_ct_ctb_h2g_init() 295 xe_map_memset(xe, &g2h->desc, 0, 0, sizeof(struct guc_ct_buffer_desc)); in guc_ct_ctb_g2h_init() 1622 sizeof(struct guc_ct_buffer_desc)); in guc_ctb_snapshot_capture()
|