Age | Commit message (Expand) | Author |
2024-09-11 | drm/xe/mmio: Drop compatibility macros | Matt Roper |
2024-09-11 | drm/xe: Switch MMIO interface to take xe_mmio instead of xe_gt | Matt Roper |
2024-07-25 | drm/xe: Remove stale declaration of xe_mmio_probe_vram() | Gustavo Sousa |
2024-05-30 | drm/xe: Move BAR definitions to dedicated file | Michal Wajdeczko |
2024-05-23 | drm/xe/guc: Port over the slow GuC loading support from i915 | John Harrison |
2024-05-22 | drm/xe: reset mmio mappings with devm | Matthew Auld |
2024-05-22 | drm/xe: Cleanup xe_mmio.h | Michal Wajdeczko |
2024-04-24 | drm/xe: Add helper to calculate adjusted register offset | Michal Wajdeczko |
2024-04-10 | drm/xe: re-order lmem init check and wait for initialization to complete | Riana Tauro |
2024-03-28 | drm/xe: Separate pure MMIO init from VRAM checkout | Michal Wajdeczko |
2024-03-15 | drm/xe: Make xe_mmio_read|write() functions non-inline | Michal Wajdeczko |
2023-12-21 | drm/xe/device: Introduce xe_device_probe_early | Michał Winiarski |
2023-12-21 | drm/xe: Move xe_mmio_probe_tiles outside of MMIO setup | Michał Winiarski |
2023-12-21 | drm/xe/mmio: Move xe_mmio_wait32() to xe_mmio.c | Gustavo Sousa |
2023-12-21 | drm/xe: Remove GEN[0-9]*_ prefixes | Lucas De Marchi |
2023-12-21 | drm/xe: Make xe_mmio_tile_vram_size() static | Brian Welty |
2023-12-21 | drm/xe/uapi: Remove MMIO ioctl | Francois Dugast |
2023-12-21 | drm/xe: add read/write support for MMIO extension space | Koby Elbaz |
2023-12-21 | drm/xe/mmio: Account for GSI offset when checking ranges | Lucas De Marchi |
2023-12-21 | drm/xe: Drop xe_mmio_write64() | Matt Roper |
2023-12-21 | drm/xe: Avoid 64-bit register reads | Matt Roper |
2023-12-21 | drm/xe: Invert mask and val in xe_mmio_wait32. | Rodrigo Vivi |
2023-12-21 | drm/xe/mmio: add xe_mmio_read16() | Jani Nikula |
2023-12-19 | drm/xe: Move VRAM from GT to tile | Matt Roper |
2023-12-19 | drm/xe: Move register MMIO into xe_tile | Matt Roper |
2023-12-19 | drm/xe: Rework size helper to be a little more correct | Michael J. Ruhl |
2023-12-19 | drm/xe: Rename reg field to addr | Lucas De Marchi |
2023-12-19 | drm/xe/mmio: Use struct xe_reg | Lucas De Marchi |
2023-12-19 | drm/xe: Remove extra xe_mmio_read32 from xe_mmio_wait32 | Maarten Lankhorst |
2023-12-19 | drm/xe: Fix xe_mmio_rmw32 operation | Matt Roper |
2023-12-12 | drm/xe/mmio: Use non-atomic writeq/readq variant for 32b | Lucas De Marchi |
2023-12-12 | drm/xe: Implement stolen memory. | Maarten Lankhorst |
2023-12-12 | drm/xe: Remove i915_utils dependency from xe_pcode. | Rodrigo Vivi |
2023-12-12 | drm/xe: Convert xe_mmio_wait32 to us so we can stop using wait_for_us. | Rodrigo Vivi |
2023-12-12 | drm/xe: Let's return last value read on xe_mmio_wait32. | Rodrigo Vivi |
2023-12-12 | drm/xe: Implement a local xe_mmio_wait32 | Rodrigo Vivi |
2023-12-12 | drm/xe: Introduce a new DRM driver for Intel GPUs | Matthew Brost |