summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_mmio.h
AgeCommit message (Expand)Author
2024-05-30drm/xe: Move BAR definitions to dedicated fileMichal 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: Cleanup xe_mmio.hMichal 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-03-28drm/xe: Separate pure MMIO init from VRAM checkoutMichal Wajdeczko
2024-03-15drm/xe: Make xe_mmio_read|write() functions non-inlineMichal Wajdeczko
2023-12-21drm/xe/device: Introduce xe_device_probe_earlyMichał Winiarski
2023-12-21drm/xe: Move xe_mmio_probe_tiles outside of MMIO setupMichał Winiarski
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
2023-12-21drm/xe: Make xe_mmio_tile_vram_size() staticBrian Welty
2023-12-21drm/xe/uapi: Remove MMIO ioctlFrancois Dugast
2023-12-21drm/xe: add read/write support for MMIO extension spaceKoby Elbaz
2023-12-21drm/xe/mmio: Account for GSI offset when checking rangesLucas De Marchi
2023-12-21drm/xe: Drop xe_mmio_write64()Matt Roper
2023-12-21drm/xe: Avoid 64-bit register readsMatt Roper
2023-12-21drm/xe: Invert mask and val in xe_mmio_wait32.Rodrigo Vivi
2023-12-21drm/xe/mmio: add xe_mmio_read16()Jani Nikula
2023-12-19drm/xe: Move VRAM from GT to tileMatt Roper
2023-12-19drm/xe: Move register MMIO into xe_tileMatt Roper
2023-12-19drm/xe: Rework size helper to be a little more correctMichael J. Ruhl
2023-12-19drm/xe: Rename reg field to addrLucas De Marchi
2023-12-19drm/xe/mmio: Use struct xe_regLucas De Marchi
2023-12-19drm/xe: Remove extra xe_mmio_read32 from xe_mmio_wait32Maarten Lankhorst
2023-12-19drm/xe: Fix xe_mmio_rmw32 operationMatt Roper
2023-12-12drm/xe/mmio: Use non-atomic writeq/readq variant for 32bLucas De Marchi
2023-12-12drm/xe: Implement stolen memory.Maarten Lankhorst
2023-12-12drm/xe: Remove i915_utils dependency from xe_pcode.Rodrigo Vivi
2023-12-12drm/xe: Convert xe_mmio_wait32 to us so we can stop using wait_for_us.Rodrigo Vivi
2023-12-12drm/xe: Let's return last value read on xe_mmio_wait32.Rodrigo Vivi
2023-12-12drm/xe: Implement a local xe_mmio_wait32Rodrigo Vivi
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost