Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_mocs.c95 #define L3_0_DIRECT L3_CACHEABILITY(0)
96 #define L3_1_UC L3_CACHEABILITY(1)
97 #define L3_2_RESERVED L3_CACHEABILITY(2)
98 #define L3_3_WB L3_CACHEABILITY(3)
/linux-6.12.1/drivers/gpu/drm/xe/regs/
Dxe_gt_regs.h368 #define L3_CACHEABILITY(value) REG_FIELD_PREP(L3_CACHEABILITY_MASK, value) macro