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
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
/
nouveau
/
nouveau_bo.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-30
drm: Remove __OS_HAS_AGP
Daniel Vetter
1
-4
/
+4
2015-08-28
drm/nouveau/pci: merge agp handling from nouveau drm
Ben Skeggs
1
-9
/
+8
2015-08-28
drm/nouveau/device: remove pci/platform_device from common struct
Ben Skeggs
1
-9
/
+9
2015-08-28
drm/nouveau/device: cleaner abstraction for device resource functions
Ben Skeggs
1
-3
/
+4
2015-08-28
drm/nouveau/gr: convert to new-style nvkm_engine
Ben Skeggs
1
-1
/
+2
2015-08-28
drm/nouveau/fb: convert to new-style nvkm_subdev
Ben Skeggs
1
-9
/
+3
2015-08-28
drm/nouveau/bar: convert to new-style nvkm_subdev
Ben Skeggs
1
-5
/
+4
2015-08-28
drm/nouveau/imem: improve management of instance memory
Ben Skeggs
1
-1
/
+5
2015-08-28
drm/nouveau/nvif: use negative oclass identifier for internal classes
Ben Skeggs
1
-1
/
+1
2015-08-28
drm/nouveau/nvif: simplify and tidy library interfaces
Ben Skeggs
1
-2
/
+2
2015-08-28
drm/nouveau/fb: cosmetic changes
Ben Skeggs
1
-10
/
+10
2015-04-14
drm/nouveau: support for buffer moves via MaxwellDmaCopyA
Ben Skeggs
1
-0
/
+2
2015-01-22
drm/nouveau: finalise nvkm namespace switch (no binary change)
Ben Skeggs
1
-46
/
+46
2015-01-22
drm/nouveau/nvif: namespace of nvkm accessors (no binary change)
Ben Skeggs
1
-12
/
+12
2015-01-22
drm/nouveau/mmu: rename from vmmgr (no binary change)
Ben Skeggs
1
-4
/
+4
2015-01-22
drm/nouveau/bo: Remove unused function
Rickard Strandqvist
1
-14
/
+0
2014-12-22
drm/nouveau: fix missing return statement in nouveau_ttm_tt_unpopulate
Alexandre Courbot
1
-1
/
+3
2014-12-02
drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocation
Ben Skeggs
1
-7
/
+32
2014-12-02
drm/nouveau: we need pin_refcnt for nouveau_bo_placement_set()
Ben Skeggs
1
-5
/
+9
2014-12-02
drm/nouveau: fix pin refcnt leak in failure path
Ben Skeggs
1
-12
/
+12
2014-12-02
drm/nouveau: synchronize BOs when required
Alexandre Courbot
1
-0
/
+42
2014-12-02
drm/nouveau: implement explicitly coherent BOs
Alexandre Courbot
1
-8
/
+72
2014-12-02
drm/nouveau: warn when moving a pinned object
Alexandre Courbot
1
-2
/
+9
2014-10-01
drm/nouveau: export reservation_object from dmabuf to ttm
Maarten Lankhorst
1
-2
/
+2
2014-09-30
drm/ttm: add reservation_object as argument to ttm_bo_init
Maarten Lankhorst
1
-1
/
+1
2014-09-30
drm/nouveau: specify if interruptible wait is desired in nouveau_fence_sync
Maarten Lankhorst
1
-1
/
+1
2014-09-02
drm/nouveau: use shared fences for readable objects
Maarten Lankhorst
1
-4
/
+7
2014-09-02
drm/ttm: flip the switch, and convert to dma_fence
Maarten Lankhorst
1
-42
/
+6
2014-09-02
drm/nouveau: rework to new fence interface
Maarten Lankhorst
1
-2
/
+4
2014-09-01
drm/ttm: kill fence_lock
Maarten Lankhorst
1
-17
/
+8
2014-09-01
drm/nouveau: require reservations for nouveau_fence_sync and nouveau_bo_fence
Maarten Lankhorst
1
-0
/
+2
2014-08-27
drm/ttm: move fpfn and lpfn into each placement v2
Christian König
1
-15
/
+37
2014-08-15
drm/nouveau: kill unused variable warning if !__OS_HAS_AGP
Ben Skeggs
1
-2
/
+1
2014-08-09
drm/nouveau: use ram info from nvif_device
Ben Skeggs
1
-2
/
+1
2014-08-09
drm/nouveau: remove as much direct use of core headers as possible
Ben Skeggs
1
-1
/
+1
2014-08-09
drm/nouveau: remove (most) hardcoded object handle usage
Ben Skeggs
1
-5
/
+5
2014-08-09
drm/nouveau: port to nvif client/device/objects
Ben Skeggs
1
-13
/
+9
2014-08-09
drm/nouveau: initial pass at moving to struct nvif_device
Ben Skeggs
1
-29
/
+28
2014-08-09
drm/nouveau: kill nouveau_dev() + wrap register macros
Ben Skeggs
1
-1
/
+1
2014-08-09
drm/nouveau: fix some usages of the wrong print function
Ben Skeggs
1
-1
/
+1
2014-08-09
drm/nouveau: store a pointer to vm in nouveau_cli
Ben Skeggs
1
-6
/
+6
2014-08-09
drm/nouveau: map pages using DMA API
Alexandre Courbot
1
-6
/
+16
2014-08-09
drm/nouveau/bar: add noncached ioremap property
Alexandre Courbot
1
-5
/
+12
2014-07-22
drm/ttm: Fix a few sparse warnings
Thierry Reding
1
-3
/
+3
2014-03-26
support for platform devices
Alexandre Courbot
1
-10
/
+12
2014-02-18
drm/nouveau: fix TTM_PL_TT memtype on pre-nv50
Ilia Mirkin
1
-1
/
+1
2014-01-23
drm/nouveau/ttm: explicitly wait for bo idle before memcpy buffer move
Ben Skeggs
1
-19
/
+18
2014-01-23
drm/nouveau/ttm: explicity sync with kernel channel before moving buffer
Ben Skeggs
1
-28
/
+13
2014-01-23
drm/nouveau/ttm: tidy up creation of temporary buffer move vmas
Ben Skeggs
1
-20
/
+21
2014-01-23
drm/nv50-: map TTM_PL_SYSTEM through a BAR for CPU access
Maarten Lankhorst
1
-3
/
+17
[next]