summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_display.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-12Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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-06Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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-04drm/i915: Clear the Ironlake dithering flags when the pipe doesn't want it.Eric Anholt1-5/+7
2010-08-02drm/i915: Unset cursor if out-of-bounds upon mode change (v4)Chris Wilson1-51/+93
2010-08-02drm/i915: Warn if we run out of FIFO space for a modeChris Wilson1-1/+7
2010-08-02drm/i915: Round up the watermark entries (v3)Chris Wilson1-24/+20
2010-08-02drm/i915: Enable panel fitting for eDPZhao Yakui1-1/+2
2010-08-02drm/i915/pch: Set transcoder sync polarity for DP based on actual modeAdam Jackson1-3/+6
2010-08-02drm/i915: Initialize LVDS and eDP outputs before anything elseAdam Jackson1-5/+12
2010-08-02Merge remote branch 'origin/master' into drm-intel-nextEric Anholt1-11/+98
2010-08-02drm/i915: Use 128k alignment for untiled display surface on i965 (v2)Chris Wilson1-1/+6
2010-08-02drm/i915/pch: Cosmetic fix to FDI link trainingAdam Jackson1-34/+24
2010-08-02drm/i915: fix FDI frequency checkJesse Barnes1-2/+5
2010-08-02drm/i915: Propagate error from i915_gem_object_flush_gpu_write_domain()Chris Wilson1-1/+3
2010-08-02drm/i915: Propagate error from drm_vblank_get() during page-flipping.Chris Wilson1-14/+21
2010-08-02drm/i915: Add frame buffer compression support on Ironlake mobileZhao Yakui1-1/+92
2010-08-02drm/i915: Calculate cursor watermark under non-SR state for IronlakeZhao Yakui1-3/+53
2010-08-02drm/i915: Apply self-refresh watermark calculation for cursor planeZhao Yakui1-1/+43
2010-08-02drm/i915: Fix fifo size for self-refresh watermark on 965GZhao Yakui1-2/+2
2010-08-02drm/i915: Fix watermark calculation in self-refresh modeZhao Yakui1-17/+25
2010-08-02drm/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
2010-07-26drm/i915: disable FBC when more than one pipe is activeJesse Barnes1-0/+15
2010-07-26drm/i915: Use the correct scanout alignment for fbcon.Chris Wilson1-1/+1
2010-07-26drm/i915: add PANEL_UNLOCK_REGS definitionJesse Barnes1-2/+4
2010-07-26drm/i915: Make G4X-style PLL search more permissiveAdam Jackson1-2/+2
2010-07-26drm/i915: Clear any existing dither mode prior to enabling spatial ditheringChris Wilson1-0/+1
2010-07-26drm/i915: handle shared framebuffers when flippingJesse Barnes1-3/+7
2010-07-02drm/i915: add tracepoints for flip requests & completionsJesse Barnes1-0/+5
2010-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds1-13/+47
2010-07-02drm/i915: don't access FW_BLC_SELF on 965GJesse Barnes1-3/+5
2010-06-19drm/i915: gen3 page flipping fixesJesse Barnes1-5/+24
2010-06-19drm/i915: don't queue flips during a flip pending eventJesse Barnes1-0/+11
2010-06-15drm/i915: Turn on 945 self-refresh only if single CRTC is activeLi Peng1-5/+7
2010-06-09Revert "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)."Linus Torvalds1-0/+5
2010-06-08drm/i915: fix oops on single crtc devices.Dave Airlie1-5/+4
2010-06-06drm/i915: Move non-phys cursors into the GTTChris Wilson1-0/+9
2010-06-03drm/i915: Move non-phys cursors into the GTTChris Wilson1-0/+9
2010-06-03Revert "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)."Carl Worth1-0/+5
2010-05-28drm/i915: Include pitch in set_base debug statement.Chris Wilson1-1/+2
2010-05-28drm/i915: Only print "nothing to do" debug message as required.Chris Wilson1-2/+3
2010-05-28drm/i915: Hold the spinlock whilst resetting unpin_work along error pathChris Wilson1-8/+12
2010-05-27drm/i915: Add CxSR support on Pineview DDR3Li Peng1-28/+44
2010-05-27drm/i915: Kill dangerous pending-flip debuggingChris Wilson1-6/+0
2010-05-27drm/i915: add power monitoring supportJesse Barnes1-16/+131