aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc_helper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-04drm: Catch stop possible NULL pointer referenceJakob Bornecrantz1-2/+4
2009-07-10drm: Disable the unused connectors explicitly when resuming with KMS.Zhao Yakui1-0/+2
2009-06-04drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_dpms.Keith Packard1-2/+107
2009-04-24drm/kms: don't try to shortcut drm mode set functionDave Airlie1-19/+0
2009-04-03drm: remove unused "can_grow" parameter from drm_crtc_helper_initial_configJesse Barnes1-2/+1
2009-04-03drm: sync the mode validation for INTERLACE/DBLSCANyakui_zhao1-0/+28
2009-02-25drm: disable encoders before re-routing themJesse Barnes1-4/+72
2009-02-20drm: Propagate failure from setting crtc base.Chris Wilson1-4/+11
2009-02-20drm: Check for a NULL encoder when reverting on error pathChris Wilson1-1/+5
2009-01-16drm: handle depth & bpp changes correctlyJesse Barnes1-15/+33
2009-01-16drm: initial KMS config fixesJesse Barnes1-34/+93
2008-12-29drm: pin new and unpin old buffer when setting a mode.Kristian Høgsberg1-7/+13
2008-12-29drm: sanitise drm modesetting API + remove unused hotplugJakob Bornecrantz1-2/+0
2008-12-29drm: pick an 800x600@60HZ mode by default for unknown CRT.Dave Airlie1-4/+4
2008-12-29DRM: add mode setting supportDave Airlie1-0/+822