aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-26drm/i915: More s/IS_IRONLAKE/HAS_PCH_SPLIT for Sandybridge.Eric Anholt1-3/+3
2010-02-26drm/i915: Disable the surface tile swizzling on Sandybridge.Eric Anholt1-1/+1
2010-02-26drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge.Eric Anholt1-28/+28
2010-02-25Merge remote branch 'anholt/drm-intel-next' into drm-next-stageDave Airlie1-10/+133
2010-02-25Merge remote branch 'korg/drm-core-next' into drm-next-stageDave Airlie1-9/+4
2010-02-22drm/i915: provide FBC status in debugfsJesse Barnes1-0/+5
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 Garrett1-2/+2
2010-02-22drm/i915: add dynamic performance control support for IronlakeJesse Barnes1-7/+93
2010-02-22drm/i915: enable memory self refresh on 9xxLi Peng1-3/+28
2010-02-11Use drm_gem_object_[handle_]unreference_unlocked where possibleLuca Barbieri1-9/+4
2010-02-10drm/i915: hold ref on flip object until it completesJesse Barnes1-1/+3
2010-02-10drm/i915: fix pipe source image setting in flip commandZhenyu Wang1-2/+4
2010-02-10drm/i915: untangle page flip completionJesse Barnes1-7/+9
2010-02-10drm/i915: handle FBC and self-refresh betterJesse Barnes1-0/+2
2010-02-10drm/i915: Rework DPLL calculation parameters for IronlakeZhenyu Wang1-50/+167
2010-02-04drm/i915: Disable SR when more than one pipe is enabledDavid John1-0/+12
2010-01-25drm/i915: handle non-flip pending case when unpinning the scanout bufferJesse Barnes1-2/+18
2010-01-25drm/i915: enable vblank interrupt on ironlakeLi Peng1-0/+1
2010-01-15drm/i915: fix pixel color depth setting on eDPZhenyu Wang1-0/+15
2010-01-12drm/i915: Don't wait interruptible for possible plane buffer flushZhenyu Wang1-1/+1
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-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 pipeconf on IronlakeZhao Yakui1-1/+25
2010-01-06drm/i915: Enable/disable the dithering for LVDS based on VBT settingZhao Yakui1-1/+14
2010-01-06drm/i915: Hold struct mutex whilst pinning power context bo.Chris Wilson1-26/+47
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 Lutomirski1-1/+1
2009-12-16drm/i915: only enable hotplug for detected outputsJesse Barnes1-6/+20
2009-12-16drm/i915: Track whether cursor needs physical address in intel_device_infoKristian Høgsberg1-2/+2
2009-12-10Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie1-15/+20
2009-12-08drm/i915: restore render clock gating on resumeAndrew Lutomirski1-15/+20
2009-12-08Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie1-348/+681
2009-12-08Merge branch 'drm-core-next' into drm-linusDave Airlie1-1/+1
2009-12-08drm/intel: refactor DP i2c support and DP common header to drm helperDave Airlie1-1/+1
2009-12-07drm/i915: Fix product names and #definesAdam Jackson1-205/+203
2009-12-07drm/i915: warn if Pineview CxSR can't be enabledJesse Barnes1-0/+7
2009-12-07drm/i915: pageflip fixesJesse Barnes1-3/+13
2009-12-01drm/i915: Fix sync to vblank when VGA output is turned offLi Peng1-0/+1
2009-12-01drm/i915: Don't update the render-clock for every bo.Chris Wilson1-2/+7
2009-12-01drm/i915: Fix warning introduced with the page flipping ioctl.Eric Anholt1-1/+0
2009-12-01drm/i915: Add intel implementation of the pageflip ioctlKristian Høgsberg1-32/+196
2009-12-01drm/i915: PineView only has LVDS and CRT portsZhenyu Wang1-3/+3
2009-11-30drm/i915: Disable pwrctx before unpin and freeKristian Høgsberg1-0/+5
2009-11-30drm/i915: Hold struct_mutex while unreffing pwrctx objectKristian Høgsberg1-2/+2
2009-11-30drm/i915: use msleep for intel_wait_for_vblankShaohua Li1-1/+1