index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-20
drm/nouveau/kms/nv50-: create connectors based on nvkm info
Ben Skeggs
8
-72
/
+139
2023-09-20
drm/nouveau/kms/nv50-: name aux channels after their connector
Ben Skeggs
1
-16
/
+9
2023-09-20
drm/nouveau/kms/nv50-: create heads after outps/conns
Ben Skeggs
1
-32
/
+32
2023-09-20
drm/nouveau/kms/nv50-: create heads based on nvkm head mask
Ben Skeggs
1
-15
/
+3
2023-09-20
drm/nouveau/disp/nv50-: skip DCB_OUTPUT_TV
Ben Skeggs
1
-1
/
+1
2023-09-20
drm/nouveau/disp: move outp init/fini paths to chipset code
Ben Skeggs
6
-56
/
+22
2023-09-20
drm/nouveau/disp: move outp/conn construction to chipset code
Ben Skeggs
2
-118
/
+121
2023-09-20
drm/nouveau/disp: add dp mst id get/put methods
Ben Skeggs
9
-4
/
+137
2023-09-20
drm/nouveau/disp: add dp sst config method
Ben Skeggs
5
-0
/
+54
2023-09-20
drm/nouveau/disp: move link training out of supervisor
Ben Skeggs
9
-146
/
+218
2023-09-20
drm/nouveau/disp: add dp train method
Ben Skeggs
9
-176
/
+143
2023-09-20
drm/nouveau/kms/nv50-: fixup sink D3 before tearing down link
Ben Skeggs
3
-10
/
+19
2023-09-20
drm/nouveau/kms/nv50-: flush mst disables together
Ben Skeggs
2
-11
/
+1
2023-09-20
drm/nouveau/kms/nv50-: split DP disable+enable into two modesets
Ben Skeggs
1
-1
/
+2
2023-09-20
drm/nouveau/disp: add dp rates method
Ben Skeggs
8
-99
/
+189
2023-09-20
drm/nouveau/disp: add dp aux xfer method
Ben Skeggs
9
-31
/
+94
2023-09-20
drm/nouveau/disp: move dp aux pwr method to HAL
Ben Skeggs
3
-3
/
+16
2023-09-20
drm/nouveau/disp: add hdmi audio hal function
Ben Skeggs
2
-1
/
+10
2023-09-20
drm/nouveau/disp: add output lvds config method
Ben Skeggs
5
-22
/
+28
2023-09-20
drm/nouveau/disp: add output backlight control methods
Ben Skeggs
22
-81
/
+233
2023-09-20
drm/nouveau/disp: remove SOR routing updates from supervisor
Ben Skeggs
3
-3
/
+0
2023-09-20
drm/nouveau/disp: release outputs post-modeset
Ben Skeggs
3
-10
/
+11
2023-09-20
drm/nouveau/disp: move hdmi disable out of release()
Ben Skeggs
3
-9
/
+20
2023-09-20
drm/nouveau/disp: add output hdmi config method
Ben Skeggs
7
-60
/
+74
2023-09-20
drm/nouveau/kms/nv50-: move audio enable post-modeset
Ben Skeggs
2
-4
/
+34
2023-09-20
drm/nouveau/kms/nv50-: keep output state around until modeset complete
Ben Skeggs
1
-4
/
+6
2023-09-20
drm/nouveau/kms/nv50-: remove nv_encoder.audio.connector
Ben Skeggs
2
-4
/
+1
2023-09-20
drm/nouveau/kms/nv50-: pull some common init out of OR-specific code
Ben Skeggs
2
-33
/
+38
2023-09-20
drm/nouveau/disp: update SOR routing immediately on acquire()
Ben Skeggs
2
-1
/
+3
2023-09-20
drm/nouveau/disp: add acquire_sor/pior()
Ben Skeggs
5
-26
/
+50
2023-09-20
drm/nouveau/disp: add acquire_dac()
Ben Skeggs
5
-12
/
+19
2023-09-20
drm/nouveau/disp: shuffle to make upcoming diffs prettier
Ben Skeggs
2
-89
/
+91
2023-09-20
drm/nouveau/kms: Add INHERIT ioctl to nvkm/nvif for reading IOR state
Lyude Paul
8
-13
/
+291
2023-09-20
drm/nouveau/disp: rename internal output acquire/release functions
Ben Skeggs
3
-12
/
+19
2023-09-20
drm/nouveau/disp: add output method to fetch edid
Ben Skeggs
6
-9
/
+70
2023-09-20
drm/nouveau/disp: add output detect method
Ben Skeggs
13
-101
/
+145
2023-09-20
drm/nouveau/disp: rearrange output methods
Ben Skeggs
2
-14
/
+17
2023-09-20
drm/nouveau/kms/nv50-: fix mst payload alloc fail crashing evo
Ben Skeggs
1
-3
/
+7
2023-09-20
drm/nouveau/mmu/gp100-: always invalidate TLBs at CACHE_LEVEL_ALL
Ben Skeggs
2
-2
/
+2
2023-09-20
drm/nouveau/gr/gf100-: lose contents of global ctxbufs across suspend
Ben Skeggs
1
-5
/
+5
2023-09-20
drm/nouveau/imem: support allocations not preserved across suspend
Ben Skeggs
5
-8
/
+30
2023-09-20
drm/nouveau/devinit/tu102-: remove attempt at loading PreOS
Ben Skeggs
1
-10
/
+2
2023-09-18
drm/dp_mst: Tune down error message during payload addition
Imre Deak
1
-2
/
+2
2023-09-18
drm/dp_mst: Sanitize error return during payload addition
Imre Deak
1
-14
/
+12
2023-09-18
drm/dp_mst: Fix NULL dereference during payload addition
Imre Deak
1
-1
/
+2
2023-09-18
drm/bridge: dw-hdmi-cec: Add arbitration lost event
Jernej Skrabec
1
-1
/
+5
2023-09-15
drm/nouveau/pm: refactor deprecated strncpy
Justin Stitt
1
-4
/
+3
2023-09-15
drm/nouveau/core: refactor deprecated strncpy
Justin Stitt
1
-2
/
+1
2023-09-15
drm/nouveau/nvif: refactor deprecated strncpy
Justin Stitt
1
-1
/
+1
2023-09-15
drm/komeda: add NV12 format to support writeback layer type
baozhu.liu
1
-1
/
+1
[next]