summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
...
* drm/i915: Fix Ironlake M/N/P ranges to match the specZhao Yakui2010-01-071-3/+3
* drm/i915: Use find_pll function to calculate DPLL setting for LVDS downclockZhao Yakui2010-01-071-59/+2
* drm/i915: Add HP nx9020/SamsungSX20S to ACPI LID quirk listZhao Yakui2010-01-071-0/+14
* drm/i915: disable TV hotplug status checkZhenyu Wang2010-01-071-2/+0
* Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-01-062-2/+2
|\
| * drm: remove address mask param for drm_pci_alloc()Zhenyu Wang2010-01-072-2/+2
* | Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-01-0616-537/+682
|\ \
| * | drm/i915: remove full registers dump debugZhenyu Wang2010-01-061-29/+0
| * | drm/i915: Add DP dpll limit on ironlake and use existing DPLL search functionZhao Yakui2010-01-061-68/+48
| * | drm/i915: Select the correct BPC for LVDS on IronlakeZhao Yakui2010-01-061-0/+12
| * | drm/i915: Make the BPC in FDI rx/transcoder be consistent with that in pipeco...Zhao Yakui2010-01-061-1/+25
| * | drm/i915: Enable/disable the dithering for LVDS based on VBT settingZhao Yakui2010-01-062-1/+18
| * | drm/i915: Permit pinning whilst the device is 'suspended'Chris Wilson2010-01-061-3/+0
| * | drm/i915: Hold struct mutex whilst pinning power context bo.Chris Wilson2010-01-061-26/+47
| * | drm/i915: fix unused varAndrew Morton2010-01-061-1/+2
| * | drm/i915: Storage class should be before const qualifierTobias Klauser2010-01-061-4/+4
| * | drm/i915: remove render reclock supportJesse Barnes2010-01-061-130/+2
| * | drm/i915: Fix RC6 suspend/resumeAndrew Lutomirski2010-01-063-15/+1
| * | drm/i915: execbuf2 supportJesse Barnes2010-01-064-78/+219
| * | drm/i915: Reload hangcheck timer too for IronlakeZhenyu Wang2009-12-171-0/+2
| * | drm/i915: only enable hotplug for detected outputsJesse Barnes2009-12-169-26/+59
| * | drm/i915: Track whether cursor needs physical address in intel_device_infoKristian Høgsberg2009-12-164-17/+9
| * | drm/i915: Implement IS_* macros using static tablesKristian Høgsberg2009-12-163-99/+161
| * | drm/i915: Move PCI IDs into i915 driverKristian Høgsberg2009-12-161-2/+40
| * | drm/i915: Update LVDS connector status when receiving ACPI LID eventZhao Yakui2009-12-162-0/+10
| * | drm/i915: Add MALATA PC-81005 to ACPI LID quirk listZhao Yakui2009-12-161-0/+7
| * | drm/i915: implement new pm ops for i915Zhenyu Wang2009-12-161-6/+47
| * | drm/i915: Don't check for lid presence when detecting LVDSMatthew Garrett2009-12-161-65/+2
| * | drm/i915: fix order of fence release wrt flushingDaniel Vetter2009-12-161-3/+4
| * | drm/i915: In the debugfs interface, unmap our address instead of the page's.Eric Anholt2009-12-151-1/+1
* | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-12-232-14/+11
|\ \ \ | |/ / |/| / | |/
| * drm: convert drm_ioctl to unlocked_ioctlArnd Bergmann2009-12-182-14/+11
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-12-1031-1158/+3307
|\ \ | |/
| * Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie2009-12-107-26/+26
| |\
| | * drm/i915: Remove a debugging printk from hangcheckChris Wilson2009-12-081-1/+0
| | * drm/i915: restore render clock gating on resumeAndrew Lutomirski2009-12-084-23/+22
| | * drm/i915: Set the error code after failing to insert new offset into mm ht.Chris Wilson2009-12-071-0/+1
| | * drm/i915: Report purgeable status in buffer lists.Chris Wilson2009-12-071-2/+3
| * | Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie2009-12-0828-725/+3231
| |\ \ | | |/
| | * drm/i915: Fix product names and #definesAdam Jackson2009-12-0717-349/+347
| | * drm/i915: Drop a some common DRM_ERROR()Chris Wilson2009-12-071-2/+0
| | * drm/i915: warn if Pineview CxSR can't be enabledJesse Barnes2009-12-071-0/+7
| | * drm/i915: pageflip fixesJesse Barnes2009-12-071-3/+13
| | * drm/i915: Declare the new VBT parsing functions as staticZhao Yakui2009-12-014-4/+4
| | * drm/i915: Add the missing clonemask for display port on IronlakeZhao Yakui2009-12-011-3/+3
| | * drm/i915: fix the incorrect condition judgement in dp_is_present_in_vbtZhao Yakui2009-12-011-3/+3
| | * drm/i915: Fix DDC on some systems by clearing BIOS GMBUS setup.Eric Anholt2009-12-014-1/+39
| | * drm/i915: Add 30ms delay to make SDVO TV detection reliable.Zhao Yakui2009-12-011-0/+4
| | * drm/i915: Fix sync to vblank when VGA output is turned offLi Peng2009-12-011-0/+1
| | * drm/i915: disable the interrupt hotplug for integrated TV outputAdam Jackson2009-12-011-1/+0
OpenPOWER on IntegriCloud