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
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
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
/
etnaviv
/
etnaviv_mmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-23
drm/etnaviv: Drop the 'len' parameter of etnaviv_iommu_map() function
Sui Jingfeng
1
-2
/
+2
2023-07-17
drm/etnaviv: drop GPU initialized property
Lucas Stach
1
-0
/
+3
2022-09-23
drm/etnaviv: don't truncate physical page address
Lucas Stach
1
-2
/
+2
2022-08-26
drm/etnaviv: move idle mapping reaping into separate function
Lucas Stach
1
-8
/
+15
2022-04-06
drm/etnaviv: reap idle softpin mappings when necessary
Lucas Stach
1
-0
/
+39
2022-04-06
drm/etnaviv: move flush_seq increment into etnaviv_iommu_map/unmap
Lucas Stach
1
-2
/
+4
2022-04-06
drm/etnaviv: move MMU context ref/unref into map/unmap_gem
Lucas Stach
1
-0
/
+3
2022-04-06
drm/etnaviv: check for reaped mapping in etnaviv_iommu_unmap_gem
Lucas Stach
1
-0
/
+6
2021-09-16
drm/etnaviv: add missing MMU context put when reaping MMU mapping
Lucas Stach
1
-0
/
+1
2020-12-03
Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into ...
Dave Airlie
1
-0
/
+4
2020-10-30
drm/etnaviv: Add lockdep annotations for context lock
Guido Günther
1
-0
/
+4
2020-09-10
drm: etnaviv: fix common struct sg_table related issues
Marek Szyprowski
1
-11
/
+4
2019-10-29
drm/etnaviv: reinstate MMUv1 command buffer window check
Lucas Stach
1
-3
/
+14
2019-08-15
drm/etnaviv: allow to request specific virtual address for gem mapping
Lucas Stach
1
-2
/
+14
2019-08-15
drm/etnaviv: implement per-process address spaces on MMUv2
Lucas Stach
1
-10
/
+32
2019-08-15
drm/etnaviv: rework MMU handling
Lucas Stach
1
-99
/
+160
2019-08-15
drm/etnaviv: replace MMU flush marker with flush sequence
Lucas Stach
1
-3
/
+3
2019-08-15
drm/etnaviv: split out cmdbuf mapping into address space
Lucas Stach
1
-25
/
+44
2019-08-02
drm/etnaviv: drop use of drmP.h
Sam Ravnborg
1
-0
/
+2
2018-05-18
drm/etnaviv: replace license text with SPDX tags
Lucas Stach
1
-13
/
+2
2018-05-18
drm/etnaviv: remove cycling through MMU address space
Lucas Stach
1
-15
/
+1
2018-02-12
drm/etnaviv: use correct format specifier for size_t
Lucas Stach
1
-2
/
+2
2017-12-01
drm/etnaviv: Improve unlocking of a mutex in etnaviv_iommu_map_gem()
Markus Elfring
1
-8
/
+6
2017-10-10
drm/etnaviv: remove IOMMU dependency
Lucas Stach
1
-21
/
+12
2017-10-10
drm/etnaviv: mmu: mark local functions static
Lucas Stach
1
-4
/
+4
2017-10-10
drm/etnaviv: mmu: stop using iommu map/unmap functions
Lucas Stach
1
-13
/
+61
2017-10-10
drm/etnaviv: remove iommu fault handler
Lucas Stach
1
-9
/
+0
2017-02-03
drm: Improve drm_mm search (and fix topdown allocation) with rbtrees
Chris Wilson
1
-4
/
+7
2017-02-02
Merge branch 'drm-etnaviv-next' of https://git.pengutronix.de/git/lst/linux i...
Dave Airlie
1
-35
/
+25
2017-02-02
Revert "drm/etnaviv: trick drm_mm into giving out a low IOVA"
Lucas Stach
1
-6
/
+1
2017-02-02
drm/etnaviv: add cmdbuf suballocator
Lucas Stach
1
-25
/
+20
2017-02-02
drm/etnaviv: move cmdbuf de-/allocation into own file
Lucas Stach
1
-0
/
+1
2017-02-02
drm/etnaviv: always flush MMU TLBs on map/unmap
Lucas Stach
1
-4
/
+3
2017-01-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Dave Airlie
1
-1
/
+6
2017-01-11
drm/etnaviv: trick drm_mm into giving out a low IOVA
Lucas Stach
1
-1
/
+6
2016-12-28
drm: Compute tight evictions for drm_mm_scan
Chris Wilson
1
-1
/
+1
2016-12-27
drm: Extract struct drm_mm_scan from struct drm_mm
Chris Wilson
1
-4
/
+5
2016-10-10
drm/etnaviv: block 64K of address space behind each cmdstream
Lucas Stach
1
-1
/
+2
2016-09-15
drm/etnaviv: space out IOVA layout for cmdbufs on MMUv2
Lucas Stach
1
-1
/
+6
2016-09-15
drm/etnaviv: implement IOMMUv2 translation
Lucas Stach
1
-1
/
+1
2016-09-15
drm/etnaviv: map cmdbuf through MMU on version 2
Lucas Stach
1
-1
/
+41
2016-09-15
drm/etnaviv: split out iova search and MMU reaping logic
Lucas Stach
1
-25
/
+37
2016-09-15
drm/etnaviv: move gpu_va() to etnaviv mmu
Lucas Stach
1
-0
/
+6
2016-09-15
drm/etnaviv: move IOMMU domain allocation into etnaviv MMU
Lucas Stach
1
-7
/
+21
2016-09-15
drm/etnaviv: indirect IOMMU restore through etnaviv MMU
Lucas Stach
1
-0
/
+9
2016-09-15
drm/etnaviv: only try to use the linear window on MMUv1
Lucas Stach
1
-1
/
+2
2016-03-07
drm: etnaviv: clean up vram_mapping submission/retire path
Russell King
1
-1
/
+1
2015-12-15
drm/etnaviv: add initial etnaviv DRM driver
The etnaviv authors
1
-0
/
+299