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
2012-07-26
Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...
Dave Airlie
20
-342
/
+585
2012-07-26
drm/nouveau: init vblank requests list
Marcin Slusarz
3
-6
/
+1
2012-07-26
drm/nv50: extend vblank semaphore to generic dmaobj + offset pair
Ben Skeggs
5
-53
/
+32
2012-07-26
drm/nouveau: mark most of our ioctls as deprecated, move to compat layer
Ben Skeggs
9
-267
/
+346
2012-07-26
drm/nouveau: move current gpuobj code out of nouveau_object.c
Ben Skeggs
3
-2
/
+2
2012-07-26
drm/nouveau/gem: fix object reference leak in a failure path
Ben Skeggs
1
-0
/
+1
2012-07-26
drm/nv50: rename INVALID_QUERY_OR_TEXTURE error to INVALID_OPERATION
Marcin Slusarz
1
-1
/
+1
2012-07-26
drm/nv84: decode PCRYPT errors
Marcin Slusarz
1
-3
/
+15
2012-07-26
drm/nouveau: dcb table quirk for fdo#50830
Ben Skeggs
1
-0
/
+12
2012-07-26
nouveau: Fix alignment requirements on src and dst addresses
Maarten Lankhorst
3
-10
/
+175
2012-07-25
drm: track dev_mapping in more robust and flexible way
Ilija Hadzic
1
-2
/
+1
2012-07-20
Merge tag 'v3.5-rc7' into drm-next
Dave Airlie
2
-1
/
+24
2012-07-20
drm: kill reclaim_buffers callback
Daniel Vetter
1
-1
/
+0
2012-07-20
drm: Make the .mode_fixup() operations mode argument a const pointer
Laurent Pinchart
8
-10
/
+14
2012-06-27
drm/nouveau: add license header to prime.
Dave Airlie
1
-0
/
+23
2012-06-26
drm/nouveau/fbcon: using nv_two_heads is not a good idea
Ben Skeggs
1
-1
/
+1
2012-05-31
nouveau: add vmap support to nouveau prime support
Dave Airlie
2
-0
/
+42
2012-05-31
nouveau: add stub dma-buf mmap functionality.
Dave Airlie
1
-0
/
+6
2012-05-24
Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
82
-3055
/
+9845
2012-05-24
drm/nouveau/nvd9: Fix GPIO initialisation sequence.
Marcin KoĆcielnicki
1
-1
/
+1
2012-05-24
drm/nouveau: Unregister switcheroo client on exit
Andreas Heider
1
-0
/
+2
2012-05-24
drm/nouveau: Check dsm on switcheroo unregister
Andreas Heider
1
-1
/
+2
2012-05-24
drm/nouveau: fix a minor annoyance in an output string
Ben Skeggs
1
-1
/
+1
2012-05-24
drm/nouveau: turn a BUG into a WARN
Ben Skeggs
1
-1
/
+1
2012-05-24
drm/nv50: decode PGRAPH DATA_ERROR = 0x24
Marcin Slusarz
1
-0
/
+1
2012-05-24
drm/nouveau/disp: fix dithering not being enabled on some eDP macbooks
Ben Skeggs
1
-1
/
+7
2012-05-24
drm/nvd9/copy: initialise copy engine, seems to work like nvc0
Ben Skeggs
1
-1
/
+2
2012-05-24
drm/nvc0/ttm: use copy engines for async buffer moves
Ben Skeggs
1
-9
/
+51
2012-05-24
drm/nva3/ttm: use copy engine for async buffer moves
Ben Skeggs
1
-1
/
+40
2012-05-24
drm/nv98/ttm: add in a (disabled) crypto engine buffer copy method
Ben Skeggs
1
-1
/
+20
2012-05-24
drm/nv84/ttm: use crypto engine for async buffer copies
Ben Skeggs
1
-0
/
+19
2012-05-24
drm/nouveau/ttm: untangle code to support accelerated buffer moves
Ben Skeggs
8
-94
/
+119
2012-05-24
drm/nouveau/fbcon: use fence for sync, rather than notifier
Ben Skeggs
1
-32
/
+2
2012-05-24
drm/nv98/crypt: non-stub implementation of the engine hooks
Ben Skeggs
3
-14
/
+1434
2012-05-24
drm/nouveau/fifo: turn all fifo modules into engine modules
Ben Skeggs
30
-1386
/
+1374
2012-05-24
drm/nv50/graph: remove ability to do interrupt-driven context switching
Ben Skeggs
1
-65
/
+0
2012-05-24
drm/nv50: remove manual context unload on context destruction
Ben Skeggs
3
-94
/
+7
2012-05-24
drm/nv50: remove execution engine context saves on suspend
Ben Skeggs
3
-14
/
+0
2012-05-24
drm/nv50/fifo: use hardware channel kickoff functionality
Ben Skeggs
3
-166
/
+43
2012-05-24
drm/nv50/gr: make sure NEXT_TO_CURRENT is executed even if nothing done
Ben Skeggs
1
-1
/
+1
2012-05-24
drm/nv50/fifo: construct playlist from hw context table state
Ben Skeggs
1
-14
/
+7
2012-05-24
drm/nouveau/fifo: remove all the "special" engine hooks
Ben Skeggs
13
-187
/
+62
2012-05-24
drm/nouveau/fence: fix a race where fence->channel can disappear
Ben Skeggs
6
-15
/
+26
2012-05-24
drm/nouveau/bios: fix some shadowing issues, particularly acpi
Ben Skeggs
1
-20
/
+10
2012-05-24
drm/nouveau: fix engine context destructor ordering
Ben Skeggs
1
-2
/
+1
2012-05-24
drm/nouveau/fence: convert to exec engine, and improve channel sync
Ben Skeggs
14
-473
/
+851
2012-05-24
drm/nouveau/fence: minor api changes for an upcoming rework
Ben Skeggs
8
-158
/
+134
2012-05-24
drm/nouveau/fence: make ttm interfaces wrap ours, not the other way around
Ben Skeggs
3
-71
/
+68
2012-05-24
drm/nouveau: move flip-related channel setup to software engine
Ben Skeggs
8
-62
/
+84
2012-05-24
drm/nouveau: create real execution engine for software object class
Ben Skeggs
19
-282
/
+567
[next]