summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_mmio.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-1/+8
2024-02-29drm/xe/mmio: fix build warning for BAR resize on 32-bitArnd Bergmann1-1/+1
2024-02-13drm/xe/vf: Don't check if LMEM is initialized if VFMichal Wajdeczko1-1/+8
2024-01-24drm/xe/mmio: Cast to u64 when printingLucas De Marchi1-2/+2
2024-01-20drm/xe/mmio: Cast to u64 when printingLucas De Marchi1-2/+2
2024-01-15drm/xe: Use __iomem for the regs pointerThomas Hellström1-1/+1
2024-01-09drm/xe: Use __iomem for the regs pointerThomas Hellström1-1/+1
2023-12-21drm/xe: Rename info.supports_* to info.has_*Lucas De Marchi1-2/+3
2023-12-21drm/xe/device: Introduce xe_device_probe_earlyMichał Winiarski1-6/+10
2023-12-21drm/xe: Map the entire BAR0 and hold onto the initial mappingMichał Winiarski1-8/+4
2023-12-21drm/xe: Move xe_mmio_probe_tiles outside of MMIO setupMichał Winiarski1-3/+1
2023-12-21drm/xe: Move xe_set_dma_info outside of MMIO setupMichał Winiarski1-26/+0
2023-12-21drm/xe: rename bypass_mtcfg to skip_mtcfgKoby Elbaz1-1/+1
2023-12-21drm/xe: Encapsulate all the module parametersBommithi Sakeena1-1/+1
2023-12-21drm/xe/mmio: Make xe_mmio_wait32() aware of interruptsGustavo Sousa1-0/+6
2023-12-21drm/xe/mmio: Move xe_mmio_wait32() to xe_mmio.cGustavo Sousa1-0/+54
2023-12-21drm/xe: Remove GEN[0-9]*_ prefixesLucas De Marchi1-7/+7
2023-12-21drm/xe: Make xe_mmio_tile_vram_size() staticBrian Welty1-1/+2
2023-12-21drm/xe: move the lmem verification code into a separate functionKoby Elbaz1-11/+21
2023-12-21drm/xe/uapi: Remove MMIO ioctlFrancois Dugast1-102/+0
2023-12-21drm/xe: refactor xe_mmio_probe_tiles to support MMIO extensionKoby Elbaz1-32/+38
2023-12-21drm/xe: map MMIO BAR according to the num of tiles in device descKoby Elbaz1-7/+6
2023-12-21drm/xe: add a flag to bypass multi-tile config from MTCFG regKoby Elbaz1-11/+13
2023-12-21drm/xe: Drop xe_mmio_write64()Matt Roper1-3/+0
2023-12-21drm/xe: Avoid 64-bit register readsMatt Roper1-3/+53
2023-12-21drm/xe: Improve vram info debug printingOak Zeng1-5/+6
2023-12-21drm/xe: Make xe_mem_region structOak Zeng1-4/+5
2023-12-21drm/xe: fully turn on small-bar supportMatthew Auld1-9/+2
2023-12-21drm/xe/mmio: grab mem_access in xe_mmio_ioctlMatthew Auld1-0/+2
2023-12-21drm/xe: Prevent flooding the kernel log with XE_IOCTL_ERRFrancois Dugast1-7/+7
2023-12-21drm/xe/mmio: update gt_count when probing multi-tileMatthew Auld1-0/+6
2023-12-21drm/xe: Make usable size of VRAM readableTejas Upadhyay1-3/+3
2023-12-21drm/xe: Add sysfs entry to report per tile memory sizeTejas Upadhyay1-0/+1
2023-12-21drm/Xe: Use EOPNOTSUPP instead of ENOTSUPPJanga Rahul Kumar1-2/+2
2023-12-20drm/xe: REBAR resize should be best effortMichael J. Ruhl1-17/+11
2023-12-20drm/xe: Allocate GT dynamicallyMatt Roper1-1/+1
2023-12-20drm/xe: Clarify 'gt' retrieval for primary tileMatt Roper1-3/+3
2023-12-20drm/xe: Move VRAM from GT to tileMatt Roper1-27/+26
2023-12-20drm/xe: Move register MMIO into xe_tileMatt Roper1-12/+14
2023-12-20drm/xe: Add backpointer from gt to tileMatt Roper1-3/+3
2023-12-20drm/xe: Introduce xe_tileMatt Roper1-6/+7
2023-12-20drm/xe/mtl: Disable media GTMatt Roper1-2/+0
2023-12-20drm/xe: Size GT device memory correctlyMichael J. Ruhl1-46/+47
2023-12-20drm/xe: Simplify rebar sizingMichael J. Ruhl1-56/+75
2023-12-20drm/xe: Rework size helper to be a little more correctMichael J. Ruhl1-29/+51
2023-12-20drm/xe: Validate uAPI padding and reserved fieldsChristopher Snowhill1-1/+2
2023-12-20drm/xe: Apply upper limit to sg element sizeNiranjana Vishwanathapura1-5/+2
2023-12-20drm/xe: Rename reg field to addrLucas De Marchi1-1/+1
2023-12-20drm/xe/mmio: Use struct xe_regLucas De Marchi1-12/+19
2023-12-20drm/xe: Use XE_REG/XE_REG_MCRLucas De Marchi1-1/+1