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
/
drm
/
nouveau
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-16
drm/nouveau: Use drm_crtc_vblank_off/on
Daniel Vetter
2
-10
/
+6
2016-11-14
drm/nouveau: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops
Stefan Christ
1
-14
/
+2
2016-11-07
drm/nouveau/fifo/gf100-: protect channel preempt with subdev mutex
Ben Skeggs
2
-6
/
+11
2016-11-07
drm/nouveau/gr: fallback to legacy paths during firmware lookup
Alexandre Courbot
1
-4
/
+46
2016-11-07
drm/nouveau/kms/nv50: initial support for DP 1.2 multi-stream
Ben Skeggs
4
-2
/
+571
2016-11-07
drm/nouveau/kms/nv50: allow encoder update to be called from other modules
Ben Skeggs
2
-44
/
+44
2016-11-07
drm/nouveau/kms/nv50: rename remaining nv50_crtc to nv50_head
Ben Skeggs
1
-58
/
+55
2016-11-07
drm/nouveau/kms/nv50: remove code to create ctxdma for every framebuffer
Ben Skeggs
3
-90
/
+7
2016-11-07
drm/nouveau/kms/nv50: remove code to support non-atomic page flips
Ben Skeggs
8
-288
/
+27
2016-11-07
drm/nouveau/kms/nv50: remove code to support non-atomic connector properties
Ben Skeggs
4
-27
/
+9
2016-11-07
drm/nouveau/kms/nv50: remove code to support non-atomic dpms
Ben Skeggs
2
-84
/
+2
2016-11-07
drm/nouveau/kms/nv50: remove code to support non-atomic modesets
Ben Skeggs
1
-386
/
+0
2016-11-07
drm/nouveau/kms/nv50: transition to atomic interfaces internally
Ben Skeggs
3
-89
/
+779
2016-11-07
drm/nouveau/kms/nv50: turn mode_set_base_atomic() into a stub
Ben Skeggs
1
-3
/
+1
2016-11-07
drm/nouveau/kms/nv50: convert encoder mode_fixup into an atomic_check()
Ben Skeggs
1
-17
/
+53
2016-11-07
drm/nouveau/kms/nv50: clean-up encoder functions
Ben Skeggs
3
-140
/
+122
2016-11-07
drm/nouveau/kms/nv50: ensure encoder normal power state is enabled at startup
Ben Skeggs
1
-0
/
+19
2016-11-07
drm/nouveau/kms/nv50: prepare ctxdma interface to be usable with atomic
Ben Skeggs
1
-105
/
+92
2016-11-07
drm/nouveau/kms/nv50: separate out cursor channel commit
Ben Skeggs
1
-40
/
+158
2016-11-07
drm/nouveau/kms/nv50: separate out base channel commit
Ben Skeggs
1
-92
/
+743
2016-11-07
drm/nouveau/kms/nv50: separate out vblank dmi commit
Ben Skeggs
1
-22
/
+2
2016-11-07
drm/nouveau/kms/nv50: separate out procamp commit
Ben Skeggs
1
-17
/
+50
2016-11-07
drm/nouveau/kms/nv50: separate out dither commit
Ben Skeggs
1
-31
/
+70
2016-11-07
drm/nouveau/kms/nv50: separate out viewport commit
Ben Skeggs
2
-93
/
+129
2016-11-07
drm/nouveau/kms/nv50: separate out base/ovly channel usage bounds commit
Ben Skeggs
1
-15
/
+71
2016-11-07
drm/nouveau/kms/nv50: separate out cursor surface commit
Ben Skeggs
2
-51
/
+97
2016-11-07
drm/nouveau/kms/nv50: separate out lut commit
Ben Skeggs
1
-51
/
+70
2016-11-07
drm/nouveau/kms/nv50: separate out core surface commit
Ben Skeggs
1
-45
/
+175
2016-11-07
drm/nouveau/kms/nv50: separate out mode commit
Ben Skeggs
2
-55
/
+167
2016-11-07
drm/nouveau/kms/nv50: give more useful names to encoders
Ben Skeggs
1
-3
/
+6
2016-11-07
drm/nouveau/kms/nv50: control evo trace output with DRM_UT_KMS
Ben Skeggs
1
-7
/
+5
2016-11-07
drm/nouveau/kms/nv50: switch mst sink back into sst mode
Ben Skeggs
4
-10
/
+142
2016-11-07
drm/nouveau/kms: never call drm_helper_disable_unused_functions() with atomic
Ben Skeggs
1
-1
/
+2
2016-11-07
drm/nouveau/kms: prepare to support suspend/resume of display state with atomic
Ben Skeggs
2
-0
/
+140
2016-11-07
drm/nouveau/kms: prepare to support vbl timestamp calculation with atomic
Ben Skeggs
1
-2
/
+6
2016-11-07
drm/nouveau/kms: prepare to support legacy connector set_property with atomic
Ben Skeggs
1
-0
/
+3
2016-11-07
drm/nouveau/kms: prepare to support legacy connector dpms with atomic
Ben Skeggs
1
-3
/
+14
2016-11-07
drm/nouveau/kms: separate connector property attach from nouveau_connector
Ben Skeggs
2
-62
/
+78
2016-11-07
drm/nouveau/kms: subclass atomic connector state
Ben Skeggs
4
-221
/
+339
2016-11-07
drm/nouveau/kms: execute drm_mode_config_reset() after constructing display
Ben Skeggs
1
-0
/
+2
2016-11-07
drm/nouveau/kms: move drm_crtc_force_disable_all() earlier
Ben Skeggs
3
-5
/
+7
2016-11-07
drm/nouveau/kms: drop dpms off/on in response to hotplug
Ben Skeggs
1
-8
/
+0
2016-11-07
drm/nouveau/fbcon: refcount the drm_framebuffer
Ben Skeggs
4
-38
/
+34
2016-11-07
drm/nouveau/fbcon: make use of drm_fb_helper.fb
Ben Skeggs
4
-33
/
+25
2016-11-07
drm/nouveau/fbcon: make use of drm_fb_helper.dev
Ben Skeggs
5
-22
/
+20
2016-11-07
drm/nouveau/disp/g94-: stop listening for dp (sst) retrain irq when disabling...
Ben Skeggs
2
-0
/
+2
2016-11-07
drm/nouveau/disp/sor/gf119-: add method to program mst payload information
Ben Skeggs
6
-0
/
+50
2016-11-07
drm/nouveau/disp/sor/gf119-: add method to control mst enable
Ben Skeggs
5
-11
/
+43
2016-11-07
drm/nouveau/disp/dp: remove workqueue for link training
Ben Skeggs
7
-37
/
+20
2016-11-07
drm/nouveau/nvif: helper to match against supported class list
Ben Skeggs
1
-0
/
+29
[next]