aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_crtc_helper.h
Commit message (Expand)AuthorAge
* Merge tag 'topic/core-stuff-2014-05-05' of git://anongit.freedesktop.org/drm-...Dave Airlie2014-05-15
|\
| * drm: make mode_valid callback optionalAndrzej Hajda2014-04-22
* | drm: try harder to avoid regression when merging mode bitsDave Airlie2014-04-30
|/
* drm: Split out drm_probe_helper.c from drm_crtc_helper.cDaniel Vetter2014-04-17
* drm: drop error code for drm_helper_resume_force_modeDaniel Vetter2014-03-13
* drm: remove return value from drm_helper_mode_fill_fb_structDaniel Vetter2014-03-13
* drm: Make the connector mode_valid() vfunc return a drm_mode_status enumDamien Lespiau2014-01-20
* drm: return if changed in drm_helper_hpd_irq_event()Marc-André Lureau2013-10-23
* drm: extract drm_kms_helper_hotplug_eventDaniel Vetter2012-11-20
* drm: add helper to sort panels to the head of the connector listDaniel Vetter2012-11-11
* drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart2012-07-19
* drm: Miscellaneous typo fixes and documentation updatesLaurent Pinchart2012-05-22
* drm: Move drm_format_num_planes() to drm_crtc.cVille Syrjälä2012-04-20
* drm: Add drm_format_num_planes() utility functionVille Syrjälä2011-12-20
* drm: move the fb bpp/depth helper into the core.Dave Airlie2011-11-29
* drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes2011-11-15
* drm, kdb, kms: Change mode_set_base_atomic() enter argument to be an enumJason Wessel2010-10-19
* drm, kdb, kms: Add an enter argument to mode_set_base_atomic() APIJason Wessel2010-10-05
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-05
|\
| * drm/kms: add crtc disable functionAlex Deucher2010-07-07
* | drm: add KGDB/KDB supportJesse Barnes2010-08-05
|/
* drm/kms: disable/enable poll around switcheroo on/offDave Airlie2010-05-31
* drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie2010-05-18
* drm/kms/fb: separate fbdev connector list from core drm connectorsDave Airlie2010-04-06
* drm/fb: fix fbdev object model + cleanup properly.Dave Airlie2010-04-06
* drm/fb: add setcmap and fix 8-bit support.Dave Airlie2009-10-04
* drm/kms: make fb helper work for all drivers.Dave Airlie2009-09-28
* drm/kms: add explicit encoder disable function and detach harder.Dave Airlie2009-09-01
* drm/crtc_helper: place drm_helper_encoder_in_use() in the header fileMaarten Maathuis2009-08-30
* drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_d...Keith Packard2009-06-03
* drm: remove unused "can_grow" parameter from drm_crtc_helper_initial_configJesse Barnes2009-04-02
* DRM: drm_crtc_helper.h doesn't actually need i2c.hJean Delvare2009-04-02
* drm: disable encoders before re-routing themJesse Barnes2009-02-24
* drm: Propagate failure from setting crtc base.Chris Wilson2009-02-19
* drm: initial KMS config fixesJesse Barnes2009-01-16
* drm: pin new and unpin old buffer when setting a mode.Kristian Høgsberg2008-12-29
* DRM: add mode setting supportDave Airlie2008-12-29