aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc_helper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-01drm/kms: disable/enable poll around switcheroo on/offDave Airlie1-6/+22
2010-05-18drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie1-0/+95
2010-04-07drm/kms/fb: move to using fb helper crtc grouping instead of core crtc listDave Airlie1-4/+0
2010-04-07drm/fb: fix fbdev object model + cleanup properly.Dave Airlie1-390/+1
2010-03-15drm: remove the EDID blob stored in the EDID property when it is disconnectedZhao Yakui1-0/+1
2010-02-11drm/kms: fix fb_changed = true else statementDave Airlie1-5/+1
2010-01-13drm: change drm set mode messages as DRM_DEBUGDave Young1-1/+1
2010-01-13drm: fix crtc no modes printf + typoDave Airlie1-1/+2
2010-01-11drm: reduce WARN_ON to a printk.Dave Airlie1-1/+1
2010-01-11drm: Keep disabled outputs disabled after suspend / resumeDavid John1-1/+23
2009-12-09drm: disable all the possible outputs/crtcs before entering KMS modeZhao Yakui1-0/+3
2009-12-08Merge branch 'drm-core-next' into drm-linusDave Airlie1-1/+1
2009-11-24drm/modes: Fall back to 1024x768 instead of 800x600Adam Jackson1-1/+1
2009-11-10drm/kms: Init the CRTC info fields for modes forced from the command line.Francisco Jerez1-0/+1
2009-09-26drm/kms: protect against fb helper not being created.Dave Airlie1-2/+11
2009-09-25drm/kms: start adding command line interface using fb.Dave Airlie1-5/+74
2009-09-18drm: update crtc x/y when only fb changesBen Skeggs1-0/+3
2009-09-08drm: prune modes when output is disconnected.Adam Jackson1-2/+2
2009-09-07drm/kms: remove old std mode fallback code.Dave Airlie1-54/+2
2009-09-07drm/kms/i915: Add the default mode for CRT output without EDIDykzhao1-2/+5
2009-09-02drm/crtc_helper: avoid NULL-pointer dereference when encoder is NULLMaarten Maathuis1-1/+2
2009-09-02drm/crtc: fix mismerge of last patch.Dave Airlie1-2/+2
2009-09-02drm/kms: add explicit encoder disable function and detach harder.Dave Airlie1-4/+20
2009-08-31drm/crtc_helper: NULL encoder->crtc when switching encodersMaarten Maathuis1-0/+4
2009-08-31drm/crtc_helper: replace modeset fail path with something simplerMaarten Maathuis1-32/+54
2009-08-20Merge Linus master to drm-nextDave Airlie1-2/+4
2009-08-04drm: Add the debug info in generic drm mode by using DRM_DEBUG_KMSZhao Yakui1-20/+24
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