aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_crtc_helper.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-28Merge tag 'topic/atomic-core-2015-01-27' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-2/+19
2015-01-27drm/atomic: Add ->atomic_check() to encoder helpersThierry Reding1-0/+6
2015-01-27drm/atomic-helpers: Saner encoder/crtc callbacksDaniel Vetter1-2/+18
2014-12-17drm: Include drm_crtc_helper.h in DocBookThierry Reding1-5/+25
2014-12-17drm: Make drm_crtc_helper.h standalone includibleThierry Reding1-0/+2
2014-11-05drm/crtc-helper: Transitional functions using atomic plane helpersDaniel Vetter1-0/+7
2014-11-05drm: Add atomic/plane helpersDaniel Vetter1-0/+6
2014-05-16Merge tag 'topic/core-stuff-2014-05-05' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-1/+1
2014-05-01drm: try harder to avoid regression when merging mode bitsDave Airlie1-0/+4
2014-04-22drm: make mode_valid callback optionalAndrzej Hajda1-1/+1
2014-04-18drm: Split out drm_probe_helper.c from drm_crtc_helper.cDaniel Vetter1-1/+5
2014-03-13drm: drop error code for drm_helper_resume_force_modeDaniel Vetter1-1/+1
2014-03-13drm: remove return value from drm_helper_mode_fill_fb_structDaniel Vetter1-2/+2
2014-01-20drm: Make the connector mode_valid() vfunc return a drm_mode_status enumDamien Lespiau1-2/+2
2013-10-23drm: return if changed in drm_helper_hpd_irq_event()Marc-André Lureau1-1/+1
2012-11-20drm: extract drm_kms_helper_hotplug_eventDaniel Vetter1-0/+1
2012-11-11drm: add helper to sort panels to the head of the connector listDaniel Vetter1-0/+2
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart1-2/+2
2012-05-22drm: Miscellaneous typo fixes and documentation updatesLaurent Pinchart1-0/+21
2012-04-20drm: Move drm_format_num_planes() to drm_crtc.cVille Syrjälä1-2/+0
2011-12-20drm: Add drm_format_num_planes() utility functionVille Syrjälä1-0/+3
2011-11-29drm: move the fb bpp/depth helper into the core.Dave Airlie1-2/+0
2011-11-15drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes1-1/+3
2010-10-19drm, kdb, kms: Change mode_set_base_atomic() enter argument to be an enumJason Wessel1-1/+6
2010-10-06drm, kdb, kms: Add an enter argument to mode_set_base_atomic() APIJason Wessel1-1/+2
2010-08-05Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-0/+3
2010-08-05drm: add KGDB/KDB supportJesse Barnes1-0/+2
2010-07-07drm/kms: add crtc disable functionAlex Deucher1-0/+3
2010-06-01drm/kms: disable/enable poll around switcheroo on/offDave Airlie1-0/+3
2010-05-18drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie1-0/+3
2010-04-07drm/kms/fb: separate fbdev connector list from core drm connectorsDave Airlie1-4/+1
2010-04-07drm/fb: fix fbdev object model + cleanup properly.Dave Airlie1-1/+0
2009-10-05drm/fb: add setcmap and fix 8-bit support.Dave Airlie1-0/+3
2009-09-28drm/kms: make fb helper work for all drivers.Dave Airlie1-1/+3
2009-09-02drm/kms: add explicit encoder disable function and detach harder.Dave Airlie1-0/+2
2009-08-31drm/crtc_helper: place drm_helper_encoder_in_use() in the header fileMaarten Maathuis1-0/+1
2009-06-04drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_dpms.Keith Packard1-0/+2
2009-04-03drm: remove unused "can_grow" parameter from drm_crtc_helper_initial_configJesse Barnes1-1/+1
2009-04-03DRM: drm_crtc_helper.h doesn't actually need i2c.hJean Delvare1-1/+0
2009-02-25drm: disable encoders before re-routing themJesse Barnes1-0/+1
2009-02-20drm: Propagate failure from setting crtc base.Chris Wilson1-5/+5
2009-01-16drm: initial KMS config fixesJesse Barnes1-1/+1
2008-12-29drm: pin new and unpin old buffer when setting a mode.Kristian Høgsberg1-3/+6
2008-12-29DRM: add mode setting supportDave Airlie1-0/+121