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