aboutsummaryrefslogtreecommitdiff
path: root/include/drm/drm_crtc.h
AgeCommit message (Expand)Author
2012-10-07Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-10-02UAPI: Refer to the DRM UAPI headers with <...> and from certain headers onlyDavid Howells
2012-10-02drm: Export drm_probe_ddc()Adam Jackson
2012-10-02drm: support for rotated scanoutRob Clark
2012-10-02drm: refcnt drm_framebuffer (v4.1)Rob Clark
2012-09-24Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter
2012-09-17drm/edid: limit printk when facing bad edidJerome Glisse
2012-08-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie
2012-08-24drm: Initialize object type when using DRM_MODE() macroVille Syrjälä
2012-08-24drm: remove the raw_edid field from struct drm_display_infoJani Nikula
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