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
/
nv50_display.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-13
drm/nouveau/kms/nv50: fix atomic regression on original G80
Ben Skeggs
1
-0
/
+5
2016-11-28
drm/nouveau/kms/nv50: Fix atomic pageflip events.
Mario Kleiner
1
-0
/
+2
2016-11-17
drm/nouveau/disp/gp102: rename from gp104
Ben Skeggs
1
-1
/
+1
2016-11-17
drm/nouveau/kms/nv50: avoid touching DP_MSTM_CTRL if !DP_MST_CAP
Ben Skeggs
1
-2
/
+5
2016-11-07
drm/nouveau/kms/nv50: initial support for DP 1.2 multi-stream
Ben Skeggs
1
-1
/
+553
2016-11-07
drm/nouveau/kms/nv50: allow encoder update to be called from other modules
Ben Skeggs
1
-44
/
+42
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
1
-71
/
+4
2016-11-07
drm/nouveau/kms/nv50: remove code to support non-atomic page flips
Ben Skeggs
1
-194
/
+4
2016-11-07
drm/nouveau/kms/nv50: remove code to support non-atomic connector properties
Ben Skeggs
1
-2
/
+0
2016-11-07
drm/nouveau/kms/nv50: remove code to support non-atomic dpms
Ben Skeggs
1
-43
/
+1
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
1
-88
/
+775
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
1
-136
/
+120
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
1
-93
/
+128
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
1
-50
/
+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
1
-55
/
+163
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
1
-8
/
+123
2016-11-07
drm/nouveau/kms: subclass atomic connector state
Ben Skeggs
1
-3
/
+0
2016-07-14
drm/nouveau/disp/gp104: initial support
Ben Skeggs
1
-0
/
+1
2016-07-14
drm/nouveau/disp/gp100: initial support
Ben Skeggs
1
-0
/
+1
2016-06-07
drm/core: Change declaration for gamma_set.
Maarten Lankhorst
1
-4
/
+5
2016-05-20
Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-next
Dave Airlie
1
-1
/
+1
2016-05-20
drm/nouveau: rename nouveau_drm.h to nouveau_drv.h
Ben Skeggs
1
-1
/
+1
2016-05-18
drm: remove unused dev variables
Arnd Bergmann
1
-1
/
+0
2016-05-17
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
1
-1
/
+1
2016-03-14
drm/nouveau: s/gm204/gm200/ in a number of places
Ben Skeggs
1
-1
/
+1
2016-01-11
drm/nouveau/nvif: split out ctxdma interface definitions
Ben Skeggs
1
-0
/
+1
2016-01-11
drm/nouveau/nvif: split out display interface definitions
Ben Skeggs
1
-0
/
+6
2016-01-11
drm/nouveau/kms: no need to check for empty edid before drm_detect_hdmi_monitor
Ilia Mirkin
1
-1
/
+0
2016-01-11
drm/nouveau/disp: activate dual link TMDS links only when possible
Hauke Mehrtens
1
-4
/
+11
2015-12-11
drm: Pass 'name' to drm_encoder_init()
Ville Syrjälä
1
-3
/
+3
2015-12-08
drm: Move LEAVE/ENTER_ATOMIC_MODESET to fbdev helpers
Daniel Vetter
1
-0
/
+1
2015-11-03
drm/nouveau: remove unnecessary usage of object handles
Ben Skeggs
1
-4
/
+3
2015-08-28
drm/nouveau/device: remove pci/platform_device from common struct
Ben Skeggs
1
-4
/
+4
2015-08-28
drm/nouveau/dma: convert to new-style nvkm_engine
Ben Skeggs
1
-4
/
+4
[next]