Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_wopcm.c127 u32 reg_size = xe_mmio_read32(gt, GUC_WOPCM_SIZE); in __wopcm_regs_locked()
153 err = xe_mmio_write32_and_verify(gt, GUC_WOPCM_SIZE, size, mask, in __wopcm_init_regs()
174 GUC_WOPCM_SIZE.addr, in __wopcm_init_regs()
175 xe_mmio_read32(gt, GUC_WOPCM_SIZE)); in __wopcm_init_regs()
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_uc.c388 err = intel_uncore_write_and_verify(uncore, GUC_WOPCM_SIZE, size, mask, in uc_init_wopcm()
409 i915_mmio_reg_offset(GUC_WOPCM_SIZE), in uc_init_wopcm()
410 intel_uncore_read(uncore, GUC_WOPCM_SIZE)); in uc_init_wopcm()
420 return (intel_uncore_read(uncore, GUC_WOPCM_SIZE) & GUC_WOPCM_SIZE_LOCKED) || in uc_is_wopcm_locked()
Dintel_guc_reg.h70 #define GUC_WOPCM_SIZE _MMIO(0xc050) macro
/linux-6.12.1/drivers/gpu/drm/xe/regs/
Dxe_guc_regs.h45 #define GUC_WOPCM_SIZE XE_REG(0xc050) macro
/linux-6.12.1/drivers/gpu/drm/i915/gt/
Dintel_wopcm.c204 u32 reg_size = intel_uncore_read(uncore, GUC_WOPCM_SIZE); in __wopcm_regs_locked()