summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_crtc.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-10-071-0/+1
|\
| * drm: Export drm_probe_ddc()Adam Jackson2012-10-021-0/+1
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-031-3/+21
|\ \
| * | drm: support for rotated scanoutRob Clark2012-10-021-0/+5
| * | drm: refcnt drm_framebuffer (v4.1)Rob Clark2012-10-021-0/+14
| |/
| * Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter2012-09-241-1/+2
| |\
| * | drm/edid: limit printk when facing bad edidJerome Glisse2012-09-171-1/+2
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie2012-08-271-2/+0
| |\ \
| * | | drm: remove the raw_edid field from struct drm_display_infoJani Nikula2012-08-241-2/+0
* | | | UAPI: Refer to the DRM UAPI headers with <...> and from certain headers onlyDavid Howells2012-10-021-0/+1
| |_|/ |/| |
* | | drm: Initialize object type when using DRM_MODE() macroVille Syrjälä2012-08-241-1/+2
| |/ |/|
* | drm: Remove two unused fields from struct drm_display_modeDamien Lespiau2012-08-221-2/+0
|/
* drm: remove the list_head from drm_mode_setDaniel Vetter2012-07-191-2/+0
* drm: increase DRM_OBJECT_MAX_PROPERTY to 24Paulo Zanoni2012-06-121-1/+1
* drm: add plane propertiesRob Clark2012-05-221-0/+7
* drm: add bitmask property typeRob Clark2012-05-221-0/+4
* drm: Constify drm_mode_config_funcs pointerLaurent Pinchart2012-05-221-1/+1
* drm: Miscellaneous typo fixes and documentation updatesLaurent Pinchart2012-05-221-14/+7
* drm: add CRTC propertiesPaulo Zanoni2012-05-171-1/+8
* drm: add 'count' to struct drm_object_propertiesPaulo Zanoni2012-05-171-0/+1
* drm: add generic ioctls to get/set properties on any objectPaulo Zanoni2012-05-171-0/+13
* drm: create struct drm_object_properties and use itPaulo Zanoni2012-05-171-5/+10
* drm: WARN() when drm_connector_attach_property failsPaulo Zanoni2012-05-171-2/+2
* drm/edid: Try harder to fix up base EDID blocksAdam Jackson2012-04-271-1/+1
* drm/edid: Allow drm_mode_find_dmt to hunt for reduced-blanking modesAdam Jackson2012-04-201-1/+2
* drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functionsVille Syrjälä2012-04-201-0/+2
* drm: Add drm_format_plane_cpp() utility functionVille Syrjälä2012-04-201-0/+1
* drm: Move drm_format_num_planes() to drm_crtc.cVille Syrjälä2012-04-201-0/+2
* drm: allow loading an EDID as firmware to override broken monitorCarsten Emde2012-03-201-0/+1
* drm/modeset: add helper to unplug all connectors from sysfsDave Airlie2012-03-151-0/+2
* drm: Add drm_mode_copy()Ville Syrjälä2012-03-151-0/+1
* drm: Use a flexible array member for blob property dataVille Syrjälä2012-03-151-1/+1
* drm: Handle drm_object_get() failuresVille Syrjälä2012-03-151-11/+11
* drm: Fix drm_mode_attachmode_crtc()Ville Syrjälä2012-03-151-1/+1
* drm: Change drm_display_mode::type to unsignedVille Syrjälä2012-03-151-1/+1
* drm: add some caps for userspace to discover more info for dumb KMS driver (v2)Dave Airlie2012-02-161-0/+3
* drm: add convenience function to create an range propertySascha Hauer2012-02-091-0/+3
* drm: add convenience function to create an enum propertySascha Hauer2012-02-091-0/+8
* drm: add proper return value for drm_mode_crtc_set_gamma_sizeSascha Hauer2012-02-031-1/+1
* drm: bump DRM_CONNECTOR_MAX_ENCODER from 2 to 3Ben Skeggs2012-01-131-1/+1
* drm: add support for private planesRob Clark2012-01-051-1/+2
* drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä2011-12-201-1/+2
* drm: plane: Make 'formats' parameter to drm_plane_init() constVille Syrjälä2011-12-201-1/+1
* drm: document the drm_mode_config structureJesse Barnes2011-12-061-0/+23
* drm: document the drm_mode_group structureJesse Barnes2011-12-061-0/+13
* drm: document and cleanup drm_mode_config_funcsJesse Barnes2011-12-061-2/+9
* drm: document drm_mode_set structureJesse Barnes2011-12-061-1/+9
* drm: remove unused fields in drm_connector and document the restJesse Barnes2011-12-061-7/+28
* drm: add drm_encoder commentsJesse Barnes2011-12-061-0/+12
* drm: add comments for drm_encoder_funcsJesse Barnes2011-12-061-0/+7
OpenPOWER on IntegriCloud