index
:
linux/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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_crtc.c
Age
Commit message (
Expand
)
Author
2015-01-27
drm/atomic: Add drm_crtc_state->active
Daniel Vetter
2015-01-27
drm: Add standardized boolean props
Daniel Vetter
2015-01-27
drm: fix drm_display_info_set_bus_formats kernel doc header
Boris Brezillon
2015-01-21
drm: add bus_formats and num_bus_formats fields to drm_display_info
Boris Brezillon
2015-01-13
drm: fix mismerge in drm_crtc.c
Dave Airlie
2015-01-10
Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2015-01-09
Merge tag 'topic/atomic-core-2015-01-05' of git://anongit.freedesktop.org/drm...
Dave Airlie
2015-01-09
Merge tag 'topic/core-stuff-2014-12-19' of git://anongit.freedesktop.org/drm-...
Dave Airlie
2015-01-05
drm: Atomic modeset ioctl
Rob Clark
2015-01-05
drm/atomic: atomic connector properties
Rob Clark
2015-01-05
drm/atomic: atomic plane properties
Rob Clark
2015-01-05
drm: small property creation cleanup
Rob Clark
2015-01-05
drm: add atomic properties
Rob Clark
2014-12-18
drm: refactor getproperties/getconnector
Rob Clark
2014-12-18
drm: tweak getconnector locking
Rob Clark
2014-12-17
Merge branch 'topic/core-stuff' into topic/atomic-core
Daniel Vetter
2014-12-17
drm: get rid of direct property value access
Rob Clark
2014-12-17
drm: store property instead of id in obj attachment
Rob Clark
2014-12-17
drm: allow property validation for refcnted props
Rob Clark
2014-12-17
drm: Do basic sanity checks for user modes
Ville Syrjälä
2014-12-11
Merge tag 'topic/core-stuff-2014-12-10' of git://anongit.freedesktop.org/drm-...
Dave Airlie
2014-12-10
drm: Prefer sizeof(type) over sizeof type
Thierry Reding
2014-12-10
drm: Remove useless else block
Thierry Reding
2014-12-10
drm: Remove unneeded braces for single statement blocks
Thierry Reding
2014-12-10
drm: Do not assign in if condition
Thierry Reding
2014-12-10
drm: Prefer kmalloc_array() over kmalloc() with multiply
Thierry Reding
2014-12-10
drm: Prefer kcalloc() over kzalloc() with multiply
Thierry Reding
2014-12-10
drm: Miscellaneous checkpatch whitespace cleanups
Thierry Reding
2014-12-10
drm: Zero out DRM object memory upon cleanup
Thierry Reding
2014-12-09
drm: fix a word repetition in a comment
Martin Peres
2014-12-09
drm/tile: expose the tile property to userspace (v3)
Dave Airlie
2014-12-09
drm/connector: store tile information from displayid (v3)
Dave Airlie
2014-12-09
drm: add tile_group support. (v3)
Dave Airlie
2014-12-05
drm: add helper to get crtc timings (v5)
Gustavo Padovan
2014-11-27
drm: Handle atomic state properly in kms getfoo ioctl
Daniel Vetter
2014-11-27
drm: use mode_object_find helpers
Rob Clark
2014-11-25
drm: Free atomic state during cleanup
Thierry Reding
2014-11-20
drm: s/enum_blob_list/enum_list/ in drm_property
Daniel Vetter
2014-11-20
drm/crtc: Polish kerneldoc
Daniel Vetter
2014-11-20
drm/atomic: Ensure that drm_connector_index is stable
Daniel Vetter
2014-11-15
Merge tag 'drm/gem-cma/for-3.19-rc1' of git://people.freedesktop.org/~tagr/li...
Dave Airlie
2014-11-15
drm: add properties for suggested x/y offset for connectors. (v2)
Dave Airlie
2014-11-15
drm: Simplify return value handling in drm_crtc.c
Daniel Vetter
2014-11-15
Merge tag 'drm/fixes/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linu...
Dave Airlie
2014-11-13
drm: Sanitize DRM_IOCTL_MODE_CREATE_DUMB input
Thierry Reding
2014-11-13
drm: Make drm_mode_create_tv_properties() signature consistent
Thierry Reding
2014-11-13
drm: Use const data when creating blob properties
Thierry Reding
2014-11-13
drm: Use size_t for blob property sizes
Thierry Reding
2014-11-12
drm: More specific locking for get* ioctls
Daniel Vetter
2014-11-12
drm: Per-plane locking
Daniel Vetter
[prev]
[next]