Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_wopcm.c88 u32 guc_wopcm_base, u32 guc_wopcm_size, in __check_layout() argument
95 if (unlikely(guc_wopcm_base >= size || in __check_layout()
96 guc_wopcm_size > size - guc_wopcm_base)) { in __check_layout()
99 guc_wopcm_base / SZ_1K, guc_wopcm_size / SZ_1K, in __check_layout()
113 if (unlikely(guc_wopcm_base < size)) { in __check_layout()
116 guc_wopcm_base / SZ_1K, size / SZ_1K); in __check_layout()
124 u32 *guc_wopcm_base, u32 *guc_wopcm_size) in __wopcm_regs_locked() argument
133 *guc_wopcm_base = reg_base & GUC_WOPCM_OFFSET_MASK; in __wopcm_regs_locked()
217 u32 guc_wopcm_base; in xe_wopcm_init() local
233 locked = __wopcm_regs_locked(gt, &guc_wopcm_base, &guc_wopcm_size); in xe_wopcm_init()
[all …]