summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_display.c
AgeCommit message (Expand)AuthorFilesLines
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 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-17drm/i915: only enable hotplug for detected outputsJesse Barnes1-6/+20
2009-12-17drm/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-08drm/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-12-01drm/i915: Disable pwrctx before unpin and freeKristian Høgsberg1-0/+5
2009-12-01drm/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
2009-11-26drm/i915: Fix LVDS stability issue on IronlakeZhenyu Wang1-19/+41
2009-11-26drm/i915: Restore the DPLL calculation logic for 9xx platformZhao Yakui1-10/+11
2009-11-25drm/i915: Enable LVDS downclock feature through EDID.Zhao Yakui1-3/+14
2009-11-06drm/i915: fix get_core_clock_speed for G33 class desktop chipsDaniel Vetter1-1/+1
2009-11-06drm/i915: enable self-refresh on 965Jesse Barnes1-4/+28
2009-11-06drm/i915: Support 30 bit depth modesKristian Høgsberg1-1/+4
2009-11-06drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMSZhao Yakui1-58/+66
2009-11-06drm/i915: Replace DRM_DEBUG with DRM_DEBUG_DRIVERZhao Yakui1-10/+10
2009-11-06drm/i915: implement interruptible sleeps in the overlay codeDaniel Vetter1-1/+16
2009-11-06drm/i915: implement drmmode overlay support v4Daniel Vetter1-3/+22
2009-11-06drm/i915: kill superflous IS_I855 macroDaniel Vetter1-2/+2
2009-11-06drm/i915: add render standby supportJesse Barnes1-0/+41
2009-11-06drm/i915: Fix and cleanup DPLL calculation for IronlakeZhenyu Wang1-9/+6
2009-10-23drm/i915: kill warning in intel_find_pll_g4x_dpJesse Barnes1-0/+1
2009-10-23drm/i915: update watermarks before enabling PLLsJesse Barnes1-1/+2
2009-10-23drm/i915: add FIFO watermark support for G4xJesse Barnes1-8/+72
2009-10-19drm/i915: fix panel fitting filter coefficient select for IronlakeZhenyu Wang1-1/+1
2009-10-19drm/i915: fix to setup display reference clock control on IronlakeZhenyu Wang1-0/+40
2009-10-15drm/i915: Install a fence register for fbc on g4xChris Wilson1-3/+5
2009-10-13drm/i915: Fix FDI M/N setting according with correct color depthZhenyu Wang1-4/+27
2009-10-13drm/i915: disable powersave feature for Ironlake currentlyZhenyu Wang1-2/+9
2009-10-13drm/i915: Set the LVDS_BORDER when using LVDS scaling modeZhao Yakui1-0/+2
2009-10-09Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+0
2009-10-08Merge branch 'drm-next' of ../drm-next into drm-linusDave Airlie1-0/+11