Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/abi/
Dguc_communication_ctb_abi.h86 #define GUC_CTB_MSG_0_FORMAT (0xfu << 12) macro
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/abi/
Dguc_communication_ctb_abi.h88 #define GUC_CTB_MSG_0_FORMAT (0xf << 12) macro
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_ct.c470 header = FIELD_PREP(GUC_CTB_MSG_0_FORMAT, GUC_CTB_FORMAT_HXG) | in ct_write()
1288 u32 format = FIELD_GET(GUC_CTB_MSG_0_FORMAT, msg->msg[0]); in ct_handle_msg()
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_guc_ct.c577 cmd[0] = FIELD_PREP(GUC_CTB_MSG_0_FORMAT, GUC_CTB_FORMAT_HXG) | in h2g_write()