summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-16drm/i915: disable LVDS downclock by defaultJesse Barnes4-2/+8
2010-01-16drm/i915: Fix the incorrect cursor A bit definition in DSPFW2 registerZhao Yakui1-1/+1
2010-01-16drm/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-13drm/i915: Don't wait interruptible for possible plane buffer flushZhenyu Wang3-1/+53
2010-01-13drm/i915: try another possible DDC bus for the SDVO device with multiple outputsZhao Yakui1-0/+26
2010-01-13drm/i915: Read the response after issuing DDC bus switch commandZhao Yakui1-4/+53
2010-01-13drm/i915: Don't use the child device parsed from VBT to setup HDMI/DPZhao Yakui2-101/+1
2010-01-13drm/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-07Merge 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-07Merge 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
2010-01-06drm/i915: Add DP dpll limit on ironlake and use existing DPLL search functionZhao Yakui1-68/+48
2010-01-06drm/i915: Select the correct BPC for LVDS on IronlakeZhao Yakui1-0/+12
2010-01-06drm/i915: Make the BPC in FDI rx/transcoder be consistent with that in pipeco...Zhao Yakui1-1/+25
2010-01-06drm/i915: Enable/disable the dithering for LVDS based on VBT settingZhao Yakui2-1/+18
2010-01-06drm/i915: Permit pinning whilst the device is 'suspended'Chris Wilson1-3/+0
2010-01-06drm/i915: Hold struct mutex whilst pinning power context bo.Chris Wilson1-26/+47
2010-01-06drm/i915: fix unused varAndrew Morton1-1/+2
2010-01-06drm/i915: Storage class should be before const qualifierTobias Klauser1-4/+4
2010-01-06drm/i915: remove render reclock supportJesse Barnes1-130/+2
2010-01-06drm/i915: Fix RC6 suspend/resumeAndrew Lutomirski3-15/+1
2010-01-06drm/i915: execbuf2 supportJesse Barnes4-78/+219
2009-12-23Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2-14/+11
2009-12-18drm: convert drm_ioctl to unlocked_ioctlArnd Bergmann2-14/+11
2009-12-17drm/i915: Reload hangcheck timer too for IronlakeZhenyu Wang1-0/+2
2009-12-17drm/i915: only enable hotplug for detected outputsJesse Barnes9-26/+59
2009-12-17drm/i915: Track whether cursor needs physical address in intel_device_infoKristian Høgsberg4-17/+9
2009-12-17drm/i915: Implement IS_* macros using static tablesKristian Høgsberg3-99/+161
2009-12-17drm/i915: Move PCI IDs into i915 driverKristian Høgsberg1-2/+40
2009-12-17drm/i915: Update LVDS connector status when receiving ACPI LID eventZhao Yakui2-0/+10
2009-12-17drm/i915: Add MALATA PC-81005 to ACPI LID quirk listZhao Yakui1-0/+7
2009-12-16drm/i915: implement new pm ops for i915Zhenyu Wang1-6/+47
2009-12-16drm/i915: Don't check for lid presence when detecting LVDSMatthew Garrett1-65/+2
2009-12-16drm/i915: fix order of fence release wrt flushingDaniel Vetter1-3/+4
2009-12-15drm/i915: In the debugfs interface, unmap our address instead of the page's.Eric Anholt1-1/+1
2009-12-11Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds31-1158/+3307
2009-12-10Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie7-26/+26
2009-12-10Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds1-1/+1
2009-12-09drm/i915: Remove a debugging printk from hangcheckChris Wilson1-1/+0
2009-12-08drm/i915: restore render clock gating on resumeAndrew Lutomirski4-23/+22