aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-24drm/i915: fix vblank wait test conditionJesse Barnes1-1/+1
2010-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intelLinus Torvalds1-230/+289
2010-08-21drm/i915: wait for actual vblank, not just 20msJesse Barnes1-22/+56
2010-08-18drm/i915: make sure eDP PLL is enabled at the right timeJesse Barnes1-37/+2
2010-08-18drm/i915: fix VGA plane disable for Ironlake+Jesse Barnes1-28/+27
2010-08-12Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-9/+6
2010-08-10drm: expand gamma_setJames Simmons1-6/+3
2010-08-10drm: Propagate error code from fb_create()Chris Wilson1-3/+3
2010-08-09drm/i915: Enable RC6 on Ironlake.Zou Nan hai1-3/+6
2010-08-09drm/i915: Set up a render context on IronlakeZou Nan hai1-10/+43
2010-08-09drm/i915: Apply i830 errata for cursor alignmentChris Wilson1-1/+3
2010-08-09drm/i915: Only update i845/i865 CURBASE when disabled (v2)Chris Wilson1-29/+62
2010-08-09drm/i915: FBC is updated within set_base() so remove second call in mode_set()Chris Wilson1-3/+0
2010-08-09drm/i915/edp: Flush the write before waiting for PLLsChris Wilson1-0/+1
2010-08-09drm/i915: Ensure that while(INREG()) are bounded (v2)Chris Wilson1-45/+13
2010-08-09drm/i915: Update watermarks for Ironlake after dpms changesChris Wilson1-14/+22
2010-08-09drm/i915/display: Add pipe/plane information to dpms debuggingChris Wilson1-3/+3
2010-08-09drm/i915: Write to display base last.Chris Wilson1-4/+2
2010-08-09drm/i915: Enable aspect/centering panel fitting for Ironlake.Chris Wilson1-9/+7
2010-08-09drm/i915: Disable the cursor for DPMS_OFFChris Wilson1-4/+4
2010-08-09drm/i915: i8xx also doesn't like multiple oustanding pageflipsDaniel Vetter1-6/+8
2010-08-09drm/i915: fixup pageflip ringbuffer commands for i8xxDaniel Vetter1-1/+7
2010-08-09drm/i915: Mark the static memory latency tables const.Chris Wilson1-6/+8
2010-08-09drm/i915: Subclass intel_encoder.Chris Wilson1-0/+14
2010-08-09drm/i915: Do not clobber the contents of TRANS_DP_CTL when enabling.Chris Wilson1-3/+4
2010-08-09drm/i915: Remove useless message when disabling "Big FIFO" on PineViewChris Wilson1-8/+3
2010-08-05Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-163/+423
2010-08-05i915: when kgdb is active display compression should be offJason Wessel1-0/+4
2010-08-05drm/i915: use new fb debug hooksJesse Barnes1-1/+97
2010-08-03drm/i915: Clear the Ironlake dithering flags when the pipe doesn't want it.Eric Anholt1-5/+7
2010-08-01drm/i915: Unset cursor if out-of-bounds upon mode change (v4)Chris Wilson1-51/+93
2010-08-01drm/i915: Warn if we run out of FIFO space for a modeChris Wilson1-1/+7
2010-08-01drm/i915: Round up the watermark entries (v3)Chris Wilson1-24/+20
2010-08-01drm/i915: Enable panel fitting for eDPZhao Yakui1-1/+2
2010-08-01drm/i915/pch: Set transcoder sync polarity for DP based on actual modeAdam Jackson1-3/+6
2010-08-01drm/i915: Initialize LVDS and eDP outputs before anything elseAdam Jackson1-5/+12
2010-08-01Merge remote branch 'origin/master' into drm-intel-nextEric Anholt1-11/+98
2010-08-01drm/i915: Use 128k alignment for untiled display surface on i965 (v2)Chris Wilson1-1/+6
2010-08-01drm/i915/pch: Cosmetic fix to FDI link trainingAdam Jackson1-34/+24
2010-08-01drm/i915: fix FDI frequency checkJesse Barnes1-2/+5
2010-08-01drm/i915: Propagate error from i915_gem_object_flush_gpu_write_domain()Chris Wilson1-1/+3
2010-08-01drm/i915: Propagate error from drm_vblank_get() during page-flipping.Chris Wilson1-14/+21
2010-08-01drm/i915: Add frame buffer compression support on Ironlake mobileZhao Yakui1-1/+92
2010-08-01drm/i915: Calculate cursor watermark under non-SR state for IronlakeZhao Yakui1-3/+53
2010-08-01drm/i915: Apply self-refresh watermark calculation for cursor planeZhao Yakui1-1/+43
2010-08-01drm/i915: Fix fifo size for self-refresh watermark on 965GZhao Yakui1-2/+2
2010-08-01drm/i915: Fix watermark calculation in self-refresh modeZhao Yakui1-17/+25
2010-08-01drm/i915: Add the support of eDP on DP-D for Ibex/CPTZhao Yakui1-1/+1
2010-07-26drm/i915: add pipe A force quirks to i915 driverJesse Barnes1-1/+68
2010-07-26drm/i915: Fix panel fitting regression since 734b4157Chris Wilson1-2/+0