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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-20
drm/nv50-/disp: initial work towards supporting external encoders
Ben Skeggs
10
-0
/
+197
2013-02-20
drm/nv50-/kms: remove unnecessary wait-for-completion points
Ben Skeggs
1
-10
/
+2
2013-02-20
drm/nv50-/disp: move DP link training to core and train from supervisor
Ben Skeggs
15
-555
/
+570
2013-02-20
drm/nv50-/disp: handle supervisor tasks from workqueue
Ben Skeggs
9
-32
/
+53
2013-02-20
drm/nouveau/i2c: create proper chipset-specific class implementations
Ben Skeggs
22
-395
/
+1092
2013-02-20
drm/nv50-/disp: 0x0000 is a valid udisp config value
Ben Skeggs
2
-17
/
+14
2013-02-20
drm/nv50/devinit: reverse the logic for running encoder init scripts
Ben Skeggs
1
-6
/
+8
2013-02-20
drm/nouveau/bios: store a type/mask hash in parsed dcb data
Ben Skeggs
2
-13
/
+18
2013-02-20
drm/nouveau/i2c: extend type to 16-bits, add lookup-by-type function
Ben Skeggs
2
-1
/
+16
2013-02-20
drm/nouveau/i2c: aux channels not necessarily on nvio
Ben Skeggs
5
-148
/
+193
2013-02-20
drm/nouveau/i2c: fix a bit of a thinko in nv_wri2cr helper functions
Ben Skeggs
1
-4
/
+4
2013-02-20
drm/nouveau/bios: parse external transmitter type if off-chip
Ben Skeggs
2
-1
/
+5
2013-02-20
drm/nouveau: store i2c port pointer directly in nouveau_encoder
Ben Skeggs
5
-22
/
+33
2013-02-20
drm/nouveau/i2c: handle i2c/aux mux outside of port lookup function
Ben Skeggs
2
-21
/
+36
2013-02-20
drm/nv50/graph: avoid touching 400724, it doesn't exist
Ben Skeggs
1
-2
/
+1
2013-02-20
drm/nouveau: Fix DPMS 1 on G4 Snowball, from snow white to coal black.
Stefan de Konink
1
-2
/
+2
2013-02-20
drm/nouveau/disp: sizeof() wrong pointer
Dan Carpenter
2
-4
/
+4
2013-02-20
drm/nv84-/fence: prepare for emit/sync support of sysram sequences
Ben Skeggs
8
-62
/
+65
2013-02-20
drm/nouveau/fence: make internal hooks part of the context
Ben Skeggs
8
-45
/
+48
2013-02-20
drm/nv17/fence: split from nv10 code
Ben Skeggs
5
-98
/
+158
2013-02-20
drm/nv84-/fence: abstract class emit/sync functions to virt+sequence
Ben Skeggs
3
-50
/
+53
2013-02-20
drm/nv84/fence: access fences with full virtual address, not offset
Ben Skeggs
4
-191
/
+149
2013-02-20
drm/nouveau/gpio/nve0: interrupt regs moved on kepler apparently
Ben Skeggs
8
-16
/
+159
2013-02-20
drm/nouveau/gpio: use event interfaces for interrupt signalling
Ben Skeggs
9
-219
/
+127
2013-02-20
drm/nouveau/gpio: pass number of on-die gpio lines to base
Ben Skeggs
5
-7
/
+10
2013-02-20
drm/nouveau/drm: store full dcb gpio function data in connector
Ben Skeggs
4
-12
/
+17
2013-02-20
drm/nouveau/fence/nv84-: put processes to sleep while waiting on fences
Ben Skeggs
5
-5
/
+92
2013-02-20
drm/nouveau/fifo/nvc0: bash some magic reg to make uevent interrupt work
Ben Skeggs
1
-0
/
+1
2013-02-20
drm/nouveau/fifo/nv84: support user event trigger
Ben Skeggs
3
-1
/
+27
2013-02-20
drm/nouveau/fifo/nvc0-: use interrupt 31 as an event trigger
Ben Skeggs
4
-3
/
+56
2013-02-20
drm/nouveau/disp: port vblank handling to event interface
Ben Skeggs
19
-216
/
+226
2013-02-20
drm/nouveau/disp/nv04: implement a base display object class
Ben Skeggs
4
-0
/
+19
2013-02-20
drm/nouveau/core: basic event interface between core and drm
Ben Skeggs
3
-0
/
+143
2013-02-20
drm/nouveau/fifo/nvc0: improve interrupt handler somewhat
Ben Skeggs
1
-3
/
+33
2013-02-20
drm/nv50/disp: fix missing sor modectrl sync flags
Ben Skeggs
1
-1
/
+6
2013-02-20
drm/nouveau/therm: reduce stack usage of nouveau_therm_ic_ctor
Marcin Slusarz
1
-25
/
+27
2013-02-20
drm/nouveau/therm: use workqueue to shutdown the machine
Marcin Slusarz
1
-2
/
+16
2013-02-20
drm/nv40/therm: reset temperature sensor on init
Marcin Slusarz
1
-1
/
+11
2013-02-20
drm/nouveau/therm: turn on fan only when threshold hit in positive direction
Marcin Slusarz
1
-4
/
+7
2013-02-20
drm/nouveau: report channel owner in ioctl error paths
Marcin Slusarz
1
-38
/
+41
2013-02-20
drm/nouveau/therm: always initialize alarm_program_lock
Marcin Slusarz
2
-1
/
+1
2013-02-20
drm/nouveau: handle backlight_device_register failure
Marcin Slusarz
1
-0
/
+2
2013-02-20
drm/nouveau: use kmemdup for edid allocation/copying
Marcin Slusarz
1
-3
/
+4
2013-02-20
drm/nouveau: use drm_property_create_range helper
Marcin Slusarz
1
-8
/
+4
2013-02-20
drm/nouveau: remove unnecessary null pointer check from nouveau_fence_new
Cong Ding
1
-5
/
+3
2013-02-20
drm/nvc0/graph: remove redundant null checks
Marcin Slusarz
1
-6
/
+3
2013-02-20
drm/nouveau/fan: fix selection of fan speed when fan->get returns an error
Marcin Slusarz
1
-3
/
+3
2013-02-20
drm/nouveau: quiet static-related sparse noise
Marcin Slusarz
8
-11
/
+11
2013-02-20
drm/nouveau/bios: tiny debugging messages fixes
Marcin Slusarz
1
-2
/
+2
2013-02-20
drm/nouveau: mark nv_printk_ as printf-like function
Marcin Slusarz
10
-16
/
+17
[next]