summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_display.c
AgeCommit message (Expand)Author
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
2010-07-26drm/i915: disable FBC when more than one pipe is activeJesse Barnes
2010-07-26drm/i915: Use the correct scanout alignment for fbcon.Chris Wilson
2010-07-26drm/i915: add PANEL_UNLOCK_REGS definitionJesse Barnes
2010-07-26drm/i915: Make G4X-style PLL search more permissiveAdam Jackson
2010-07-26drm/i915: Clear any existing dither mode prior to enabling spatial ditheringChris Wilson
2010-07-26drm/i915: handle shared framebuffers when flippingJesse Barnes
2010-07-02drm/i915: add tracepoints for flip requests & completionsJesse Barnes
2010-07-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds
2010-07-01drm/i915: don't access FW_BLC_SELF on 965GJesse Barnes
2010-06-18drm/i915: gen3 page flipping fixesJesse Barnes
2010-06-18drm/i915: don't queue flips during a flip pending eventJesse Barnes
2010-06-14drm/i915: Turn on 945 self-refresh only if single CRTC is activeLi Peng
2010-06-08Revert "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)."Linus Torvalds
2010-06-08drm/i915: fix oops on single crtc devices.Dave Airlie
2010-06-05drm/i915: Move non-phys cursors into the GTTChris Wilson
2010-06-02drm/i915: Move non-phys cursors into the GTTChris Wilson
2010-06-02Revert "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)."Carl Worth
2010-05-28drm/i915: Include pitch in set_base debug statement.Chris Wilson
2010-05-28drm/i915: Only print "nothing to do" debug message as required.Chris Wilson
2010-05-28drm/i915: Hold the spinlock whilst resetting unpin_work along error pathChris Wilson
2010-05-26drm/i915: Add CxSR support on Pineview DDR3Li Peng
2010-05-26drm/i915: Kill dangerous pending-flip debuggingChris Wilson
2010-05-26drm/i915: add power monitoring supportJesse Barnes
2010-05-26drm/i915: Add support for interlaced display.Krzysztof Halasa
2010-05-26drm/i915: add timeout to FBC disable waitsJesse Barnes
2010-05-26drm/i915: introduce intel_ring_buffer structure (V2)Zou Nan hai