Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_mmio.h30 int xe_mmio_wait32_not(struct xe_mmio *mmio, struct xe_reg reg, u32 mask,
H A Dxe_mmio.c403 int xe_mmio_wait32_not(struct xe_mmio *mmio, struct xe_reg reg, u32 mask, u32 val, u32 timeout_us, in xe_mmio_wait32_not() function
H A Dxe_guc.c976 ret = xe_mmio_wait32_not(mmio, GUC_STATUS, GS_UKERNEL_MASK | GS_BOOTROM_MASK, in guc_wait_ucode()
/linux-6.15/drivers/gpu/drm/xe/display/
H A Dxe_plane_initial.c37 …ret = xe_mmio_wait32_not(xe_root_tile_mmio(xe), pipe_frmtmstmp, ~0U, timestamp, 40000U, &timestamp… in intel_plane_initial_vblank_wait()