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.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
2015-01-21
drm: add bus_formats and num_bus_formats fields to drm_display_info
Boris Brezillon
1
-0
/
+35
2015-01-13
drm: fix mismerge in drm_crtc.c
Dave Airlie
1
-6
/
+0
2015-01-10
Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-10
/
+22
2015-01-09
Merge tag 'topic/atomic-core-2015-01-05' of git://anongit.freedesktop.org/drm...
Dave Airlie
1
-115
/
+230
2015-01-09
Merge tag 'topic/core-stuff-2014-12-19' of git://anongit.freedesktop.org/drm-...
Dave Airlie
1
-49
/
+54
2015-01-05
drm: Atomic modeset ioctl
Rob Clark
1
-2
/
+2
2015-01-05
drm/atomic: atomic connector properties
Rob Clark
1
-4
/
+9
2015-01-05
drm/atomic: atomic plane properties
Rob Clark
1
-19
/
+84
2015-01-05
drm: small property creation cleanup
Rob Clark
1
-18
/
+25
2015-01-05
drm: add atomic properties
Rob Clark
1
-7
/
+24
2014-12-19
drm: refactor getproperties/getconnector
Rob Clark
1
-63
/
+42
2014-12-19
drm: tweak getconnector locking
Rob Clark
1
-3
/
+2
2014-12-17
Merge branch 'topic/core-stuff' into topic/atomic-core
Daniel Vetter
1
-43
/
+47
2014-12-17
drm: get rid of direct property value access
Rob Clark
1
-4
/
+15
2014-12-17
drm: store property instead of id in obj attachment
Rob Clark
1
-9
/
+8
2014-12-17
drm: allow property validation for refcnted props
Rob Clark
1
-15
/
+43
2014-12-17
drm: Do basic sanity checks for user modes
Ville Syrjälä
1
-0
/
+6
2014-12-11
Merge tag 'topic/core-stuff-2014-12-10' of git://anongit.freedesktop.org/drm-...
Dave Airlie
1
-2
/
+11
2014-12-10
drm: Prefer sizeof(type) over sizeof type
Thierry Reding
1
-6
/
+6
2014-12-10
drm: Remove useless else block
Thierry Reding
1
-7
/
+7
2014-12-10
drm: Remove unneeded braces for single statement blocks
Thierry Reding
1
-4
/
+2
2014-12-10
drm: Do not assign in if condition
Thierry Reding
1
-1
/
+2
2014-12-10
drm: Prefer kmalloc_array() over kmalloc() with multiply
Thierry Reding
1
-5
/
+5
2014-12-10
drm: Prefer kcalloc() over kzalloc() with multiply
Thierry Reding
1
-4
/
+6
2014-12-10
drm: Miscellaneous checkpatch whitespace cleanups
Thierry Reding
1
-22
/
+20
2014-12-10
drm: Zero out DRM object memory upon cleanup
Thierry Reding
1
-1
/
+10
2014-12-09
drm: fix a word repetition in a comment
Martin Peres
1
-1
/
+1
2014-12-09
drm/tile: expose the tile property to userspace (v3)
Dave Airlie
1
-0
/
+51
2014-12-09
drm/connector: store tile information from displayid (v3)
Dave Airlie
1
-0
/
+5
2014-12-09
drm: add tile_group support. (v3)
Dave Airlie
1
-0
/
+99
2014-12-05
drm: add helper to get crtc timings (v5)
Gustavo Padovan
1
-10
/
+22
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
[next]