index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-21
Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2013-11-19
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+2
2013-11-15
Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...
Dave Airlie
6
-22
/
+9
2013-11-15
ACPI: Eliminate the DEVICE_ACPI_HANDLE() macro
Rafael J. Wysocki
1
-1
/
+1
2013-11-14
drm/nvc0-/gr: shift wrapping bug in nvc0_grctx_generate_r406800
Dan Carpenter
1
-1
/
+1
2013-11-14
drm/nouveau/pwr: fix missing mutex unlock in a failure path
Ben Skeggs
1
-5
/
+5
2013-11-14
drm/nv40/therm: fix slowing down fan when pstate undefined
Ben Skeggs
1
-1
/
+2
2013-11-14
drm/nvc0-: remove nasty fifo swmthd hack for flip completion method
Ben Skeggs
2
-14
/
+0
2013-11-14
drm/nvc8/mc: msi rearm is via the nvc0 method
Ben Skeggs
1
-1
/
+1
2013-11-10
drm/nouveau: fix 32-bit build
Dave Airlie
1
-1
/
+1
2013-11-08
Merge tag 'drm-intel-fixes-2013-11-07' of git://people.freedesktop.org/~danve...
Dave Airlie
1
-1
/
+0
2013-11-08
drm/nouveau/fb: implement various bits of work towards memory reclocking
Ben Skeggs
20
-60
/
+3089
2013-11-08
drm/nouveau/device: initial control object class, with pstate control methods
Ben Skeggs
4
-2
/
+195
2013-11-08
drm/nouveau/clk: implement power state and engine clock control in core
Ben Skeggs
18
-65
/
+2586
2013-11-08
drm/nouveau/volt: implement voltage control in core
Ben Skeggs
8
-0
/
+457
2013-11-08
drm/nouveau/bios: parsing for various tables required for power management
Ben Skeggs
15
-8
/
+963
2013-11-08
drm/nouveau/perfmon: initial infrastructure to expose performance counters
Ben Skeggs
21
-2
/
+1607
2013-11-08
drm/nouveau/bus: add interfaces/helpers for sequencer
Ben Skeggs
8
-15
/
+370
2013-11-08
drm/nouveau/bus: make external class definitions pointers
Ben Skeggs
14
-176
/
+133
2013-11-08
drm/nouveau/pwr: initial implementation
Ben Skeggs
29
-0
/
+7085
2013-11-08
drm/nouveau/therm: update target fanspeed outside of therm lock
Ben Skeggs
1
-6
/
+8
2013-11-08
drm/nouveau/therm: automatic mode by default
Ben Skeggs
1
-1
/
+1
2013-11-08
drm/nouveau/therm: no toggle fan control either if we can't guarantee no pwm ...
Ben Skeggs
1
-0
/
+7
2013-11-08
drm/nvc0/therm: allow fan control if we've killed the vbios ppwr ucode
Ben Skeggs
1
-3
/
+4
2013-11-08
drm/nouveau/therm: if no bios trip/linear info, default to perf-suggested speed
Ben Skeggs
2
-3
/
+15
2013-11-08
drm/nouveau/therm: add hook for clk to suggest fanspeed to therm
Ben Skeggs
4
-1
/
+17
2013-11-08
drm/nouveau/pwr: assign a subdev id for upcoming implementation
Ben Skeggs
1
-0
/
+1
2013-11-08
drm/nouveau/gpio: return different error code for not found vs invalid
Ben Skeggs
1
-1
/
+1
2013-11-08
drm/nouveau/core: make all info-level messages silent for runtime pm
Ben Skeggs
5
-49
/
+39
2013-11-08
drm/nouveau/fifo: make external class definitions into pointers
Ben Skeggs
17
-86
/
+86
2013-11-08
drm/nouveau/device: recognise GK208
Ben Skeggs
2
-13
/
+48
2013-11-08
drm/nvc0-/gr: fix a number of missing explicit array terminators...
Ben Skeggs
3
-0
/
+6
2013-11-08
drm/nouveau/mc: fix (incorrect) reporting of unknown pending intr bits
Ben Skeggs
1
-6
/
+11
2013-11-08
drm/nouveau/disp: semi-complete link training sequence even if display disapp...
Ben Skeggs
1
-16
/
+32
2013-11-08
drm/nouveau/bios: some older boards have shorter displayport tables
Ben Skeggs
1
-3
/
+7
2013-11-08
drm/nvd0-/disp: reorder writes to lane current control regs
Ben Skeggs
1
-4
/
+8
2013-11-08
drm/nv94-nvc0/disp: reorder writes to lane current control regs
Ben Skeggs
1
-4
/
+8
2013-11-08
drm/nouveau/disp: log if DP link training fails
Ben Skeggs
1
-1
/
+3
2013-11-08
drm/nouveau/i2c: use a custom bitbanging delay for the adt7473
Martin Peres
3
-33
/
+55
2013-11-08
drm/nvd9-/disp: disable display underflow reporting at init
Ben Skeggs
1
-0
/
+9
2013-11-08
drm/nva0/clk: fix accidental limiting of pll coefficients
Ben Skeggs
1
-13
/
+16
2013-11-08
drm/nv50-nvaf/fb: split fbram oclass in preparation for reclocking
Ben Skeggs
8
-52
/
+182
2013-11-08
drm/nouveau/fb: merge more bits and pieces into oclass definitions
Ben Skeggs
27
-519
/
+272
2013-11-08
drm/nouveau/fb: remove ram oclass argument from base fb constructor
Ben Skeggs
24
-107
/
+135
2013-11-08
drm/nv50-nvaf/fb: split the class definitions up a bit
Ben Skeggs
8
-44
/
+199
2013-11-08
drm/nouveau/fb: make external class definitions pointers
Ben Skeggs
26
-113
/
+113
2013-11-08
drm/nvaa/mc: blacklist msi to off by default
Ben Skeggs
1
-11
/
+19
2013-11-08
drm/nv50-nv86,nv92/mc: rearm msi via pci config space, rather than mmio mirror
Ben Skeggs
5
-4
/
+51
2013-11-08
drm/nvc0,nvc4/mc: handle 0xc0's "special" msi rearm
Ben Skeggs
12
-32
/
+132
2013-11-08
drm/nouveau/mc: store static data in nouveau_mc class definition
Ben Skeggs
16
-215
/
+151
[next]