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
/
drm_crtc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-21
drm: nest modeset locks within fpriv->fbs_lock
Daniel Vetter
1
-4
/
+4
2013-01-21
drm: reference framebuffers which are on the idr
Daniel Vetter
1
-38
/
+80
2013-01-21
drm: revamp framebuffer cleanup interfaces
Daniel Vetter
1
-3
/
+28
2013-01-21
drm: create drm_framebuffer_lookup
Daniel Vetter
1
-37
/
+72
2013-01-21
drm: revamp locking around fb creation/destruction
Daniel Vetter
1
-35
/
+81
2013-01-21
drm: only take the crtc lock for ->cursor_move
Daniel Vetter
1
-6
/
+4
2013-01-21
drm: only take the crtc lock for ->cursor_set
Daniel Vetter
1
-2
/
+4
2013-01-21
drm: add per-crtc locks
Daniel Vetter
1
-0
/
+12
2013-01-21
drm: add drm_modeset_lock|unlock_all
Daniel Vetter
1
-62
/
+85
2013-01-20
drm: encapsulate crtc->set_config calls
Daniel Vetter
1
-2
/
+17
2013-01-20
drm/<drivers>: Unified handling of unimplemented fb->create_handle
Daniel Vetter
1
-1
/
+4
2013-01-20
drm/gma500: move fbcon restore to lastclose
Daniel Vetter
1
-2
/
+0
2013-01-20
drm/doc: integrate drm_crtc.c kerneldoc
Daniel Vetter
1
-48
/
+44
2013-01-20
drm: review locking rules in drm_crtc.c
Daniel Vetter
1
-92
/
+13
2012-11-30
drm: remove legacy drm_connector_property fxns
Rob Clark
1
-26
/
+5
2012-11-20
drm: properly init/reset connector status
Daniel Vetter
1
-1
/
+5
2012-11-20
drm/crtc: Fix potential NULL pointer dereference
Sachin Kamat
1
-0
/
+2
2012-11-20
drm/crtc: Remove redundant NULL check before kfree
Sachin Kamat
1
-4
/
+2
2012-11-20
drm: Reject addfb2 with undefined flag bits set
Ville Syrjälä
1
-0
/
+5
2012-11-07
drm: Ignore blob propertys in drm_property_change_is_valid()
Ville Syrjälä
1
-0
/
+3
2012-11-07
drm: Be more paranoid with integer overflows
Ville Syrjälä
1
-1
/
+9
2012-10-04
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-32
/
+107
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-4
/
+4
2012-10-02
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
David Howells
1
-1
/
+0
2012-10-02
drm: support for rotated scanout
Rob Clark
1
-16
/
+30
2012-10-02
drm: refcnt drm_framebuffer (v4.1)
Rob Clark
1
-12
/
+67
2012-10-02
drm: Destroy the planes prior to destroying the associated CRTC
Chris Wilson
1
-4
/
+4
2012-09-24
Merge tag 'v3.6-rc7' into drm-intel-next-queued
Daniel Vetter
1
-1
/
+1
2012-09-18
drm: Add NV24 and NV42 pixel formats
Laurent Pinchart
1
-0
/
+6
2012-08-24
drm: Check for invalid cursor flags
Jakob Bornecrantz
1
-1
/
+1
2012-05-29
drm: Use stdint types for consistency
Ville Syrjälä
1
-2
/
+2
2012-05-29
drm: Constify params to format_check() and framebuffer_checks()
Ville Syrjälä
1
-2
/
+2
2012-05-22
drm: add plane properties
Rob Clark
1
-0
/
+19
2012-05-22
drm: add bitmask property type
Rob Clark
1
-3
/
+44
2012-05-22
drm: Make the CRTC gamma_set operation optional
Laurent Pinchart
1
-0
/
+5
2012-05-22
drm: Miscellaneous typo fixes and documentation updates
Laurent Pinchart
1
-1
/
+1
2012-05-22
drm: Don't initialize local ret variable when not needed
Laurent Pinchart
1
-6
/
+6
2012-05-17
drm: add CRTC properties
Paulo Zanoni
1
-0
/
+20
2012-05-17
drm: add 'count' to struct drm_object_properties
Paulo Zanoni
1
-37
/
+27
2012-05-17
drm: make the connector properties code use the object properties code
Paulo Zanoni
1
-86
/
+12
2012-05-17
drm: add generic ioctls to get/set properties on any object
Paulo Zanoni
1
-0
/
+182
2012-05-17
drm: create struct drm_object_properties and use it
Paulo Zanoni
1
-22
/
+23
2012-05-17
drm: WARN() when drm_connector_attach_property fails
Paulo Zanoni
1
-5
/
+5
2012-05-17
drm: add drm_property_change_is_valid
Paulo Zanoni
1
-20
/
+19
2012-05-07
Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...
Dave Airlie
1
-4
/
+6
2012-05-07
Merge tag 'v3.4-rc6' into drm-intel-next
Daniel Vetter
1
-4
/
+6
2012-05-02
drm/kms: reduce some messages to debug level (v2)
Dave Airlie
1
-9
/
+9
2012-04-24
drm: Unify and fix idr error handling
Ville Syrjälä
1
-1
/
+3
2012-04-20
drm: Add sanity checks to framebuffer creation
Ville Syrjälä
1
-4
/
+43
2012-04-20
drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functions
Ville Syrjälä
1
-0
/
+60
[prev]
[next]