summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-20drm/i915: only set the intel_crtc DPMS mode to on if the mode set succeededHEADmisc-fixesJesse Barnes1-2/+4
2011-10-20drm/i915: don't disable a PCH DPLL that's in useJesse Barnes1-1/+11
2011-10-20drm/fb: don't try to pan if the fb hasn't moved relative to the CRTCJesse Barnes1-0/+1457
2011-10-20drm: try to restore previous CRTC config if mode set failsJesse Barnes1-0/+982
2011-10-20drm/i915: remove transcoder PLL mashing from mode_set per specsJesse Barnes1-25/+0
2011-10-20drm/i915: if transcoder disable fails, say whichJesse Barnes1-1/+1
2011-10-20drm/i915: set watermarks for third pipe on IVBJesse Barnes2-0/+14
2011-10-20drm/i915: export a CPT mode set verification functionJesse Barnes3-0/+25
2011-10-20drm/i915: fix transcoder PLL select maskingJesse Barnes1-5/+10
2011-10-20drm/i915: fix IVB cursor supportJesse Barnes2-5/+35
2011-10-20drm/i915: fix debug output for 3 pipe configsJesse Barnes1-1/+1
2011-10-20drm/i915: add PLL sharing support to handle 3 pipesJesse Barnes