summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm: remove address mask param for drm_pci_alloc()Zhenyu Wang2010-01-072-2/+2
* drm: convert drm_ioctl to unlocked_ioctlArnd Bergmann2009-12-182-14/+11Star
* 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-091-1/+0Star
| * drm/i915: restore render clock gating on resumeAndrew Lutomirski2009-12-084-23/+22Star
| * drm/i915: Set the error code after failing to insert new offset into mm ht.Chris Wilson2009-12-081-0/+1
| * drm/i915: Report purgeable status in buffer lists.Chris Wilson2009-12-081-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/+347Star
| * drm/i915: Drop a some common DRM_ERROR()Chris Wilson2009-12-071-2/+0Star
| * 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-024-4/+4
| * drm/i915: Add the missing clonemask for display port on IronlakeZhao Yakui2009-12-021-3/+3
| * drm/i915: fix the incorrect condition judgement in dp_is_present_in_vbtZhao Yakui2009-12-021-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/+0Star
| * drm/i915: Don't update the render-clock for every bo.Chris Wilson2009-12-011-2/+7
| * drm/i915: Fix LVDS presence checkAdam Jackson2009-12-011-11/+6Star
| * drm/i915: Fix warning introduced with the page flipping ioctl.Eric Anholt2009-12-011-1/+0Star
| * drm/i915: add GETPARAM request for page flippingJesse Barnes2009-12-011-0/+3
| * drm/i915: Add intel implementation of the pageflip ioctlKristian Høgsberg2009-12-016-38/+291
| * drm/i915: PineView only has LVDS and CRT portsZhenyu Wang2009-12-012-3/+7
| * drm/i915: Don't set up the TV port if it isn't in the BIOS table.Zhao Yakui2009-12-011-0/+39
| * drm/i915: Don't set up the LVDS if it isn't in the BIOS device table.Zhao Yakui2009-12-011-0/+44
| * drm/i915: Don't set up DP ports that aren't in the BIOS device table.Zhao Yakui2009-12-011-1/+52
| * drm/i915: Don't set up HDMI ports that aren't in the BIOS device table.Zhao Yakui2009-12-011-1/+50
| * drm/i915: parse child device from VBTZhao Yakui2009-12-014-0/+93
| * drm/i915: Disable pwrctx before unpin and freeKristian Høgsberg2009-12-011-0/+5
| * drm/i915: Hold struct_mutex while unreffing pwrctx objectKristian Høgsberg2009-12-011-2/+2
| * drm/i915: Unregister i915_wedged debugfs entry using the right keyKristian Høgsberg2009-12-011-5/+2Star
| * drm/i915: fix gpio register detection logic for BIOS without VBTShaohua Li2009-12-013-6/+2Star
| * drm/i915: Avoid NULL dereference with component_only tv_modesChris Wilson2009-12-011-7/+4Star
| * drm/i915: fixup interrupted overlay switch off callsDaniel Vetter2009-11-301-3/+6
| * drm/i915: overlay: extract some duplicated codeDaniel Vetter2009-11-301-23/+19Star
| * drm/i915: remove Pineview EOS protection supportShaohua Li2009-11-303-51/+0Star
| * drm/i915: use msleep for intel_wait_for_vblankShaohua Li2009-11-301-1/+1
| * drm/i915: handle failure path correctly for lvdsShaohua Li2009-11-251-0/+1
| * drm/i915: Fix LVDS stability issue on IronlakeZhenyu Wang2009-11-251-19/+41
| * drm/i915: Restore the DPLL calculation logic for 9xx platformZhao Yakui2009-11-251-10/+11
| * drm/i915: Check whether the LVDS downclock is found in VBTZhao Yakui2009-11-251-0/+42
| * drm/i915: Enable LVDS downclock feature through EDID.Zhao Yakui2009-11-253-3/+72
| * drm/i915: Replace a calloc followed by copying data over it with malloc.Eric Anholt2009-11-251-2/+2
| * Merge remote branch 'airlied/drm-next' into drm-intel-nextEric Anholt2009-11-061-0/+1
| |\
| | * drm: Add async event synchronization for drmWaitVblankKristian Høgsberg2009-10-261-0/+1
| * | drm/i915: fix get_core_clock_speed for G33 class desktop chipsDaniel Vetter2009-11-051-1/+1
| * | drm/i915: Add display hotplug event on IronlakeZhenyu Wang2009-11-053-4/+34
| * | drm/i915: Add ACPI OpRegion support for IronlakeZhao Yakui2009-11-054-8/+96