summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* 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-1841-557/+4663
| |\
| | * 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
* | | | 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-0539-617/+1061
|\ \ \ \ | |/ / /
| * | | Merge branch 'drm-next' of ../drm-2.6 into drm-nextDave Airlie2009-11-057-52/+50
| |\ \ \ | | |/ /
| | * | drm/radeon/kms/r700: fix some typos in chip initAlex Deucher2009-11-041-13/+13
| | * | drm/radeon/kms: remove some misleading debugging outputAlex Deucher2009-11-041-3/+0
| | * | drm/radeon/kms: stop putting VRAM at 0 in MC space on r600s.Dave Airlie2009-11-041-25/+19
| | * | drm/radeon/kms: disable D1VGA and D2VGA if enabledDave Airlie2009-11-041-0/+2
| | * | drm/radeon/kms: Don't RMW CP_RB_CNTLAlex Deucher2009-11-042-11/+9
| | * | drm/radeon/kms: fix coherency issues on AGP cards.Dave Airlie2009-11-042-0/+7
| * | | Merge branch 'drm-next' of ../drm-2.6 into drm-nextDave Airlie2009-10-287-24/+57
| |\ \ \ | | |/ /
| | * | drm/radeon/kms: fix rc410 suspend/resume.Dave Airlie2009-10-281-0/+2
OpenPOWER on IntegriCloud