summaryrefslogtreecommitdiff
path: root/include/drm/drm_crtc.h
AgeCommit message (Expand)Author
2012-08-24drm: Initialize object type when using DRM_MODE() macroVille Syrjälä
2012-08-22drm: Remove two unused fields from struct drm_display_modeDamien Lespiau
2012-07-19drm: remove the list_head from drm_mode_setDaniel Vetter
2012-06-12drm: increase DRM_OBJECT_MAX_PROPERTY to 24Paulo Zanoni
2012-05-22drm: add plane propertiesRob Clark
2012-05-22drm: add bitmask property typeRob Clark
2012-05-22drm: Constify drm_mode_config_funcs pointerLaurent Pinchart
2012-05-22drm: Miscellaneous typo fixes and documentation updatesLaurent Pinchart
2012-05-17drm: add CRTC propertiesPaulo Zanoni
2012-05-17drm: add 'count' to struct drm_object_propertiesPaulo Zanoni
2012-05-17drm: add generic ioctls to get/set properties on any objectPaulo Zanoni
2012-05-17drm: create struct drm_object_properties and use itPaulo Zanoni
2012-05-17drm: WARN() when drm_connector_attach_property failsPaulo Zanoni
2012-04-27drm/edid: Try harder to fix up base EDID blocksAdam Jackson
2012-04-20drm/edid: Allow drm_mode_find_dmt to hunt for reduced-blanking modesAdam Jackson
2012-04-20drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functionsVille Syrjälä
2012-04-20drm: Add drm_format_plane_cpp() utility functionVille Syrjälä
2012-04-20drm: Move drm_format_num_planes() to drm_crtc.cVille Syrjälä
2012-03-20drm: allow loading an EDID as firmware to override broken monitorCarsten Emde
2012-03-15drm/modeset: add helper to unplug all connectors from sysfsDave Airlie
2012-03-15drm: Add drm_mode_copy()Ville Syrjälä
2012-03-15drm: Use a flexible array member for blob property dataVille Syrjälä
2012-03-15drm: Handle drm_object_get() failuresVille Syrjälä
2012-03-15drm: Fix drm_mode_attachmode_crtc()Ville Syrjälä
2012-03-15drm: Change drm_display_mode::type to unsignedVille Syrjälä
2012-02-16drm: add some caps for userspace to discover more info for dumb KMS driver (v2)Dave Airlie
2012-02-09drm: add convenience function to create an range propertySascha Hauer
2012-02-09drm: add convenience function to create an enum propertySascha Hauer
2012-02-03drm: add proper return value for drm_mode_crtc_set_gamma_sizeSascha Hauer
2012-01-13drm: bump DRM_CONNECTOR_MAX_ENCODER from 2 to 3Ben Skeggs
2012-01-05drm: add support for private planesRob Clark
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä
2011-12-20drm: plane: Make 'formats' parameter to drm_plane_init() constVille Syrjälä
2011-12-06drm: document the drm_mode_config structureJesse Barnes
2011-12-06drm: document the drm_mode_group structureJesse Barnes
2011-12-06drm: document and cleanup drm_mode_config_funcsJesse Barnes
2011-12-06drm: document drm_mode_set structureJesse Barnes
2011-12-06drm: remove unused fields in drm_connector and document the restJesse Barnes
2011-12-06drm: add drm_encoder commentsJesse Barnes
2011-12-06drm: add comments for drm_encoder_funcsJesse Barnes
2011-12-06drm: fix comments for drm_crtc structJesse Barnes
2011-12-06drm: remove unused connector_count field from drm_display_modeJesse Barnes
2011-11-29drm: move the fb bpp/depth helper into the core.Dave Airlie
2011-11-15drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes
2011-11-15drm: add plane support v3Jesse Barnes
2011-09-21drm: support routines for HDMI/DP ELDWu Fengguang
2011-08-04drm: Separate EDID Header Check from EDID Block CheckThomas Reim
2011-08-03drm: track CEA version number if presentJesse Barnes
2011-06-16drm/radeon: workaround a hw bug on some radeon chipsets with all-0 EDIDs.Dave Airlie
2011-04-28drm: parse color format support for digital displaysJesse Barnes