index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
dispnv04
/
crtc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nouveau: Replace drm_gem_object_unreference_unlocked with put function
Thomas Zimmermann
2018-07-16
1
-1
/
+1
*
drm/nouveau/kms/nv04-nv4x: fix exposed format list
Ilia Mirkin
2017-08-22
1
-1
/
+35
*
drm: nouveau: remove dead code and pointless local lut storage
Peter Rosin
2017-08-04
1
-17
/
+9
*
drm: Add acquire ctx to ->gamma_set hook
Daniel Vetter
2017-04-06
1
-1
/
+2
*
drm: Add acquire ctx parameter to ->set_config
Daniel Vetter
2017-03-29
1
-3
/
+4
*
drm/nouveau: allocate device object for every client
Ben Skeggs
2017-02-17
1
-19
/
+19
*
drm/nouveau: pass nvif_client to nouveau_bo_new() instead of drm_device
Ben Skeggs
2017-02-17
1
-2
/
+3
*
drm: Nuke fb->bits_per_pixel
Ville Syrjälä
2016-12-15
1
-2
/
+2
*
drm: Nuke fb->depth
Ville Syrjälä
2016-12-15
1
-6
/
+6
*
drm/nouveau: Add local 'fb' variables
Ville Syrjälä
2016-12-14
1
-2
/
+3
*
drm/nouveau: Fix crtc->primary->fb vs. drm_fb fail
Ville Syrjälä
2016-12-14
1
-2
/
+2
*
drm/nouveau: Use drm_crtc_vblank_off/on
Daniel Vetter
2016-11-15
1
-2
/
+2
*
drm/core: Change declaration for gamma_set.
Maarten Lankhorst
2016-06-07
1
-5
/
+7
*
Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-next
Dave Airlie
2016-05-21
1
-1
/
+2
|
\
|
*
drm/nouveau: rename nouveau_drm.h to nouveau_drv.h
Ben Skeggs
2016-05-20
1
-1
/
+2
*
|
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
2016-05-17
1
-1
/
+1
|
/
*
drm/nouveau/dispnv04: removed optional dummy crtc mode_fixup function.
Carlos Palminha
2016-03-04
1
-8
/
+0
*
drm/nouveau: Use private save/restore hooks for CRTCs
Daniel Vetter
2015-12-08
1
-2
/
+3
*
drm/nouveau: constify all struct drm_*_helper funcs pointers
Jani Nikula
2015-04-07
1
-2
/
+2
*
drm/nouveau: finalise nvkm namespace switch (no binary change)
Ben Skeggs
2015-01-22
1
-3
/
+3
*
drm/nouveau/nvif: namespace of nvkm accessors (no binary change)
Ben Skeggs
2015-01-22
1
-2
/
+2
*
drm/nouveau/clk: rename from clock (no binary change)
Ben Skeggs
2015-01-22
1
-2
/
+2
*
drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocation
Ben Skeggs
2014-12-02
1
-2
/
+2
*
drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h
Daniel Vetter
2014-11-05
1
-0
/
+1
*
drm/nouveau: export reservation_object from dmabuf to ttm
Maarten Lankhorst
2014-10-01
1
-1
/
+1
*
drm/nouveau: initial pass at moving to struct nvif_device
Ben Skeggs
2014-08-10
1
-19
/
+19
*
drm/nouveau/kms: take more care when pulling down accelerated fbcon
Ben Skeggs
2014-08-10
1
-2
/
+2
*
drm: Replace crtc fb with primary plane fb (v3)
Matt Roper
2014-04-01
1
-10
/
+10
*
drm/nouveau: handle -EACCES runtime PM return code
Alexandre Courbot
2014-03-26
1
-1
/
+1
*
drm: Remove clock_index from struct drm_display_mode
Damien Lespiau
2013-10-01
1
-2
/
+0
*
Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2013-09-02
1
-15
/
+43
|
\
|
*
drm/nv04/disp: fix framebuffer pin refcounting
Ben Skeggs
2013-08-21
1
-15
/
+43
*
|
nouveau: add runtime PM support (v0.9)
Dave Airlie
2013-08-29
1
-1
/
+48
|
/
*
drm/nv04/disp: hide all the cruft away in its own little hole
Ben Skeggs
2013-04-26
1
-0
/
+1072