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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-06
drm/nvc0: fix init without firmware present
Ben Skeggs
1
-5
/
+3
2011-01-01
drm/nvc0/pgraph: fix 0x406028/0x405870 init
Ben Skeggs
1
-3
/
+7
2010-12-31
drm/nvc0/pgraph: more unit names
Ben Skeggs
1
-6
/
+6
2010-12-31
drm/nvc0/pfifo: support for chipsets with only one PSUBFIFO (0xc1)
Ben Skeggs
1
-6
/
+12
2010-12-30
drm/nvc0: reserve only subc 0 for kernel use
Ben Skeggs
2
-9
/
+15
2010-12-30
drm/nv50: sync up gr data error names with rnn, use for nvc0 also
Ben Skeggs
3
-13
/
+44
2010-12-30
drm/nvc0: parse a couple more PGRAPH_INTR
Ben Skeggs
1
-0
/
+16
2010-12-29
drm/nvc0: nuke left-over debug messages
Ben Skeggs
2
-3
/
+0
2010-12-29
drm/nvc0: kill off a couple more magics
Ben Skeggs
3
-19
/
+21
2010-12-27
drm/nouveau: Validate channel indices passed from userspace.
Michel Hermier
1
-0
/
+3
2010-12-27
drm/nouveau: Only select ACPI_VIDEO if its dependencies are met
Ben Hutchings
1
-1
/
+1
2010-12-21
drm/nvc0: accelerate ttm buffer moves
Ben Skeggs
1
-1
/
+56
2010-12-21
drm/nvc0: initial support for tiled buffer objects
Ben Skeggs
5
-25
/
+62
2010-12-21
drm/nvc0: implement fbcon acceleration
Ben Skeggs
4
-6
/
+300
2010-12-21
drm/nvc0: implement pgraph engine hooks
Ben Skeggs
6
-3
/
+3631
2010-12-21
drm/nvc0: implement pfifo engine hooks
Ben Skeggs
2
-0
/
+361
2010-12-21
drm/nvc0: implement fencing
Ben Skeggs
1
-8
/
+20
2010-12-21
drm/nvc0: fix channel dma init paths
Ben Skeggs
3
-10
/
+38
2010-12-21
drm/nvc0: skip dma object creation for drm channel
Ben Skeggs
1
-0
/
+5
2010-12-21
drm/nvc0: implement channel structure initialisation
Ben Skeggs
1
-4
/
+20
2010-12-21
drm/nvc0: gpuobj_new need only check validity and init the relevant engine
Ben Skeggs
1
-4
/
+11
2010-12-21
drm/nvc0: reject the notifier_alloc ioctl
Ben Skeggs
1
-0
/
+5
2010-12-21
drm/nvc0: create shared channel vm
Ben Skeggs
1
-0
/
+16
2010-12-21
drm/nvc0: initial vm implementation, use for bar1/bar3 management
Ben Skeggs
8
-204
/
+266
2010-12-21
drm/nvc0: import initial vm backend
Ben Skeggs
7
-7
/
+169
2010-12-21
drm/nouveau: modify vm to accomodate dual page tables for nvc0
Ben Skeggs
4
-75
/
+65
2010-12-20
drm/nv50: add missing license header to nv50_fbcon.c
Ben Skeggs
1
-0
/
+24
2010-12-21
drm/nv50: fix smatch warning in nv50_vram.c
Ben Skeggs
1
-1
/
+2
2010-12-21
drm/nouveau: sizeof() vs ARRAY_SIZE()
Dan Carpenter
1
-1
/
+1
2010-12-16
drm/nv50: fix a couple of vm init issues
Francisco Jerez
1
-6
/
+7
2010-12-08
drm/nv04-nv40: Fix up PCI(E) GART DMA object bus address calculation.
Francisco Jerez
3
-18
/
+10
2010-12-08
drm/nouveau: kick vram functions out into an "engine"
Ben Skeggs
7
-51
/
+74
2010-12-08
drm/nouveau: allow gpuobj vinst to be a virtual address when necessary
Ben Skeggs
2
-2
/
+24
2010-12-08
drm/nv50: tidy up PCIEGART implementation
Ben Skeggs
5
-95
/
+79
2010-12-08
drm/nv50: enable non-contig vram allocations where requested
Ben Skeggs
1
-1
/
+5
2010-12-08
drm/nv50: enable 4KiB pages for small vram allocations
Ben Skeggs
2
-19
/
+25
2010-12-08
drm/nv50: implement global channel address space on new VM code
Ben Skeggs
13
-216
/
+86
2010-12-08
drm/nv50: implement BAR1/BAR3 management on top of new VM code
Ben Skeggs
4
-153
/
+162
2010-12-08
drm/nv50: import new vm code
Ben Skeggs
11
-22
/
+714
2010-12-08
drm/nv50: implement custom vram mm
Ben Skeggs
8
-122
/
+650
2010-12-08
drm/nouveau: Avoid potential race between nouveau_fence_update() and context ...
Francisco Jerez
1
-8
/
+11
2010-12-08
drm/nouveau: fix use of drm_mm_node in semaphore object
Ben Skeggs
1
-3
/
+2
2010-12-08
drm/nouveau: wrap calls to ttm_bo_validate()
Ben Skeggs
3
-5
/
+20
2010-12-08
drm/nouveau: no need to zero dma objects, we fill them completely anyway
Ben Skeggs
1
-5
/
+2
2010-12-08
drm/nouveau: introduce a util function to wait on reg != val
Ben Skeggs
4
-13
/
+35
2010-12-08
drm/nouveau: implicitly insert non-DMA objects into RAMHT
Ben Skeggs
6
-80
/
+43
2010-12-08
drm/nouveau: make fifo.create_context() responsible for mapping control regs
Ben Skeggs
5
-21
/
+29
2010-12-08
drm/nouveau: Spin for a bit in nouveau_fence_wait() before yielding the CPU.
Francisco Jerez
1
-1
/
+2
2010-12-08
drm/nouveau: Use WC memory on the AGP GART.
Francisco Jerez
1
-2
/
+3
2010-12-08
drm/nouveau: Synchronize with the user channel before GPU object destruction.
Francisco Jerez
4
-28
/
+28
[next]