summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
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-10drm/i915: hold ref on flip object until it completesJesse Barnes1-1/+3
2010-02-10drm/i915: Fix crash while aborting hibernationRafael J. Wysocki1-67/+101
2010-02-10drm/i915: Correctly return -ENOMEM on allocation failure in cmdbuf ioctls.Owain Ainsworth2-2/+6
2010-02-10drm/i915: fix pipe source image setting in flip commandZhenyu Wang1-2/+4
2010-02-10drm/i915: fix flip done interrupt on IronlakeZhenyu Wang1-8/+8
2010-02-10drm/i915: untangle page flip completionJesse Barnes1-7/+9
2010-02-10drm/i915: handle FBC and self-refresh betterJesse Barnes2-0/+3
2010-02-10drm/i915: Increase fb alignment to 64kChris Wilson1-1/+1
2010-02-10drm/i915: Update write_domains on active list after flush.Daniel Vetter2-4/+30
2010-02-10drm/i915: Rework DPLL calculation parameters for IronlakeZhenyu Wang1-50/+167
2010-02-06Merge 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-29drm/i915: page flip support for IronlakeJesse Barnes1-3/+14
2010-01-29drm/i915: Fix the incorrect DMI string for Samsung SX20S laptopZhao Yakui1-1/+1
2010-01-29drm/i915: Add support for SDVO composite TVZhao Yakui1-0/+8
2010-01-29drm/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-25drm/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-15drm/i915: enable 36bit physical address for hardware status pageZhenyu Wang1-0/+4
2010-01-15drm/i915: fix eDP pipe maskZhenyu Wang1-4/+3
2010-01-15drm/i915: fix pixel color depth setting on eDPZhenyu Wang2-4/+27
2010-01-15drm/i915: parse eDP panel color depth from VBT blockZhenyu Wang3-0/+73
2010-01-15drm/i915: disable LVDS downclock by defaultJesse Barnes4-2/+8
2010-01-15drm/i915: Fix the incorrect cursor A bit definition in DSPFW2 registerZhao Yakui1-1/+1
2010-01-15drm/i915: Remove chatty execbuf failure message.Eric Anholt1-2/+0
2010-01-15drm/i915: remove loop in Ironlake interrupt handlerZou Nan hai1-39/+29
2010-01-12drm/i915: Don't wait interruptible for possible plane buffer flushZhenyu Wang3-1/+53
2010-01-12drm/i915: try another possible DDC bus for the SDVO device with multiple outputsZhao Yakui1-0/+26
2010-01-12drm/i915: Read the response after issuing DDC bus switch commandZhao Yakui1-4/+53
2010-01-12drm/i915: Don't use the child device parsed from VBT to setup HDMI/DPZhao Yakui2-101/+1
2010-01-12drm/i915: Fix resume regression on MSI Wind U100 w/o KMSRafael J. Wysocki1-0/+5
2010-01-07drm/i915: Fix Ironlake M/N/P ranges to match the specZhao Yakui1-3/+3
2010-01-07drm/i915: Use find_pll function to calculate DPLL setting for LVDS downclockZhao Yakui1-59/+2
2010-01-07drm/i915: Add HP nx9020/SamsungSX20S to ACPI LID quirk listZhao Yakui1-0/+14
2010-01-07drm/i915: disable TV hotplug status checkZhenyu Wang1-2/+0
2010-01-06Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2-2/+2
2010-01-07drm: remove address mask param for drm_pci_alloc()Zhenyu Wang2-2/+2
2010-01-06Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-537/+682
2010-01-06drm/i915: remove full registers dump debugZhenyu Wang1-29/+0