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-04-11
Merge remote branch 'nouveau/drm-nouveau-fixes' of /ssd/git/drm-nouveau-next ...
Dave Airlie
10
-59
/
+129
2011-04-07
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
Linus Torvalds
5
-7
/
+7
2011-04-05
drm/nvc0: improve vm flush function
Ben Skeggs
1
-9
/
+15
2011-04-05
drm/nv50-nvc0: remove some code that doesn't belong here
Ben Skeggs
1
-3
/
+0
2011-04-05
drm/nv50: use "nv86" tlb flush method on everything except 0x50/0xac
Ben Skeggs
3
-10
/
+6
2011-04-05
drm/nouveau: quirk for XFX GT-240X-YA
Ben Skeggs
1
-0
/
+26
2011-04-05
drm/nv50-nvc0: work around an evo channel hang that some people see
David Dillow
1
-0
/
+1
2011-04-05
drm/nouveau: implement init table opcode 0x5c
Ben Skeggs
1
-3
/
+24
2011-04-05
drm/nouveau: fix oops on unload with disabled LVDS panel
Marcin Slusarz
1
-6
/
+7
2011-04-05
nv30: Fix parsing of perf table
Emil Velikov
1
-1
/
+1
2011-04-05
drm/nouveau: correct memtiming table parsing for nv4x
Roy Spliet
1
-27
/
+49
2011-04-05
drm: fix "persistant" typo
Jan Engelhardt
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
5
-7
/
+7
2011-03-23
nouveau: change the backlight parent device to the connector, not the PCI dev
Matthew Garrett
4
-20
/
+27
2011-03-23
backlight: add backlight type
Matthew Garrett
1
-0
/
+2
2011-03-16
Merge commit '5359533801e3dd3abca5b7d3d985b0b33fd9fe8b' into drm-core-next
Dave Airlie
7
-9
/
+28
2011-03-15
Merge remote branch 'nouveau/drm-nouveau-next' of ../drm-nouveau-next into dr...
Dave Airlie
12
-92
/
+257
2011-03-14
drm/nouveau: fix __nouveau_fence_wait performance
Marcin Slusarz
1
-3
/
+12
2011-03-14
drm/nv40: attempt to reserve just enough vram for all 32 channels
Ben Skeggs
2
-10
/
+27
2011-03-14
drm/nv50: check for vm traps on every gr irq
Ben Skeggs
5
-6
/
+5
2011-03-14
drm/nv50: decode vm faults some more
Ben Skeggs
1
-6
/
+142
2011-03-14
drm/nouveau: add nouveau_enum_find() util function
Ben Skeggs
3
-53
/
+66
2011-03-14
drm/nouveau: properly handle pushbuffer check failures
Marcin Slusarz
1
-2
/
+4
2011-03-14
drm/nvc0: remove vm hack forcing large/small pages to not share a PDE
Ben Skeggs
1
-12
/
+1
2011-03-14
Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next
Dave Airlie
1
-1
/
+4
2011-03-08
drm/nv50-nvc0: prevent multiple vm/bar flushes occuring simultanenously
Ben Skeggs
2
-0
/
+12
2011-03-08
drm/nouveau: fix regression causing ttm to not be able to evict vram
Ben Skeggs
2
-3
/
+5
2011-03-04
drm/nouveau: allocate kernel's notifier object at end of block
Ben Skeggs
3
-6
/
+11
2011-02-28
drm/nv50-nvc0: make sure vma is definitely unmapped when destroying bo
Ben Skeggs
1
-1
/
+4
2011-02-24
drm/nv50: flesh out ZCULL init and match nvidia on later chipsets
Ben Skeggs
1
-5
/
+34
2011-02-24
drm/nv50: support for compression
Ben Skeggs
9
-27
/
+78
2011-02-24
drm/nv50-nvc0: delay GART binding until move_notify time
Ben Skeggs
9
-87
/
+184
2011-02-24
drm/nouveau: rename nouveau_vram to nouveau_mem
Ben Skeggs
11
-70
/
+70
2011-02-24
drm/nvc0: allow creation of buffers with any non-compressed memtype
Ben Skeggs
1
-11
/
+25
2011-02-24
drm/nv50-nvc0: unmap buffers from the vm when they're evicted
Ben Skeggs
3
-7
/
+36
2011-02-24
drm/nv50-nvc0: move vm bind/unbind to move_notify hook
Ben Skeggs
1
-22
/
+37
2011-02-24
drm/nv50-nvc0: restrict memtype to those specified at creation time
Ben Skeggs
3
-5
/
+16
2011-02-24
drm/nouveau: pass domain rather than ttm flags to gem_new()
Ben Skeggs
4
-16
/
+17
2011-02-24
drm/nv50: simplify bo moves now that they're all through the vm
Ben Skeggs
2
-21
/
+15
2011-02-24
drm/nouveau: remove no_vm/mappable flags from nouveau_bo
Ben Skeggs
14
-109
/
+56
2011-02-24
drm/nouveau: Fix pageflip event
Benjamin Franzke
1
-1
/
+1
2011-02-24
drm/nouveau/vbios: parse more gpio tag bits from connector table
Ben Skeggs
1
-17
/
+8
2011-02-24
drm/nouveau: decode PFIFO DMA_PUSHER error codes
Marcin Slusarz
1
-3
/
+14
2011-02-24
drm/nv50: fix typos in CCACHE error reporting
Marcin Slusarz
1
-4
/
+4
2011-02-24
drm/nvc0: support for sw methods + enable page flipping
Ben Skeggs
3
-7
/
+23
2011-02-24
drm/nv50: enable page flipping
Ben Skeggs
3
-8
/
+12
2011-02-24
drm/nv50-nvc0: activate/update ds channel's framebuffer on modesets
Ben Skeggs
1
-1
/
+9
2011-02-24
drm/nv50-nvc0: initialise display sync channels
Ben Skeggs
6
-6
/
+246
2011-02-24
drm/nv50-nvc0: precalculate some fb state when creating them
Ben Skeggs
3
-55
/
+61
2011-02-24
drm/nv50-nvc0: tidy evo object creation some more
Ben Skeggs
3
-59
/
+62
[next]