aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: make sure we shut off the panel in eDP configsJesse Barnes2010-07-261-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-07-2610-17/+189
|\
| * drm/i915: add pipe A force quirks to i915 driverJesse Barnes2010-07-262-1/+72
| * drm/i915: Fix panel fitting regression since 734b4157Chris Wilson2010-07-261-2/+0
| * drm/i915: fix deadlock in fb teardownJesse Barnes2010-07-261-1/+1
| * drm/i915: don't free non-existent compressed llb on ILK+Jesse Barnes2010-07-261-1/+1
| * drm/i915: disable FBC when more than one pipe is activeJesse Barnes2010-07-263-0/+19
| * drm/i915: Use the correct scanout alignment for fbcon.Chris Wilson2010-07-263-2/+5
| * drm/i915: make sure eDP panel is turned onJesse Barnes2010-07-261-2/+51
| * drm/i915: add PANEL_UNLOCK_REGS definitionJesse Barnes2010-07-262-2/+5
| * drm/i915: Make G4X-style PLL search more permissiveAdam Jackson2010-07-261-2/+2
| * drm/i915: Clear any existing dither mode prior to enabling spatial ditheringChris Wilson2010-07-261-0/+1
| * drm/i915: handle shared framebuffers when flippingJesse Barnes2010-07-261-3/+7
| * drm/i915: Explosion following OOM in do_execbuffer.Chris Wilson2010-07-051-1/+2
| * gpu/drm/i915: Add a blacklist to omit modeset on LID openThomas Bächler2010-07-051-0/+23
* | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-07-202-0/+74
|\ \
| * | drm/i915: enable low power render writes on GEN3 hardware.Dave Airlie2010-07-201-0/+10
| * | drm/i915: Define MI_ARB_STATE bitsKeith Packard2010-07-201-0/+64
| |/
* | mm: add context argument to shrinker callbackDave Chinner2010-07-191-1/+1
* | drm/i915: add 'reclaimable' to i915 self-reclaimable page allocationsLinus Torvalds2010-07-181-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-07-0112-64/+140
|\
| * drm/i915: fix page flip finish vs. prepare on plane BJesse Barnes2010-07-011-1/+1
| * drm/i915: change default panel fitting mode to preserve aspect ratioJesse Barnes2010-07-011-2/+2
| * drm/i915: fix uninitialized variable warning in i915_setup_compression()Prarit Bhargava2010-07-011-1/+1
| * drm/i915: take struct_mutex in i915_dma_cleanup()Dan Carpenter2010-07-011-0/+2
| * drm/i915: Fix CRT hotplug regression in 2.6.35-rc1Andy Lutomirski2010-07-013-8/+11
| * i915: fix ironlake edp panel setup (v4)Dave Airlie2010-07-011-3/+24
| * drm/i915: don't access FW_BLC_SELF on 965GJesse Barnes2010-07-012-4/+6
| * drm/i915: Account for space on the ring buffer consumed whilst wrapping.Chris Wilson2010-07-011-0/+1
| * drm/i915: gen3 page flipping fixesJesse Barnes2010-06-186-9/+46
| * drm/i915: don't queue flips during a flip pending eventJesse Barnes2010-06-181-0/+11
| * drm/i915: Fix incorrect intel_ring_begin size in BSD ringbuffer.Zou Nan hai2010-06-142-5/+6
| * drm/i915: Turn on 945 self-refresh only if single CRTC is activeLi Peng2010-06-141-5/+7
| * drm/i915/gen4: Fix interrupt setup orderingAdam Jackson2010-06-041-27/+23
| * drm/i915: Use RSEN instead of HTPLG for tfp410 monitor detection.Dave Müller2010-06-041-1/+1
| * drm/i915: Move non-phys cursors into the GTTChris Wilson2010-06-021-0/+9
| * Revert "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)."Carl Worth2010-06-021-0/+5
* | drm/i915: fix hibernation since i915 self-reclaim fixesLinus Torvalds2010-07-011-1/+1
* | Revert "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)."Linus Torvalds2010-06-081-0/+5
* | drm: Propagate error from drm_fb_helper_init().Chris Wilson2010-06-082-7/+22
* | drm/i915: fix oops on single crtc devices.Dave Airlie2010-06-083-6/+6
* | drm/i915: Move non-phys cursors into the GTTChris Wilson2010-06-051-0/+9
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-06-031-1/+3
|\ \ | |/ |/|
| * drm/kms: disable/enable poll around switcheroo on/offDave Airlie2010-06-011-1/+3
* | drm/i915: add HAS_BSD check to i915_getparamZou Nan hai2010-06-011-0/+3
* | drm/i915: Honor sync polarity from VBT panel timing descriptorsAdam Jackson2010-06-011-0/+10
* | drm/i915: Unmask interrupt for render engine on SandybridgeZhenyu Wang2010-05-281-0/+19
* | drm/i915: Fix PIPE_CONTROL command on SandybridgeZhenyu Wang2010-05-281-2/+14
* | drm/i915: Fix up address spaces in slow_kernel_write()Chris Wilson2010-05-281-25/+17
* | drm/i915: Use non-atomic kmap for slow copy pathsChris Wilson2010-05-281-52/+30