index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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-01-24
drm/xe/mmio: Cast to u64 when printing
Lucas De Marchi
1
-2
/
+2
2024-01-15
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
2023-12-21
drm/xe: Make usable size of VRAM readable
Tejas Upadhyay
1
-3
/
+3
2023-12-21
drm/xe: Add sysfs entry to report per tile memory size
Tejas Upadhyay
1
-0
/
+1
2023-12-21
drm/Xe: Use EOPNOTSUPP instead of ENOTSUPP
Janga Rahul Kumar
1
-2
/
+2
2023-12-20
drm/xe: REBAR resize should be best effort
Michael J. Ruhl
1
-17
/
+11
2023-12-20
drm/xe: Allocate GT dynamically
Matt Roper
1
-1
/
+1
2023-12-20
drm/xe: Clarify 'gt' retrieval for primary tile
Matt Roper
1
-3
/
+3
2023-12-20
drm/xe: Move VRAM from GT to tile
Matt Roper
1
-27
/
+26
2023-12-20
drm/xe: Move register MMIO into xe_tile
Matt Roper
1
-12
/
+14
2023-12-20
drm/xe: Add backpointer from gt to tile
Matt Roper
1
-3
/
+3
2023-12-20
drm/xe: Introduce xe_tile
Matt Roper
1
-6
/
+7
2023-12-20
drm/xe/mtl: Disable media GT
Matt Roper
1
-2
/
+0
2023-12-20
drm/xe: Size GT device memory correctly
Michael J. Ruhl
1
-46
/
+47
2023-12-20
drm/xe: Simplify rebar sizing
Michael J. Ruhl
1
-56
/
+75
2023-12-20
drm/xe: Rework size helper to be a little more correct
Michael J. Ruhl
1
-29
/
+51
2023-12-20
drm/xe: Validate uAPI padding and reserved fields
Christopher Snowhill
1
-1
/
+2
2023-12-20
drm/xe: Apply upper limit to sg element size
Niranjana Vishwanathapura
1
-5
/
+2
2023-12-20
drm/xe: Rename reg field to addr
Lucas De Marchi
1
-1
/
+1
2023-12-20
drm/xe/mmio: Use struct xe_reg
Lucas De Marchi
1
-12
/
+19
2023-12-20
drm/xe: Use XE_REG/XE_REG_MCR
Lucas De Marchi
1
-1
/
+1
2023-12-20
drm/xe: Introduce xe_reg/xe_reg_mcr
Lucas De Marchi
1
-1
/
+1
2023-12-20
drm/xe: Drop gen afixes from registers
Lucas De Marchi
1
-1
/
+2
2023-12-20
drm/xe: Keep all resize bar related prints inside xe_resize_vram_bar
Balasubramani Vivekanandan
1
-14
/
+10
2023-12-20
drm/xe/mmio: stop incorrectly triggering drm_warn
Matthew Auld
1
-2
/
+2
2023-12-20
drm/xe/vram: start tracking the io_size
Matthew Auld
1
-13
/
+31
[next]