summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2010-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds19-849/+871
2010-04-09drm/i915: Ignore LVDS EDID when it is unavailabe or invalidZhao Yakui2-4/+11
2010-04-02drm/i915: Add no_lvds entry for the Clientron U800Stefan Bader1-0/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo14-1/+13
2010-03-25drm/i915: Rename many remaining uses of "output" to encoder or connector.Eric Anholt2-98/+103
2010-03-25drm/i915: Rename intel_output to intel_encoder.Eric Anholt11-663/+663
2010-03-25drm/i915: introduce to_intel_bo helperDaniel Vetter10-94/+96
2010-03-25drm/i915: Disable FBC on 915GM and 945GM.Robert Hooker2-3/+3
2010-03-23drm/i915: Stop trying to use ACPI lid status to determine LVDS connection.Eric Anholt1-51/+1
2010-03-18drm/intel: fix up set_tiling for untiled->tiled transitionDaniel Vetter1-2/+5
2010-03-18drm/i915: Set up the documented clock gating on Sandybridge and Ironlake.Eric Anholt2-0/+22
2010-03-17drm/i915: fix small leak on overlay error pathDan Carpenter1-4/+9
2010-03-17drm/i915: Avoid NULL deref in get_pages() unwind after error.Chris Wilson1-9/+12
2010-03-17drm/i915: Fix check with IS_GEN6Zhenyu Wang2-4/+4
2010-03-17drivers/gpu/drm/i915/intel_bios.c: fix continuation line formatsJoe Perches1-2/+3
2010-03-17drm/i915: Enable VS timer dispatch.Eric Anholt2-0/+9
2010-03-17drm/i915: Rename FBC_C3_IDLE to FBC_CTL_C3_IDLE to match other registersPriit Laes2-2/+2
2010-03-17drm/i915: remove an unnecessary wait_request()Owain G. Ainsworth1-5/+0
2010-03-17drm/i915: Don't bother with the BKL for GEM ioctls.Eric Anholt1-23/+23
2010-03-01Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stageDave Airlie4-2/+41
2010-03-01vga_switcheroo: initial implementation (v15)Dave Airlie4-2/+41
2010-02-26drm/i915: Use a dmi quirk to skip a broken SDVO TV output.Zhao Yakui1-1/+22
2010-02-26drm/i915: enable/disable LVDS port at DPMS timeJesse Barnes1-1/+9
2010-02-26drm/i915: check for multiple write domains in pin_and_relocateDaniel Vetter1-0/+10
2010-02-26drm/i915: clean-up i915_gem_flush_gpu_write_domainDaniel Vetter1-3/+1
2010-02-26drm/i915: reuse i915_gpu_idle helperDaniel Vetter1-31/+25
2010-02-26drm/i915: ensure lru ordering of fence_listDaniel Vetter1-23/+34
2010-02-26drm/i915: extract fence stealing codeDaniel Vetter1-47/+60
2010-02-26drm/i915: fixup active list locking in object_unbindDaniel Vetter1-0/+3
2010-02-26drm/i915: reuse i915_gem_object_put_fence_reg for fence stealing codeDaniel Vetter1-26/+3
2010-02-26drm/i915: Add dependency on the intel agp moduleZhenyu Wang1-0/+6
2010-02-26drm/i915: More s/IS_IRONLAKE/HAS_PCH_SPLIT for Sandybridge.Eric Anholt6-22/+22
2010-02-26drm/i915: Correct the Sandybridge chipset info structs.Eric Anholt1-3/+1
2010-02-26drm/i915: Disable the hangcheck reset on Sandybridge until we add support.Eric Anholt1-1/+5
2010-02-26drm/i915: Add a new mobile Sandybridge PCI ID.Eric Anholt1-0/+7
2010-02-26drm/i915, agp/intel: Fix stolen memory size on SandybridgeZhenyu Wang2-49/+126
2010-02-26drm/i915: Correct locking in the modesetting failure path, fixing a BUG_ON.Eric Anholt1-0/+2
2010-02-26drm/i915: Disable the surface tile swizzling on Sandybridge.Eric Anholt1-1/+1
2010-02-26drm/i915: Fix sandybridge status page setup.Eric Anholt3-2/+15
2010-02-26drm/i915: Set up fence registers on sandybridge.Eric Anholt2-3/+33
2010-02-26drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge.Eric Anholt11-56/+87
2010-02-25Merge remote branch 'anholt/drm-intel-next' into drm-next-stageDave Airlie13-307/+1057
2010-02-25Merge remote branch 'korg/drm-core-next' into drm-next-stageDave Airlie4-23/+12
2010-02-22drm/i915: Record batch buffer following GPU errorChris Wilson5-7/+326
2010-02-22drm/i915: give up on 8xx lid statusJesse Barnes1-0/+7
2010-02-22drm/i915: reduce some of the duplication of tiling checkingOwain Ainsworth3-36/+5
2010-02-22drm/i915: blow away userspace mappings before fence changeDaniel Vetter2-6/+6
2010-02-22drm/i915: move a gtt flush to the correct placeDaniel Vetter1-1/+1
2010-02-22drm/i915: overlay: drop superflous gpu flushesDaniel Vetter1-15/+5
2010-02-22drm/i915: overlay: nuke readback to flush wc cachesDaniel Vetter1-5/+0