summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_mmio.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-21drm/xe/device: Introduce xe_device_probe_earlyMichał Winiarski1-0/+1
2023-12-21drm/xe: Move xe_mmio_probe_tiles outside of MMIO setupMichał Winiarski1-0/+1
2023-12-21drm/xe/mmio: Move xe_mmio_wait32() to xe_mmio.cGustavo Sousa1-37/+2
2023-12-21drm/xe: Remove GEN[0-9]*_ prefixesLucas De Marchi1-1/+1
2023-12-21drm/xe: Make xe_mmio_tile_vram_size() staticBrian Welty1-1/+0
2023-12-21drm/xe/uapi: Remove MMIO ioctlFrancois Dugast1-3/+0
2023-12-21drm/xe: add read/write support for MMIO extension spaceKoby Elbaz1-4/+4
2023-12-21drm/xe/mmio: Account for GSI offset when checking rangesLucas De Marchi1-1/+5
2023-12-21drm/xe: Drop xe_mmio_write64()Matt Roper1-11/+0
2023-12-21drm/xe: Avoid 64-bit register readsMatt Roper1-10/+2
2023-12-21drm/xe: Invert mask and val in xe_mmio_wait32.Rodrigo Vivi1-2/+2
2023-12-21drm/xe/mmio: add xe_mmio_read16()Jani Nikula1-0/+10
2023-12-20drm/xe: Move VRAM from GT to tileMatt Roper1-1/+1
2023-12-20drm/xe: Move register MMIO into xe_tileMatt Roper1-5/+16
2023-12-20drm/xe: Rework size helper to be a little more correctMichael J. Ruhl1-2/+4
2023-12-20drm/xe: Rename reg field to addrLucas De Marchi1-16/+16
2023-12-20drm/xe/mmio: Use struct xe_regLucas De Marchi1-27/+30
2023-12-20drm/xe: Remove extra xe_mmio_read32 from xe_mmio_wait32Maarten Lankhorst1-3/+0
2023-12-20drm/xe: Fix xe_mmio_rmw32 operationMatt Roper1-3/+3
2023-12-12drm/xe/mmio: Use non-atomic writeq/readq variant for 32bLucas De Marchi1-0/+1
2023-12-12drm/xe: Implement stolen memory.Maarten Lankhorst1-0/+1
2023-12-12drm/xe: Remove i915_utils dependency from xe_pcode.Rodrigo Vivi1-3/+6
2023-12-12drm/xe: Convert xe_mmio_wait32 to us so we can stop using wait_for_us.Rodrigo Vivi1-2/+2
2023-12-12drm/xe: Let's return last value read on xe_mmio_wait32.Rodrigo Vivi1-5/+15
2023-12-12drm/xe: Implement a local xe_mmio_wait32Rodrigo Vivi1-9/+20
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+110