summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_mmio.c
AgeCommit message (Expand)Author
2025-07-10drm/xe: Move Wa_15015404425 to use the new XE_DEVICE_WA macroMatt Atwood
2025-07-02drm/xe: Assign GT IDs properly on multi-tile + multi-GT platformsMatt Roper
2025-05-19drm/xe: Use xe_mmio_read32() to read mtcfg registerShuicheng Lin
2025-03-21drm/xe: Allow to inject error in early probeLucas De Marchi
2025-03-12drm/xe/vf: Catch all unexpected register readsMichal Wajdeczko
2025-02-18drm/xe: Add xe_mmio_init() initialization functionIlia Levi
2025-02-18drm/xe: s/xe_mmio_init/xe_mmio_probe_earlyIlia Levi
2025-01-14drm/xe: Remove unused "mmio_ext" codeMatt Roper
2024-09-11drm/xe/mmio: Drop compatibility macrosMatt Roper
2024-09-11drm/xe: Switch MMIO interface to take xe_mmio instead of xe_gtMatt Roper
2024-09-11drm/xe: Add xe_tile backpointer to xe_mmioMatt Roper
2024-09-11drm/xe: Switch mmio_ext to use 'struct xe_mmio'Matt Roper
2024-09-11drm/xe: Clarify size of MMIO regionMatt Roper
2024-09-09drm/xe: Fix arg to pci_iomap()Lucas De Marchi
2024-08-16drm/xe: Use for_each_remote_tile rather than manual checkMatthew Brost
2024-08-15drm/xe: Fix tile fini sequenceMatthew Brost
2024-07-25drm/xe/mmio: Use single logic for waiting functionsGustavo Sousa
2024-07-24drm/xe: Refactor mmio setup for multi-tileLucas De Marchi
2024-07-15drm/xe/vf: Track writes to inaccessible registers from VFMichal Wajdeczko
2024-07-12drm/xe/xe2: Add Wa_15015404425Tejas Upadhyay
2024-06-12drm/xe: Add reg read/write traceRadhakrishna Sripada
2024-05-30drm/xe: Promote VRAM initialization function to own fileMichal Wajdeczko
2024-05-30drm/xe: Drop xe_ prefix from static functions in xe_mmio.cMichal Wajdeczko
2024-05-30drm/xe: Move BAR definitions to dedicated fileMichal Wajdeczko
2024-05-30drm/xe: Move XEHP_MTCFG_ADDR register definition to xe_regs.hMichal Wajdeczko
2024-05-24drm/xe/vf: Use register values obtained from the PFMichal Wajdeczko
2024-05-23drm/xe/guc: Port over the slow GuC loading support from i915John Harrison
2024-05-22drm/xe: reset mmio mappings with devmMatthew Auld
2024-05-22drm/xe/mmio: move mmio_fini over to devmMatthew Auld
2024-05-22drm/xe: Cleanup xe_mmio.hMichal Wajdeczko
2024-05-07drm/xe: Don't rely on xe_force_wake.h to be included elsewhereMichal Wajdeczko
2024-04-24drm/xe: Add helper to calculate adjusted register offsetMichal Wajdeczko
2024-04-10drm/xe: re-order lmem init check and wait for initialization to completeRiana Tauro
2024-04-09drm/xe/xe2hpg: Determine flat ccs offset for vramHimal Prasad Ghimiray
2024-03-28drm/xe: Separate pure MMIO init from VRAM checkoutMichal Wajdeczko
2024-03-15drm/xe: Make xe_mmio_read|write() functions non-inlineMichal Wajdeczko
2024-02-28drm/xe/mmio: fix build warning for BAR resize on 32-bitArnd Bergmann
2024-02-13drm/xe/vf: Don't check if LMEM is initialized if VFMichal Wajdeczko
2024-01-19drm/xe/mmio: Cast to u64 when printingLucas De Marchi
2024-01-09drm/xe: Use __iomem for the regs pointerThomas Hellström
2023-12-21drm/xe: Rename info.supports_* to info.has_*Lucas De Marchi
2023-12-21drm/xe/device: Introduce xe_device_probe_earlyMichał Winiarski
2023-12-21drm/xe: Map the entire BAR0 and hold onto the initial mappingMichał Winiarski
2023-12-21drm/xe: Move xe_mmio_probe_tiles outside of MMIO setupMichał Winiarski
2023-12-21drm/xe: Move xe_set_dma_info outside of MMIO setupMichał Winiarski
2023-12-21drm/xe: rename bypass_mtcfg to skip_mtcfgKoby Elbaz
2023-12-21drm/xe: Encapsulate all the module parametersBommithi Sakeena
2023-12-21drm/xe/mmio: Make xe_mmio_wait32() aware of interruptsGustavo Sousa
2023-12-21drm/xe/mmio: Move xe_mmio_wait32() to xe_mmio.cGustavo Sousa
2023-12-21drm/xe: Remove GEN[0-9]*_ prefixesLucas De Marchi