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
/
include
/
drm
/
drm_crtc.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-24
drm: Initialize object type when using DRM_MODE() macro
Ville Syrjälä
1
-1
/
+2
2012-08-22
drm: Remove two unused fields from struct drm_display_mode
Damien Lespiau
1
-2
/
+0
2012-07-20
drm: remove the list_head from drm_mode_set
Daniel Vetter
1
-2
/
+0
2012-06-12
drm: increase DRM_OBJECT_MAX_PROPERTY to 24
Paulo Zanoni
1
-1
/
+1
2012-05-22
drm: add plane properties
Rob Clark
1
-0
/
+7
2012-05-22
drm: add bitmask property type
Rob Clark
1
-0
/
+4
2012-05-22
drm: Constify drm_mode_config_funcs pointer
Laurent Pinchart
1
-1
/
+1
2012-05-22
drm: Miscellaneous typo fixes and documentation updates
Laurent Pinchart
1
-14
/
+7
2012-05-17
drm: add CRTC properties
Paulo Zanoni
1
-1
/
+8
2012-05-17
drm: add 'count' to struct drm_object_properties
Paulo Zanoni
1
-0
/
+1
2012-05-17
drm: add generic ioctls to get/set properties on any object
Paulo Zanoni
1
-0
/
+13
2012-05-17
drm: create struct drm_object_properties and use it
Paulo Zanoni
1
-5
/
+10
2012-05-17
drm: WARN() when drm_connector_attach_property fails
Paulo Zanoni
1
-2
/
+2
2012-04-27
drm/edid: Try harder to fix up base EDID blocks
Adam Jackson
1
-1
/
+1
2012-04-20
drm/edid: Allow drm_mode_find_dmt to hunt for reduced-blanking modes
Adam Jackson
1
-1
/
+2
2012-04-20
drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functions
Ville Syrjälä
1
-0
/
+2
2012-04-20
drm: Add drm_format_plane_cpp() utility function
Ville Syrjälä
1
-0
/
+1
2012-04-20
drm: Move drm_format_num_planes() to drm_crtc.c
Ville Syrjälä
1
-0
/
+2
2012-03-20
drm: allow loading an EDID as firmware to override broken monitor
Carsten Emde
1
-0
/
+1
2012-03-15
drm/modeset: add helper to unplug all connectors from sysfs
Dave Airlie
1
-0
/
+2
2012-03-15
drm: Add drm_mode_copy()
Ville Syrjälä
1
-0
/
+1
2012-03-15
drm: Use a flexible array member for blob property data
Ville Syrjälä
1
-1
/
+1
2012-03-15
drm: Handle drm_object_get() failures
Ville Syrjälä
1
-11
/
+11
2012-03-15
drm: Fix drm_mode_attachmode_crtc()
Ville Syrjälä
1
-1
/
+1
2012-03-15
drm: Change drm_display_mode::type to unsigned
Ville Syrjälä
1
-1
/
+1
2012-02-16
drm: add some caps for userspace to discover more info for dumb KMS driver (v2)
Dave Airlie
1
-0
/
+3
2012-02-09
drm: add convenience function to create an range property
Sascha Hauer
1
-0
/
+3
2012-02-09
drm: add convenience function to create an enum property
Sascha Hauer
1
-0
/
+8
2012-02-03
drm: add proper return value for drm_mode_crtc_set_gamma_size
Sascha Hauer
1
-1
/
+1
2012-01-13
drm: bump DRM_CONNECTOR_MAX_ENCODER from 2 to 3
Ben Skeggs
1
-1
/
+1
2012-01-05
drm: add support for private planes
Rob Clark
1
-1
/
+2
2011-12-20
drm: Replace pitch with pitches[] in drm_framebuffer
Ville Syrjälä
1
-1
/
+2
2011-12-20
drm: plane: Make 'formats' parameter to drm_plane_init() const
Ville Syrjälä
1
-1
/
+1
2011-12-06
drm: document the drm_mode_config structure
Jesse Barnes
1
-0
/
+23
2011-12-06
drm: document the drm_mode_group structure
Jesse Barnes
1
-0
/
+13
2011-12-06
drm: document and cleanup drm_mode_config_funcs
Jesse Barnes
1
-2
/
+9
2011-12-06
drm: document drm_mode_set structure
Jesse Barnes
1
-1
/
+9
2011-12-06
drm: remove unused fields in drm_connector and document the rest
Jesse Barnes
1
-7
/
+28
2011-12-06
drm: add drm_encoder comments
Jesse Barnes
1
-0
/
+12
2011-12-06
drm: add comments for drm_encoder_funcs
Jesse Barnes
1
-0
/
+7
2011-12-06
drm: fix comments for drm_crtc struct
Jesse Barnes
1
-0
/
+11
2011-12-06
drm: remove unused connector_count field from drm_display_mode
Jesse Barnes
1
-1
/
+0
2011-11-30
drm: move the fb bpp/depth helper into the core.
Dave Airlie
1
-0
/
+3
2011-11-15
drm: add an fb creation ioctl that takes a pixel format v5
Jesse Barnes
1
-2
/
+7
2011-11-15
drm: add plane support v3
Jesse Barnes
1
-1
/
+74
2011-09-22
drm: support routines for HDMI/DP ELD
Wu Fengguang
1
-0
/
+9
2011-08-04
drm: Separate EDID Header Check from EDID Block Check
Thomas Reim
1
-0
/
+1
2011-08-04
drm: track CEA version number if present
Jesse Barnes
1
-0
/
+2
2011-06-16
drm/radeon: workaround a hw bug on some radeon chipsets with all-0 EDIDs.
Dave Airlie
1
-0
/
+2
2011-04-28
drm: parse color format support for digital displays
Jesse Barnes
1
-1
/
+4
[next]