index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
xe_mmio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-16
drm/xe: Use for_each_remote_tile rather than manual check
Matthew Brost
1
-3
/
+2
2024-08-15
drm/xe: Fix tile fini sequence
Matthew Brost
1
-1
/
+4
2024-07-25
drm/xe/mmio: Use single logic for waiting functions
Gustavo Sousa
1
-64
/
+39
2024-07-24
drm/xe: Refactor mmio setup for multi-tile
Lucas De Marchi
1
-22
/
+77
2024-07-15
drm/xe/vf: Track writes to inaccessible registers from VF
Michal Wajdeczko
1
-1
/
+5
2024-07-12
drm/xe/xe2: Add Wa_15015404425
Tejas Upadhyay
1
-0
/
+23
2024-06-12
drm/xe: Add reg read/write trace
Radhakrishna Sripada
1
-4
/
+19
2024-05-30
drm/xe: Promote VRAM initialization function to own file
Michal Wajdeczko
1
-331
/
+2
2024-05-30
drm/xe: Drop xe_ prefix from static functions in xe_mmio.c
Michal Wajdeczko
1
-12
/
+12
2024-05-30
drm/xe: Move BAR definitions to dedicated file
Michal Wajdeczko
1
-1
/
+2
2024-05-30
drm/xe: Move XEHP_MTCFG_ADDR register definition to xe_regs.h
Michal Wajdeczko
1
-3
/
+0
2024-05-24
drm/xe/vf: Use register values obtained from the PF
Michal Wajdeczko
1
-0
/
+4
2024-05-23
drm/xe/guc: Port over the slow GuC loading support from i915
John Harrison
1
-0
/
+61
2024-05-22
drm/xe: reset mmio mappings with devm
Matthew Auld
1
-6
/
+29
2024-05-22
drm/xe/mmio: move mmio_fini over to devm
Matthew Auld
1
-2
/
+5
2024-05-22
drm/xe: Cleanup xe_mmio.h
Michal Wajdeczko
1
-2
/
+5
2024-05-07
drm/xe: Don't rely on xe_force_wake.h to be included elsewhere
Michal Wajdeczko
1
-0
/
+1
2024-04-24
drm/xe: Add helper to calculate adjusted register offset
Michal Wajdeczko
1
-23
/
+15
2024-04-10
drm/xe: re-order lmem init check and wait for initialization to complete
Riana Tauro
1
-24
/
+0
2024-04-09
drm/xe/xe2hpg: Determine flat ccs offset for vram
Himal Prasad Ghimiray
1
-2
/
+37
2024-03-28
drm/xe: Separate pure MMIO init from VRAM checkout
Michal Wajdeczko
1
-33
/
+22
2024-03-15
drm/xe: Make xe_mmio_read|write() functions non-inline
Michal Wajdeczko
1
-0
/
+72
2024-02-28
drm/xe/mmio: fix build warning for BAR resize on 32-bit
Arnd Bergmann
1
-1
/
+1
2024-02-13
drm/xe/vf: Don't check if LMEM is initialized if VF
Michal Wajdeczko
1
-1
/
+8
2024-01-19
drm/xe/mmio: Cast to u64 when printing
Lucas De Marchi
1
-2
/
+2
2024-01-09
drm/xe: Use __iomem for the regs pointer
Thomas Hellström
1
-1
/
+1
2023-12-21
drm/xe: Rename info.supports_* to info.has_*
Lucas De Marchi
1
-2
/
+3
2023-12-21
drm/xe/device: Introduce xe_device_probe_early
Michał Winiarski
1
-6
/
+10
2023-12-21
drm/xe: Map the entire BAR0 and hold onto the initial mapping
Michał Winiarski
1
-8
/
+4
2023-12-21
drm/xe: Move xe_mmio_probe_tiles outside of MMIO setup
Michał Winiarski
1
-3
/
+1
2023-12-21
drm/xe: Move xe_set_dma_info outside of MMIO setup
Michał Winiarski
1
-26
/
+0
2023-12-21
drm/xe: rename bypass_mtcfg to skip_mtcfg
Koby Elbaz
1
-1
/
+1
2023-12-21
drm/xe: Encapsulate all the module parameters
Bommithi Sakeena
1
-1
/
+1
2023-12-21
drm/xe/mmio: Make xe_mmio_wait32() aware of interrupts
Gustavo Sousa
1
-0
/
+6
2023-12-21
drm/xe/mmio: Move xe_mmio_wait32() to xe_mmio.c
Gustavo Sousa
1
-0
/
+54
2023-12-21
drm/xe: Remove GEN[0-9]*_ prefixes
Lucas De Marchi
1
-7
/
+7
2023-12-21
drm/xe: Make xe_mmio_tile_vram_size() static
Brian Welty
1
-1
/
+2
2023-12-21
drm/xe: move the lmem verification code into a separate function
Koby Elbaz
1
-11
/
+21
2023-12-21
drm/xe/uapi: Remove MMIO ioctl
Francois Dugast
1
-102
/
+0
2023-12-21
drm/xe: refactor xe_mmio_probe_tiles to support MMIO extension
Koby Elbaz
1
-32
/
+38
2023-12-21
drm/xe: map MMIO BAR according to the num of tiles in device desc
Koby Elbaz
1
-7
/
+6
2023-12-21
drm/xe: add a flag to bypass multi-tile config from MTCFG reg
Koby Elbaz
1
-11
/
+13
2023-12-21
drm/xe: Drop xe_mmio_write64()
Matt Roper
1
-3
/
+0
2023-12-21
drm/xe: Avoid 64-bit register reads
Matt Roper
1
-3
/
+53
2023-12-21
drm/xe: Improve vram info debug printing
Oak Zeng
1
-5
/
+6
2023-12-21
drm/xe: Make xe_mem_region struct
Oak Zeng
1
-4
/
+5
2023-12-21
drm/xe: fully turn on small-bar support
Matthew Auld
1
-9
/
+2
2023-12-21
drm/xe/mmio: grab mem_access in xe_mmio_ioctl
Matthew Auld
1
-0
/
+2
2023-12-21
drm/xe: Prevent flooding the kernel log with XE_IOCTL_ERR
Francois Dugast
1
-7
/
+7
2023-12-21
drm/xe/mmio: update gt_count when probing multi-tile
Matthew Auld
1
-0
/
+6
[next]