summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-22i915 / PM: Fix hibernate regression caused by suspend/resume splittingRafael J. Wysocki1-21/+9
2010-02-22drm/i915: provide self-refresh status in debugfsJesse Barnes1-0/+21
2010-02-22drm/i915: provide FBC status in debugfsJesse Barnes4-0/+66
2010-02-22drm/i915: fix drps disable so unload & re-load worksJesse Barnes1-1/+1
2010-02-22drm/i915: Fix OGLC performance regression on 945Li Peng1-10/+17
2010-02-22drm/i915: Deobfuscate the render p-state obfuscationMatthew Garrett5-13/+15
2010-02-22drm/i915: add dynamic performance control support for IronlakeJesse Barnes8-10/+411
2010-02-22drm/i915: enable memory self refresh on 9xxLi Peng2-4/+32
2010-02-16drm/i915: Don't reserve compatibility fence regs in KMS mode.Eric Anholt1-1/+2
2010-02-16drm/i915: Keep MCHBAR always enabledZhenyu Wang3-122/+122
2010-02-16drm/i915: Replace open-coded eviction in i915_gem_idle()Chris Wilson1-100/+44
2010-02-16ACPI, i915: blacklist Clevo M5x0N bad_lid stateZhang Rui1-0/+7
2010-02-11Use drm_gem_object_[handle_]unreference_unlocked where possibleLuca Barbieri4-23/+12
2010-02-11drm/i915: hold ref on flip object until it completesJesse Barnes1-1/+3
2010-02-11drm/i915: Fix crash while aborting hibernationRafael J. Wysocki1-67/+101
2010-02-11drm/i915: Correctly return -ENOMEM on allocation failure in cmdbuf ioctls.Owain Ainsworth2-2/+6
2010-02-11drm/i915: fix pipe source image setting in flip commandZhenyu Wang1-2/+4
2010-02-11drm/i915: fix flip done interrupt on IronlakeZhenyu Wang1-8/+8
2010-02-11drm/i915: untangle page flip completionJesse Barnes1-7/+9
2010-02-11drm/i915: handle FBC and self-refresh betterJesse Barnes2-0/+3
2010-02-11drm/i915: Increase fb alignment to 64kChris Wilson1-1/+1
2010-02-11drm/i915: Update write_domains on active list after flush.Daniel Vetter2-4/+30
2010-02-11drm/i915: Rework DPLL calculation parameters for IronlakeZhenyu Wang1-50/+167
2010-02-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds7-19/+91
2010-02-04drm/i915: Fix leak of relocs along do_execbuffer error pathChris Wilson1-2/+5
2010-02-04drm/i915: slow acpi_lid_open() causes flickering - V2Thomas Meyer1-1/+8
2010-02-04drm/i915: Disable SR when more than one pipe is enabledDavid John1-0/+12
2010-01-30drm/i915: page flip support for IronlakeJesse Barnes1-3/+14
2010-01-30drm/i915: Fix the incorrect DMI string for Samsung SX20S laptopZhao Yakui1-1/+1
2010-01-30drm/i915: Add support for SDVO composite TVZhao Yakui1-0/+8
2010-01-30drm/i915: don't trigger ironlake vblank interrupt at irq installLi Peng1-3/+2
2010-01-27drm/i915: Selectively enable self-reclaimChris Wilson3-39/+19
2010-01-26drm/i915: handle non-flip pending case when unpinning the scanout bufferJesse Barnes1-2/+18
2010-01-25drm/i915: Fix the device info of PineviewLi Peng1-1/+1
2010-01-25drm/i915: enable vblank interrupt on ironlakeLi Peng2-11/+20
2010-01-25drm/i915: Prevent use of uninitialized pointers along error path.Chris Wilson1-0/+4
2010-01-25drm/i915: disable hotplug detect before Ironlake CRT detectZhenyu Wang1-0/+3
2010-01-16drm/i915: enable 36bit physical address for hardware status pageZhenyu Wang1-0/+4
2010-01-16drm/i915: fix eDP pipe maskZhenyu Wang1-4/+3
2010-01-16drm/i915: fix pixel color depth setting on eDPZhenyu Wang2-4/+27
2010-01-16drm/i915: parse eDP panel color depth from VBT blockZhenyu Wang3-0/+73