summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_mmio.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-12drm/xe: Add reg read/write traceRadhakrishna Sripada1-4/+19
2024-05-31drm/xe: Promote VRAM initialization function to own fileMichal Wajdeczko1-331/+2
2024-05-31drm/xe: Drop xe_ prefix from static functions in xe_mmio.cMichal Wajdeczko1-12/+12
2024-05-31drm/xe: Move BAR definitions to dedicated fileMichal Wajdeczko1-1/+2
2024-05-31drm/xe: Move XEHP_MTCFG_ADDR register definition to xe_regs.hMichal Wajdeczko1-3/+0
2024-05-24drm/xe/vf: Use register values obtained from the PFMichal Wajdeczko1-0/+4
2024-05-23drm/xe/guc: Port over the slow GuC loading support from i915John Harrison1-0/+61
2024-05-22drm/xe: reset mmio mappings with devmMatthew Auld1-6/+29
2024-05-22drm/xe/mmio: move mmio_fini over to devmMatthew Auld1-2/+5
2024-05-22drm/xe: Cleanup xe_mmio.hMichal Wajdeczko1-2/+5
2024-05-08drm/xe: Don't rely on xe_force_wake.h to be included elsewhereMichal Wajdeczko1-0/+1
2024-04-24drm/xe: Add helper to calculate adjusted register offsetMichal Wajdeczko1-23/+15
2024-04-10drm/xe: re-order lmem init check and wait for initialization to completeRiana Tauro1-24/+0
2024-04-10drm/xe/xe2hpg: Determine flat ccs offset for vramHimal Prasad Ghimiray1-2/+37
2024-03-28drm/xe: Separate pure MMIO init from VRAM checkoutMichal Wajdeczko1-33/+22
2024-03-16drm/xe: Make xe_mmio_read|write() functions non-inlineMichal Wajdeczko1-0/+72
2024-02-28drm/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-20drm/xe/mmio: Cast to u64 when printingLucas De Marchi1-2/+2
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