aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_crtc_helper.c
AgeCommit message (Expand)Author
2009-09-08drm: prune modes when output is disconnected.Adam Jackson
2009-09-07drm/kms: remove old std mode fallback code.Dave Airlie
2009-09-07drm/kms/i915: Add the default mode for CRT output without EDIDykzhao
2009-09-02drm/crtc_helper: avoid NULL-pointer dereference when encoder is NULLMaarten Maathuis
2009-09-02drm/crtc: fix mismerge of last patch.Dave Airlie
2009-09-02drm/kms: add explicit encoder disable function and detach harder.Dave Airlie
2009-08-31drm/crtc_helper: NULL encoder->crtc when switching encodersMaarten Maathuis
2009-08-31drm/crtc_helper: replace modeset fail path with something simplerMaarten Maathuis
2009-08-20Merge Linus master to drm-nextDave Airlie
2009-08-04drm: Add the debug info in generic drm mode by using DRM_DEBUG_KMSZhao Yakui
2009-08-04drm: Catch stop possible NULL pointer referenceJakob Bornecrantz
2009-07-10drm: Disable the unused connectors explicitly when resuming with KMS.Zhao Yakui
2009-06-04drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_d...Keith Packard
2009-04-24drm/kms: don't try to shortcut drm mode set functionDave Airlie
2009-04-03drm: remove unused "can_grow" parameter from drm_crtc_helper_initial_configJesse Barnes
2009-04-03drm: sync the mode validation for INTERLACE/DBLSCANyakui_zhao
2009-02-25drm: disable encoders before re-routing themJesse Barnes
2009-02-20drm: Propagate failure from setting crtc base.Chris Wilson
2009-02-20drm: Check for a NULL encoder when reverting on error pathChris Wilson
2009-01-16drm: handle depth & bpp changes correctlyJesse Barnes
2009-01-16drm: initial KMS config fixesJesse Barnes
2008-12-29drm: pin new and unpin old buffer when setting a mode.Kristian Høgsberg
2008-12-29drm: sanitise drm modesetting API + remove unused hotplugJakob Bornecrantz
2008-12-29drm: pick an 800x600@60HZ mode by default for unknown CRT.Dave Airlie
2008-12-29DRM: add mode setting supportDave Airlie