summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_crtc_helper.h
Commit message (Expand)AuthorAgeFilesLines
* drm: extract drm_kms_helper_hotplug_eventDaniel Vetter2012-11-201-0/+1
* drm: add helper to sort panels to the head of the connector listDaniel Vetter2012-11-111-0/+2
* drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart2012-07-191-2/+2
* drm: Miscellaneous typo fixes and documentation updatesLaurent Pinchart2012-05-221-0/+21
* drm: Move drm_format_num_planes() to drm_crtc.cVille Syrjälä2012-04-201-2/+0
* drm: Add drm_format_num_planes() utility functionVille Syrjälä2011-12-201-0/+3
* drm: move the fb bpp/depth helper into the core.Dave Airlie2011-11-291-2/+0
* drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes2011-11-151-1/+3
* drm, kdb, kms: Change mode_set_base_atomic() enter argument to be an enumJason Wessel2010-10-191-1/+6
* drm, kdb, kms: Add an enter argument to mode_set_base_atomic() APIJason Wessel2010-10-061-1/+2
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-051-0/+3
|\
| * drm/kms: add crtc disable functionAlex Deucher2010-07-071-0/+3
* | drm: add KGDB/KDB supportJesse Barnes2010-08-051-0/+2
|/
* drm/kms: disable/enable poll around switcheroo on/offDave Airlie2010-06-011-0/+3
* drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie2010-05-181-0/+3
* drm/kms/fb: separate fbdev connector list from core drm connectorsDave Airlie2010-04-071-4/+1
* drm/fb: fix fbdev object model + cleanup properly.Dave Airlie2010-04-071-1/+0
* drm/fb: add setcmap and fix 8-bit support.Dave Airlie2009-10-051-0/+3
* drm/kms: make fb helper work for all drivers.Dave Airlie2009-09-281-1/+3
* drm/kms: add explicit encoder disable function and detach harder.Dave Airlie2009-09-021-0/+2
* drm/crtc_helper: place drm_helper_encoder_in_use() in the header fileMaarten Maathuis2009-08-311-0/+1
* drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_d...Keith Packard2009-06-041-0/+2
* drm: remove unused "can_grow" parameter from drm_crtc_helper_initial_configJesse Barnes2009-04-031-1/+1
* DRM: drm_crtc_helper.h doesn't actually need i2c.hJean Delvare2009-04-031-1/+0
* drm: disable encoders before re-routing themJesse Barnes2009-02-251-0/+1
* drm: Propagate failure from setting crtc base.Chris Wilson2009-02-201-5/+5
* drm: initial KMS config fixesJesse Barnes2009-01-161-1/+1
* drm: pin new and unpin old buffer when setting a mode.Kristian Høgsberg2008-12-291-3/+6
* DRM: add mode setting supportDave Airlie2008-12-291-0/+121