summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* 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-012-8/+27
* drm/i915: disable the interrupt hotplug for integrated TV outputAdam Jackson2009-12-011-1/+0
* 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/+6
* drm/i915: Fix warning introduced with the page flipping ioctl.Eric Anholt2009-12-011-1/+0
* drm/i915: add GETPARAM request for page flippingJesse Barnes2009-12-011-0/+3
* drm: use page flip event to signal flip completionJesse Barnes2009-12-011-1/+1
* drm/i915: Add intel implementation of the pageflip ioctlKristian Høgsberg2009-12-016-38/+291
* Merge remote branch 'airlied/drm-next' into drm-intel-nextEric Anholt2009-12-0121-73/+509
|\
| * Merge branch 'drm-core-next' of ../linux-2.6 into drm-nextDave Airlie2009-11-1837-556/+3446
| |\
| | * drm/kms: add page flipping ioctlKristian Høgsberg2009-11-182-0/+70
| | * drm: check return values in drm_versionAndres Salomon2009-11-181-5/+11
| | * drm: replace DRM_COPY macro w/ a functionAndres Salomon2009-11-181-12/+22
| | * drm: kill more unused DRM macrosAndres Salomon2009-11-181-0/+12
| | * drm: when queuing an event with NEXTONMISS, return queued sequence to userspaceJesse Barnes2009-11-181-0/+1
| | * drm: Add async event synchronization for drmWaitVblankKristian Høgsberg2009-11-184-2/+194
| * | drm: when queuing an event with NEXTONMISS, return queued sequence to userspaceJesse Barnes2009-11-111-0/+1
| * | Merge branch 'drm-next' of ../drm-2.6 into drm-nextDave Airlie2009-11-0613-2/+132
| |\ \
| | * | drm/radeon/kms: add debugfs for power management for AtomBIOS devicesRafał Miłecki2009-11-0613-2/+132
| * | | Merge branch 'drm-next' of ../drm-2.6 into drm-nextDave Airlie2009-11-067-65/+272
| |\ \ \ | | |/ /
| | * | drm/radeon/kms: initial mode validation supportAlex Deucher2009-11-061-1/+47
| | * | drm/radeon/kms/atom/dce3: call transmitter init on mode setAlex Deucher2009-11-061-10/+10
| | * | drm/radeon/kms: store detailed connector infoAlex Deucher2009-11-064-48/+199
| | * | drm/radeon/kms/atom/dce3: fix up usPixelClock calculation for Transmitter tablesAlex Deucher2009-11-061-3/+6
| | * | drm/radeon/kms/r600: fix rs880 support v2Alex Deucher2009-11-063-8/+15
* | | | 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-11-301-0/+39
* | | | drm/i915: Don't set up the LVDS if it isn't in the BIOS device table.Zhao Yakui2009-11-301-0/+44
* | | | drm/i915: Don't set up DP ports that aren't in the BIOS device table.Zhao Yakui2009-11-301-1/+52
* | | | drm/i915: Don't set up HDMI ports that aren't in the BIOS device table.Zhao Yakui2009-11-301-1/+50
* | | | drm/i915: parse child device from VBTZhao Yakui2009-11-304-0/+93
* | | | drm/i915: Disable pwrctx before unpin and freeKristian Høgsberg2009-11-301-0/+5
* | | | drm/i915: Hold struct_mutex while unreffing pwrctx objectKristian Høgsberg2009-11-301-2/+2
* | | | drm/i915: Unregister i915_wedged debugfs entry using the right keyKristian Høgsberg2009-11-301-5/+2
* | | | drm/i915: fix gpio register detection logic for BIOS without VBTShaohua Li2009-11-303-6/+2
* | | | drm/i915: Avoid NULL dereference with component_only tv_modesChris Wilson2009-11-301-7/+4
* | | | drm/i915: fixup interrupted overlay switch off callsDaniel Vetter2009-11-301-3/+6
* | | | drm/i915: overlay: extract some duplicated codeDaniel Vetter2009-11-301-23/+19
* | | | drm/i915: remove Pineview EOS protection supportShaohua Li2009-11-303-51/+0
* | | | 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
OpenPOWER on IntegriCloud