aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_crtc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-07Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-0/+1
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-3/+21
2012-10-02UAPI: Refer to the DRM UAPI headers with <...> and from certain headers onlyDavid Howells1-0/+1
2012-10-02drm: Export drm_probe_ddc()Adam Jackson1-0/+1
2012-10-02drm: support for rotated scanoutRob Clark1-0/+5
2012-10-02drm: refcnt drm_framebuffer (v4.1)Rob Clark1-0/+14
2012-09-24Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter1-1/+2
2012-09-17drm/edid: limit printk when facing bad edidJerome Glisse1-1/+2
2012-08-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie1-2/+0
2012-08-24drm: Initialize object type when using DRM_MODE() macroVille Syrjälä1-1/+2
2012-08-24drm: remove the raw_edid field from struct drm_display_infoJani Nikula1-2/+0
2012-08-22drm: Remove two unused fields from struct drm_display_modeDamien Lespiau1-2/+0
2012-07-19drm: remove the list_head from drm_mode_setDaniel Vetter1-2/+0
2012-06-12drm: increase DRM_OBJECT_MAX_PROPERTY to 24Paulo Zanoni1-1/+1
2012-05-22drm: add plane propertiesRob Clark1-0/+7
2012-05-22drm: add bitmask property typeRob Clark1-0/+4
2012-05-22drm: Constify drm_mode_config_funcs pointerLaurent Pinchart1-1/+1
2012-05-22drm: Miscellaneous typo fixes and documentation updatesLaurent Pinchart1-14/+7
2012-05-17drm: add CRTC propertiesPaulo Zanoni1-1/+8
2012-05-17drm: add 'count' to struct drm_object_propertiesPaulo Zanoni1-0/+1
2012-05-17drm: add generic ioctls to get/set properties on any objectPaulo Zanoni1-0/+13
2012-05-17drm: create struct drm_object_properties and use itPaulo Zanoni1-5/+10
2012-05-17drm: WARN() when drm_connector_attach_property failsPaulo Zanoni1-2/+2
2012-04-27drm/edid: Try harder to fix up base EDID blocksAdam Jackson1-1/+1
2012-04-20drm/edid: Allow drm_mode_find_dmt to hunt for reduced-blanking modesAdam Jackson1-1/+2
2012-04-20drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functionsVille Syrjälä1-0/+2
2012-04-20drm: Add drm_format_plane_cpp() utility functionVille Syrjälä1-0/+1
2012-04-20drm: Move drm_format_num_planes() to drm_crtc.cVille Syrjälä1-0/+2
2012-03-20drm: allow loading an EDID as firmware to override broken monitorCarsten Emde1-0/+1
2012-03-15drm/modeset: add helper to unplug all connectors from sysfsDave Airlie1-0/+2
2012-03-15drm: Add drm_mode_copy()Ville Syrjälä1-0/+1
2012-03-15drm: Use a flexible array member for blob property dataVille Syrjälä1-1/+1
2012-03-15drm: Handle drm_object_get() failuresVille Syrjälä1-11/+11
2012-03-15drm: Fix drm_mode_attachmode_crtc()Ville Syrjälä1-1/+1
2012-03-15drm: Change drm_display_mode::type to unsignedVille Syrjälä1-1/+1
2012-02-16drm: add some caps for userspace to discover more info for dumb KMS driver (v2)Dave Airlie1-0/+3
2012-02-09drm: add convenience function to create an range propertySascha Hauer1-0/+3
2012-02-09drm: add convenience function to create an enum propertySascha Hauer1-0/+8
2012-02-03drm: add proper return value for drm_mode_crtc_set_gamma_sizeSascha Hauer1-1/+1
2012-01-13drm: bump DRM_CONNECTOR_MAX_ENCODER from 2 to 3Ben Skeggs1-1/+1
2012-01-05drm: add support for private planesRob Clark1-1/+2
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä1-1/+2
2011-12-20drm: plane: Make 'formats' parameter to drm_plane_init() constVille Syrjälä1-1/+1
2011-12-06drm: document the drm_mode_config structureJesse Barnes1-0/+23
2011-12-06drm: document the drm_mode_group structureJesse Barnes1-0/+13
2011-12-06drm: document and cleanup drm_mode_config_funcsJesse Barnes1-2/+9
2011-12-06drm: document drm_mode_set structureJesse Barnes1-1/+9
2011-12-06drm: remove unused fields in drm_connector and document the restJesse Barnes1-7/+28
2011-12-06drm: add drm_encoder commentsJesse Barnes1-0/+12
2011-12-06drm: add comments for drm_encoder_funcsJesse Barnes1-0/+7