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