index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
dispnv04
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-20
drm/nouveau/kms/nv04-nv4x: move resume code to dispnv04 init hook
Ben Skeggs
1
-4
/
+66
2019-02-20
drm/nouveau/kms/nv04-nv4x: move suspend code to dispnv04 fini hook
Ben Skeggs
1
-1
/
+26
2019-02-20
drm/nouveau/kms/nv04-nv4x: move a bunch of pre-nv50 page flip code to dispnv04
Ben Skeggs
3
-1
/
+234
2019-02-20
drm/nouveau/kms: display destroy/init/fini hooks can be static
Ben Skeggs
2
-58
/
+55
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
1
-0
/
+1
2019-01-11
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-1
/
+1
2019-01-11
drm/nouveau: Stop using drm_crtc_force_disable
Daniel Vetter
1
-1
/
+3
2018-12-11
drm/nouveau/drm/nouveau: Don't forget to label dp_aux devices
Lyude Paul
1
-1
/
+1
2018-07-30
BackMerge v4.18-rc7 into drm-next
Dave Airlie
1
-0
/
+3
2018-07-20
Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
4
-4
/
+4
2018-07-16
drm/nouveau: Replace drm_gem_object_unreference_unlocked with put function
Thomas Zimmermann
1
-1
/
+1
2018-07-16
drm/nouveau: Set DRIVER_ATOMIC cap earlier to fix debugfs
Lyude Paul
1
-0
/
+3
2018-07-13
drm: drop _mode_ from drm_mode_connector_attach_encoder
Daniel Vetter
4
-4
/
+4
2018-03-08
drm/nouveau: Replace the iturbt_709 prop with the standard COLOR_ENCODING prop
Ville Syrjälä
1
-13
/
+13
2018-01-11
drm/nouveau: deprecate pci_get_bus_and_slot()
Sinan Kaya
2
-4
/
+10
2017-11-15
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2
-0
/
+2
2017-11-02
drm/nouveau/core/object: allow arguments to be passed to map function
Ben Skeggs
1
-1
/
+1
2017-08-22
drm/nouveau/kms/nv04-nv4x: fix exposed format list
Ilia Mirkin
1
-1
/
+35
2017-08-22
drm/nouveau/kms/nv10-nv40: add NV21 support to overlay
Ilia Mirkin
1
-3
/
+6
2017-08-22
drm/nouveau/kms/nv04-nv40: improve overlay error detection, fix pitch setting
Ilia Mirkin
1
-28
/
+34
2017-08-04
drm: nouveau: remove dead code and pointless local lut storage
Peter Rosin
1
-17
/
+9
2017-06-16
drm/nouveau/kms/nv04: use new devinit script interpreter entry-point
Ben Skeggs
1
-12
/
+4
2017-04-06
drm: Add acquire ctx to ->gamma_set hook
Daniel Vetter
1
-1
/
+2
2017-03-29
drm: Add acquire ctx parameter to ->set_config
Daniel Vetter
1
-3
/
+4
2017-03-29
drm: Add acquire ctx parameter to ->plane_disable
Daniel Vetter
1
-5
/
+7
2017-03-29
drm: Add acquire ctx parameter to ->update_plane
Daniel Vetter
1
-2
/
+4
2017-02-23
Merge tag 'v4.10-rc8' into drm-next
Dave Airlie
1
-1
/
+2
2017-02-17
drm/nouveau: allocate device object for every client
Ben Skeggs
13
-125
/
+125
2017-02-17
drm/nouveau: pass nvif_client to nouveau_bo_new() instead of drm_device
Ben Skeggs
1
-2
/
+3
2017-01-31
drm/nouveau/nv1a,nv1f/disp: fix memory clock rate retrieval
Ilia Mirkin
1
-1
/
+2
2016-12-15
drm: Nuke fb->pixel_format
Ville Syrjälä
1
-4
/
+4
2016-12-15
drm: Nuke fb->bits_per_pixel
Ville Syrjälä
1
-2
/
+2
2016-12-15
drm: Nuke fb->depth
Ville Syrjälä
2
-7
/
+7
2016-12-14
drm/nouveau: Add local 'fb' variables
Ville Syrjälä
2
-3
/
+5
2016-12-14
drm/nouveau: Fix crtc->primary->fb vs. drm_fb fail
Ville Syrjälä
1
-2
/
+2
2016-11-15
drm/nouveau: Use drm_crtc_vblank_off/on
Daniel Vetter
1
-2
/
+2
2016-11-07
drm/nouveau: add missing header dependencies
Baoyou Xie
1
-1
/
+1
2016-06-24
drm/nouveau/dispnv04: Use helper to turn off CRTC
Lukas Wunner
1
-7
/
+2
2016-06-24
drm/nouveau: Turn off CRTCs on driver unload
Lukas Wunner
1
-10
/
+0
2016-06-07
drm/core: Change declaration for gamma_set.
Maarten Lankhorst
1
-5
/
+7
2016-05-21
Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-next
Dave Airlie
12
-12
/
+13
2016-05-20
drm/nouveau: rename nouveau_drm.h to nouveau_drv.h
Ben Skeggs
12
-12
/
+13
2016-05-17
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
1
-1
/
+1
2016-03-04
drm/nouveau/dispnv04: removed optional dummy crtc mode_fixup function.
Carlos Palminha
1
-8
/
+0
2015-12-15
drm/nouveau: Constify function pointer structs
Ville Syrjälä
1
-3
/
+3
2015-12-11
drm: Pass 'name' to drm_encoder_init()
Ville Syrjälä
4
-4
/
+7
2015-12-08
drm: Move encoder->save/restore into nouveau
Daniel Vetter
5
-32
/
+24
2015-12-08
drm/nouveau: Use private save/restore hooks for CRTCs
Daniel Vetter
2
-7
/
+9
2015-09-08
drm: Constify TV mode names
Ville Syrjälä
2
-2
/
+2
[next]