index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_uvmm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-17
drm/nouveau: Constify struct nouveau_job_ops
Christophe JAILLET
1
-1
/
+1
2024-03-28
nouveau/uvmm: fix addr/range calcs for remap operations
Dave Airlie
1
-3
/
+3
2024-02-12
drm/nouveau: don't fini scheduler if not initialized
Danilo Krummrich
1
-1
/
+1
2023-12-10
drm/exec: Pass in initial # of objects
Rob Clark
1
-1
/
+1
2023-11-30
drm/nouveau: Removes unnecessary args check in nouveau_uvmm_sm_prepare
Yuran Pereira
1
-1
/
+4
2023-11-24
drm/nouveau: enable dynamic job-flow control
Danilo Krummrich
1
-1
/
+3
2023-11-24
drm/nouveau: implement 1:1 scheduler - entity relationship
Danilo Krummrich
1
-48
/
+21
2023-11-24
drm/nouveau: use GPUVM common infrastructure
Danilo Krummrich
1
-62
/
+72
2023-11-13
drm/gpuvm: add an abstraction for a VM / BO combination
Danilo Krummrich
1
-18
/
+45
2023-11-13
drm/gpuvm: reference count drm_gpuvm structures
Danilo Krummrich
1
-5
/
+15
2023-11-13
drm/nouveau: separately allocate struct nouveau_uvmm
Danilo Krummrich
1
-32
/
+31
2023-11-13
drm/gpuvm: add drm_gpuvm_flags to drm_gpuvm
Danilo Krummrich
1
-1
/
+1
2023-11-13
drm/nouveau: make use of the GPUVM's shared dma-resv
Danilo Krummrich
1
-5
/
+2
2023-11-13
drm/gpuvm: add common dma-resv per struct drm_gpuvm
Danilo Krummrich
1
-2
/
+11
2023-11-13
drm/nouveau: make use of drm_gpuvm_range_valid()
Danilo Krummrich
1
-16
/
+1
2023-11-13
drm/gpuvm: convert WARN() to drm_WARN() variants
Danilo Krummrich
1
-1
/
+2
2023-09-26
drm/nouveau: uvmm: rename 'umgr' to 'base'
Danilo Krummrich
1
-16
/
+16
2023-09-26
drm/gpuvm: rename struct drm_gpuva_manager to struct drm_gpuvm
Danilo Krummrich
1
-14
/
+14
2023-08-22
drm/nouveau: uvmm: fix unset region pointer on remap
Danilo Krummrich
1
-0
/
+1
2023-08-08
drm/nouveau: uvmm: remove dedicated VM pointer from VMAs
Danilo Krummrich
1
-5
/
+4
2023-08-08
drm/nouveau: uvmm: remove incorrect calls to mas_unlock()
Danilo Krummrich
1
-6
/
+2
2023-08-08
drm/nouveau: remove incorrect __user annotations
Danilo Krummrich
1
-3
/
+3
2023-08-04
drm/nouveau: implement new VM_BIND uAPI
Danilo Krummrich
1
-0
/
+1921