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
2014-11-27
drm: Handle atomic state properly in kms getfoo ioctl
Daniel Vetter
1
-3
/
+46
2014-11-27
drm: use mode_object_find helpers
Rob Clark
1
-9
/
+4
2014-11-25
drm: Free atomic state during cleanup
Thierry Reding
1
-0
/
+13
2014-11-20
drm: s/enum_blob_list/enum_list/ in drm_property
Daniel Vetter
1
-36
/
+17
2014-11-20
drm/crtc: Polish kerneldoc
Daniel Vetter
1
-38
/
+41
2014-11-20
drm/atomic: Ensure that drm_connector_index is stable
Daniel Vetter
1
-0
/
+5
2014-11-15
Merge tag 'drm/gem-cma/for-3.19-rc1' of git://people.freedesktop.org/~tagr/li...
Dave Airlie
1
-0
/
+10
2014-11-15
drm: add properties for suggested x/y offset for connectors. (v2)
Dave Airlie
1
-0
/
+24
2014-11-15
drm: Simplify return value handling in drm_crtc.c
Daniel Vetter
1
-17
/
+9
2014-11-15
Merge tag 'drm/fixes/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linu...
Dave Airlie
1
-10
/
+13
2014-11-13
drm: Sanitize DRM_IOCTL_MODE_CREATE_DUMB input
Thierry Reding
1
-0
/
+10
2014-11-13
drm: Make drm_mode_create_tv_properties() signature consistent
Thierry Reding
1
-3
/
+4
2014-11-13
drm: Use const data when creating blob properties
Thierry Reding
1
-3
/
+3
2014-11-13
drm: Use size_t for blob property sizes
Thierry Reding
1
-5
/
+7
2014-11-12
drm: More specific locking for get* ioctls
Daniel Vetter
1
-35
/
+23
2014-11-12
drm: Per-plane locking
Daniel Vetter
1
-5
/
+4
2014-11-10
drm/mode: document path property and function to set it. (v1.1)
Dave Airlie
1
-0
/
+13
2014-10-31
drm: Add a note to drm_property_create() about property lifetime
Damien Lespiau
1
-0
/
+4
2014-10-23
gpu: drm: Fix warning caused by a parameter description in drm_crtc.c
Masanari Iida
1
-1
/
+0
2014-10-22
drm/crtc: Remove duplicated ioctl code
Chuck Ebbert
1
-23
/
+6
2014-10-22
drm/crtc: Fix two typos
Chuck Ebbert
1
-2
/
+2
2014-10-21
gpu:drm: Fix typo in Documentation/DocBook/drm.xml
Masanari Iida
1
-1
/
+1
2014-09-25
drm: Drop grab fpriv->fbs_lock in drm_fb_release
Daniel Vetter
1
-2
/
+10
2014-09-24
drm: Fixup locking for universal cursor planes
Daniel Vetter
1
-17
/
+34
2014-09-16
drm: backmerge tag 'v3.17-rc5' into drm-next
Dave Airlie
1
-1
/
+2
2014-09-15
Merge tag 'topic/core-stuff-2014-09-15' of git://anongit.freedesktop.org/drm-...
Dave Airlie
1
-5
/
+0
2014-09-15
drm: Drop modeset locking from crtc init function
Daniel Vetter
1
-5
/
+0
2014-09-12
drm: Move piles of functions from drmP.h to drm_internal.h
Daniel Vetter
1
-0
/
+1
2014-09-03
Merge tag 'drm-intel-next-2014-09-01' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-5
/
+20
2014-08-28
drm: fix division-by-zero on dumb_create()
David Herrmann
1
-1
/
+2
2014-08-20
drm: fix plane rotation when restoring fbdev configuration
Thomas Wood
1
-5
/
+20
2014-08-14
drm: Docbook fixes
Daniel Vetter
1
-2
/
+3
2014-08-11
drm: Add a plane->reset hook
Daniel Vetter
1
-0
/
+5
2014-08-08
drm: Move ->old_fb from crtc to plane
Daniel Vetter
1
-22
/
+24
2014-08-08
drm: Handle legacy per-crtc locking with full acquire ctx
Daniel Vetter
1
-4
/
+4
2014-08-08
drm: Move modeset_lock_all helpers to drm_modeset_lock.[hc]
Daniel Vetter
1
-95
/
+0
2014-08-08
drm: Add drm_plane/connector_index
Daniel Vetter
1
-0
/
+46
2014-08-08
Revert "drm: drop redundant drm_file->is_master"
Dave Airlie
1
-1
/
+1
2014-08-06
drm: Perform cmdline mode parsing during connector initialisation
Chris Wilson
1
-0
/
+55
2014-08-06
drm: Don't grab an fb reference for the idr
Daniel Vetter
1
-18
/
+28
2014-08-06
Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...
Dave Airlie
1
-1
/
+1
2014-08-05
drm: drop redundant drm_file->is_master
David Herrmann
1
-1
/
+1
2014-08-05
drm: Fix race when checking for fb in the generic kms obj lookup
Daniel Vetter
1
-5
/
+6
2014-08-04
Merge tag 'drm-intel-next-2014-07-25-merged' of git://anongit.freedesktop.org...
Dave Airlie
1
-4
/
+94
2014-08-04
drm: close race in connector registration (v2)
Dave Airlie
1
-13
/
+35
2014-07-29
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next
Daniel Vetter
1
-4
/
+86
2014-07-23
drm/crtc: Add property for aspect ratio
Vandana Kannan
1
-0
/
+33
2014-07-18
drm: Fix function names in kerneldoc
Thierry Reding
1
-3
/
+3
2014-07-12
drm: Add drm_rotation_simplify()
Ville Syrjälä
1
-0
/
+30
2014-07-12
drm: Add drm_mode_create_rotation_property()
Ville Syrjälä
1
-0
/
+18
[next]