aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-07drm/i915: Fix product names and #definesAdam Jackson17-349/+347
2009-12-07agp/intel: Fix product names and #definesAdam Jackson1-42/+42
2009-12-07drm/i915: Drop a some common DRM_ERROR()Chris Wilson1-2/+0
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: Declare the new VBT parsing functions as staticZhao Yakui4-4/+4
2009-12-01drm/i915: Add the missing clonemask for display port on IronlakeZhao Yakui1-3/+3
2009-12-01drm/i915: fix the incorrect condition judgement in dp_is_present_in_vbtZhao Yakui1-3/+3
2009-12-01drm/i915: Fix DDC on some systems by clearing BIOS GMBUS setup.Eric Anholt4-1/+39
2009-12-01drm/i915: Add 30ms delay to make SDVO TV detection reliable.Zhao Yakui1-0/+4
2009-12-01drm/i915: Fix sync to vblank when VGA output is turned offLi Peng2-8/+27
2009-12-01drm/i915: disable the interrupt hotplug for integrated TV outputAdam Jackson1-1/+0
2009-12-01drm/i915: Don't update the render-clock for every bo.Chris Wilson1-2/+7
2009-12-01drm/i915: Fix LVDS presence checkAdam Jackson1-11/+6
2009-12-01drm/i915: Fix warning introduced with the page flipping ioctl.Eric Anholt1-1/+0
2009-12-01drm/i915: add GETPARAM request for page flippingJesse Barnes1-0/+3
2009-12-01drm: use page flip event to signal flip completionJesse Barnes1-1/+1
2009-12-01drm/i915: Add intel implementation of the pageflip ioctlKristian Høgsberg6-38/+291
2009-12-01Merge remote branch 'airlied/drm-next' into drm-intel-nextEric Anholt74-282/+903
2009-12-01drm/i915: PineView only has LVDS and CRT portsZhenyu Wang2-3/+7
2009-11-30drm/i915: Don't set up the TV port if it isn't in the BIOS table.Zhao Yakui1-0/+39
2009-11-30drm/i915: Don't set up the LVDS if it isn't in the BIOS device table.Zhao Yakui1-0/+44
2009-11-30drm/i915: Don't set up DP ports that aren't in the BIOS device table.Zhao Yakui1-1/+52
2009-11-30drm/i915: Don't set up HDMI ports that aren't in the BIOS device table.Zhao Yakui1-1/+50
2009-11-30drm/i915: parse child device from VBTZhao Yakui4-0/+93
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: Unregister i915_wedged debugfs entry using the right keyKristian Høgsberg1-5/+2
2009-11-30drm/i915: fix gpio register detection logic for BIOS without VBTShaohua Li3-6/+2
2009-11-30drm/i915: Avoid NULL dereference with component_only tv_modesChris Wilson1-7/+4
2009-11-30drm/i915: fixup interrupted overlay switch off callsDaniel Vetter1-3/+6
2009-11-30drm/i915: overlay: extract some duplicated codeDaniel Vetter1-23/+19
2009-11-30drm/i915: remove Pineview EOS protection supportShaohua Li3-51/+0
2009-11-30drm/i915: use msleep for intel_wait_for_vblankShaohua Li1-1/+1
2009-11-25drm/i915: handle failure path correctly for lvdsShaohua Li1-0/+1
2009-11-25drm/i915: Fix LVDS stability issue on IronlakeZhenyu Wang1-19/+41
2009-11-25drm/i915: Restore the DPLL calculation logic for 9xx platformZhao Yakui1-10/+11
2009-11-25drm/i915: Check whether the LVDS downclock is found in VBTZhao Yakui1-0/+42
2009-11-25drm/i915: Enable LVDS downclock feature through EDID.Zhao Yakui3-3/+72
2009-11-25drm/i915: Replace a calloc followed by copying data over it with malloc.Eric Anholt1-2/+2
2009-11-18Merge branch 'drm-core-next' of ../linux-2.6 into drm-nextDave Airlie4451-320929/+636193
2009-11-18drm/kms: add page flipping ioctlKristian Høgsberg2-0/+70
2009-11-18drm: check return values in drm_versionAndres Salomon1-5/+11
2009-11-18drm: replace DRM_COPY macro w/ a functionAndres Salomon1-12/+22
2009-11-18drm: kill more unused DRM macrosAndres Salomon1-0/+12
2009-11-18drm: when queuing an event with NEXTONMISS, return queued sequence to userspaceJesse Barnes1-0/+1
2009-11-18drm: Add async event synchronization for drmWaitVblankKristian Høgsberg4-2/+194
2009-11-11drm: when queuing an event with NEXTONMISS, return queued sequence to userspaceJesse Barnes1-0/+1
2009-11-09Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds3-7/+7
2009-11-09Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2-2/+5