summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc_helper.c
Commit message (Expand)AuthorAgeFilesLines
* drm: remove the EDID blob stored in the EDID property when it is disconnectedZhao Yakui2010-03-151-0/+1
* drm/kms: fix fb_changed = true else statementDave Airlie2010-02-111-5/+1Star
* drm: change drm set mode messages as DRM_DEBUGDave Young2010-01-131-1/+1
* drm: fix crtc no modes printf + typoDave Airlie2010-01-131-1/+2
* drm: reduce WARN_ON to a printk.Dave Airlie2010-01-111-1/+1
* drm: Keep disabled outputs disabled after suspend / resumeDavid John2010-01-111-1/+23
* drm: disable all the possible outputs/crtcs before entering KMS modeZhao Yakui2009-12-091-0/+3
* Merge branch 'drm-core-next' into drm-linusDave Airlie2009-12-081-1/+1
|\
| * drm/modes: Fall back to 1024x768 instead of 800x600Adam Jackson2009-11-241-1/+1
* | drm/kms: Init the CRTC info fields for modes forced from the command line.Francisco Jerez2009-11-101-0/+1
|/
* drm/kms: protect against fb helper not being created.Dave Airlie2009-09-251-2/+11
* drm/kms: start adding command line interface using fb.Dave Airlie2009-09-251-5/+74
* drm: update crtc x/y when only fb changesBen Skeggs2009-09-181-0/+3
* drm: prune modes when output is disconnected.Adam Jackson2009-09-081-2/+2
* drm/kms: remove old std mode fallback code.Dave Airlie2009-09-071-54/+2Star
* drm/kms/i915: Add the default mode for CRT output without EDIDykzhao2009-09-071-2/+5
* drm/crtc_helper: avoid NULL-pointer dereference when encoder is NULLMaarten Maathuis2009-09-021-1/+2
* drm/crtc: fix mismerge of last patch.Dave Airlie2009-09-021-2/+2
* drm/kms: add explicit encoder disable function and detach harder.Dave Airlie2009-09-021-4/+20
* drm/crtc_helper: NULL encoder->crtc when switching encodersMaarten Maathuis2009-08-311-0/+4
* drm/crtc_helper: replace modeset fail path with something simplerMaarten Maathuis2009-08-311-32/+54
* Merge Linus master to drm-nextDave Airlie2009-08-201-2/+4
|\
| * drm: Catch stop possible NULL pointer referenceJakob Bornecrantz2009-08-041-2/+4
* | drm: Add the debug info in generic drm mode by using DRM_DEBUG_KMSZhao Yakui2009-08-041-20/+24
|/
* drm: Disable the unused connectors explicitly when resuming with KMS.Zhao Yakui2009-07-101-0/+2
* drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_d...Keith Packard2009-06-041-2/+107
* drm/kms: don't try to shortcut drm mode set functionDave Airlie2009-04-241-19/+0Star
* drm: remove unused "can_grow" parameter from drm_crtc_helper_initial_configJesse Barnes2009-04-031-2/+1Star
* drm: sync the mode validation for INTERLACE/DBLSCANyakui_zhao2009-04-031-0/+28
* drm: disable encoders before re-routing themJesse Barnes2009-02-251-4/+72
* drm: Propagate failure from setting crtc base.Chris Wilson2009-02-201-4/+11
* drm: Check for a NULL encoder when reverting on error pathChris Wilson2009-02-201-1/+5
* drm: handle depth & bpp changes correctlyJesse Barnes2009-01-161-15/+33
* drm: initial KMS config fixesJesse Barnes2009-01-161-34/+93
* drm: pin new and unpin old buffer when setting a mode.Kristian Høgsberg2008-12-291-7/+13
* drm: sanitise drm modesetting API + remove unused hotplugJakob Bornecrantz2008-12-291-2/+0Star
* drm: pick an 800x600@60HZ mode by default for unknown CRT.Dave Airlie2008-12-291-4/+4
* DRM: add mode setting supportDave Airlie2008-12-291-0/+822