index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
drm/nouveau/gr: fallback to legacy paths during firmware lookup
Alexandre Courbot
2016-11-07
1
-4
/
+46
*
drm/nouveau/kms/nv50: initial support for DP 1.2 multi-stream
Ben Skeggs
2016-11-07
4
-2
/
+571
*
drm/nouveau/kms/nv50: allow encoder update to be called from other modules
Ben Skeggs
2016-11-07
2
-44
/
+44
*
drm/nouveau/kms/nv50: rename remaining nv50_crtc to nv50_head
Ben Skeggs
2016-11-07
1
-58
/
+55
*
drm/nouveau/kms/nv50: remove code to create ctxdma for every framebuffer
Ben Skeggs
2016-11-07
3
-90
/
+7
*
drm/nouveau/kms/nv50: remove code to support non-atomic page flips
Ben Skeggs
2016-11-07
8
-288
/
+27
*
drm/nouveau/kms/nv50: remove code to support non-atomic connector properties
Ben Skeggs
2016-11-07
4
-27
/
+9
*
drm/nouveau/kms/nv50: remove code to support non-atomic dpms
Ben Skeggs
2016-11-07
2
-84
/
+2
*
drm/nouveau/kms/nv50: remove code to support non-atomic modesets
Ben Skeggs
2016-11-07
1
-386
/
+0
*
drm/nouveau/kms/nv50: transition to atomic interfaces internally
Ben Skeggs
2016-11-07
3
-89
/
+779
*
drm/nouveau/kms/nv50: turn mode_set_base_atomic() into a stub
Ben Skeggs
2016-11-07
1
-3
/
+1
*
drm/nouveau/kms/nv50: convert encoder mode_fixup into an atomic_check()
Ben Skeggs
2016-11-07
1
-17
/
+53
*
drm/nouveau/kms/nv50: clean-up encoder functions
Ben Skeggs
2016-11-07
3
-140
/
+122
*
drm/nouveau/kms/nv50: ensure encoder normal power state is enabled at startup
Ben Skeggs
2016-11-07
1
-0
/
+19
*
drm/nouveau/kms/nv50: prepare ctxdma interface to be usable with atomic
Ben Skeggs
2016-11-07
1
-105
/
+92
*
drm/nouveau/kms/nv50: separate out cursor channel commit
Ben Skeggs
2016-11-07
1
-40
/
+158
*
drm/nouveau/kms/nv50: separate out base channel commit
Ben Skeggs
2016-11-07
1
-92
/
+743
*
drm/nouveau/kms/nv50: separate out vblank dmi commit
Ben Skeggs
2016-11-07
1
-22
/
+2
*
drm/nouveau/kms/nv50: separate out procamp commit
Ben Skeggs
2016-11-07
1
-17
/
+50
*
drm/nouveau/kms/nv50: separate out dither commit
Ben Skeggs
2016-11-07
1
-31
/
+70
*
drm/nouveau/kms/nv50: separate out viewport commit
Ben Skeggs
2016-11-07
2
-93
/
+129
*
drm/nouveau/kms/nv50: separate out base/ovly channel usage bounds commit
Ben Skeggs
2016-11-07
1
-15
/
+71
*
drm/nouveau/kms/nv50: separate out cursor surface commit
Ben Skeggs
2016-11-07
2
-51
/
+97
*
drm/nouveau/kms/nv50: separate out lut commit
Ben Skeggs
2016-11-07
1
-51
/
+70
*
drm/nouveau/kms/nv50: separate out core surface commit
Ben Skeggs
2016-11-07
1
-45
/
+175
*
drm/nouveau/kms/nv50: separate out mode commit
Ben Skeggs
2016-11-07
2
-55
/
+167
*
drm/nouveau/kms/nv50: give more useful names to encoders
Ben Skeggs
2016-11-07
1
-3
/
+6
*
drm/nouveau/kms/nv50: control evo trace output with DRM_UT_KMS
Ben Skeggs
2016-11-07
1
-7
/
+5
*
drm/nouveau/kms/nv50: switch mst sink back into sst mode
Ben Skeggs
2016-11-07
4
-10
/
+142
*
drm/nouveau/kms: never call drm_helper_disable_unused_functions() with atomic
Ben Skeggs
2016-11-07
1
-1
/
+2
*
drm/nouveau/kms: prepare to support suspend/resume of display state with atomic
Ben Skeggs
2016-11-07
2
-0
/
+140
*
drm/nouveau/kms: prepare to support vbl timestamp calculation with atomic
Ben Skeggs
2016-11-07
1
-2
/
+6
*
drm/nouveau/kms: prepare to support legacy connector set_property with atomic
Ben Skeggs
2016-11-07
1
-0
/
+3
*
drm/nouveau/kms: prepare to support legacy connector dpms with atomic
Ben Skeggs
2016-11-07
1
-3
/
+14
*
drm/nouveau/kms: separate connector property attach from nouveau_connector
Ben Skeggs
2016-11-07
2
-62
/
+78
*
drm/nouveau/kms: subclass atomic connector state
Ben Skeggs
2016-11-07
4
-221
/
+339
*
drm/nouveau/kms: execute drm_mode_config_reset() after constructing display
Ben Skeggs
2016-11-07
1
-0
/
+2
*
drm/nouveau/kms: move drm_crtc_force_disable_all() earlier
Ben Skeggs
2016-11-07
3
-5
/
+7
*
drm/nouveau/kms: drop dpms off/on in response to hotplug
Ben Skeggs
2016-11-07
1
-8
/
+0
*
drm/nouveau/fbcon: refcount the drm_framebuffer
Ben Skeggs
2016-11-07
4
-38
/
+34
*
drm/nouveau/fbcon: make use of drm_fb_helper.fb
Ben Skeggs
2016-11-07
4
-33
/
+25
*
drm/nouveau/fbcon: make use of drm_fb_helper.dev
Ben Skeggs
2016-11-07
5
-22
/
+20
*
drm/nouveau/disp/g94-: stop listening for dp (sst) retrain irq when disabling...
Ben Skeggs
2016-11-07
2
-0
/
+2
*
drm/nouveau/disp/sor/gf119-: add method to program mst payload information
Ben Skeggs
2016-11-07
6
-0
/
+50
*
drm/nouveau/disp/sor/gf119-: add method to control mst enable
Ben Skeggs
2016-11-07
5
-11
/
+43
*
drm/nouveau/disp/dp: remove workqueue for link training
Ben Skeggs
2016-11-07
7
-37
/
+20
*
drm/nouveau/nvif: helper to match against supported class list
Ben Skeggs
2016-11-07
1
-0
/
+29
*
drm/nouveau: silence sparse warnings about symbols not being marked static
Ben Skeggs
2016-11-07
33
-55
/
+58
*
drm/nouveau/tegra: Fix error handling
Christophe JAILLET
2016-11-07
1
-1
/
+1
*
drm/nouveau/fb: add gm20b device
Alexandre Courbot
2016-11-07
6
-2
/
+48
[prev]
[next]