aboutsummaryrefslogtreecommitdiff
path: root/include/drm/drm_crtc_helper.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-23drm: return if changed in drm_helper_hpd_irq_event()Gravatar Marc-André Lureau 1-1/+1
2012-11-20drm: extract drm_kms_helper_hotplug_eventGravatar Daniel Vetter 1-0/+1
2012-11-11drm: add helper to sort panels to the head of the connector listGravatar Daniel Vetter 1-0/+2
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerGravatar Laurent Pinchart 1-2/+2
2012-05-22drm: Miscellaneous typo fixes and documentation updatesGravatar Laurent Pinchart 1-0/+21
2012-04-20drm: Move drm_format_num_planes() to drm_crtc.cGravatar Ville Syrjälä 1-2/+0
2011-12-20drm: Add drm_format_num_planes() utility functionGravatar Ville Syrjälä 1-0/+3
2011-11-29drm: move the fb bpp/depth helper into the core.Gravatar Dave Airlie 1-2/+0
2011-11-15drm: add an fb creation ioctl that takes a pixel format v5Gravatar Jesse Barnes 1-1/+3
2010-10-19drm, kdb, kms: Change mode_set_base_atomic() enter argument to be an enumGravatar Jason Wessel 1-1/+6
2010-10-06drm, kdb, kms: Add an enter argument to mode_set_base_atomic() APIGravatar Jason Wessel 1-1/+2
2010-08-05Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+3
2010-08-05drm: add KGDB/KDB supportGravatar Jesse Barnes 1-0/+2
2010-07-07drm/kms: add crtc disable functionGravatar Alex Deucher 1-0/+3
2010-06-01drm/kms: disable/enable poll around switcheroo on/offGravatar Dave Airlie 1-0/+3
2010-05-18drm/fbdev: rework output polling to be back in the core. (v4)Gravatar Dave Airlie 1-0/+3
2010-04-07drm/kms/fb: separate fbdev connector list from core drm connectorsGravatar Dave Airlie 1-4/+1
2010-04-07drm/fb: fix fbdev object model + cleanup properly.Gravatar Dave Airlie 1-1/+0
2009-10-05drm/fb: add setcmap and fix 8-bit support.Gravatar Dave Airlie 1-0/+3
2009-09-28drm/kms: make fb helper work for all drivers.Gravatar Dave Airlie 1-1/+3
2009-09-02drm/kms: add explicit encoder disable function and detach harder.Gravatar Dave Airlie 1-0/+2
2009-08-31drm/crtc_helper: place drm_helper_encoder_in_use() in the header fileGravatar Maarten Maathuis 1-0/+1
2009-06-04drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_d...Gravatar Keith Packard 1-0/+2
2009-04-03drm: remove unused "can_grow" parameter from drm_crtc_helper_initial_configGravatar Jesse Barnes 1-1/+1
2009-04-03DRM: drm_crtc_helper.h doesn't actually need i2c.hGravatar Jean Delvare 1-1/+0
2009-02-25drm: disable encoders before re-routing themGravatar Jesse Barnes 1-0/+1
2009-02-20drm: Propagate failure from setting crtc base.Gravatar Chris Wilson 1-5/+5
2009-01-16drm: initial KMS config fixesGravatar Jesse Barnes 1-1/+1
2008-12-29drm: pin new and unpin old buffer when setting a mode.Gravatar Kristian Høgsberg 1-3/+6
2008-12-29DRM: add mode setting supportGravatar Dave Airlie 1-0/+121