aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * drm/radeon/kms: fix connector edid handlingAlex Deucher2009-10-164-32/+73
| * drm/radeon/kms: fix internal tmds setup on legacy display engineAlex Deucher2009-10-152-1/+12
| * drm/radeon/kms: move active_device setup into encoder fixup()Alex Deucher2009-10-152-22/+14
| * drm/radeon/kms: properly handle mode id with native mode changesAlex Deucher2009-10-132-2/+3
| * drm/radeon/kms: fix use of index before proper initialisation.Dave Airlie2009-10-121-1/+1
| * drm/radeon: Revert "drm/r600: avoid assigning vb twice in blit code"Dave Airlie2009-10-122-5/+8
| * drm/radeon/kms: also check for edid in lvds detectAlex Deucher2009-10-121-1/+12
| * drm/radeon/kms: use drm_mode directly for panel modesAlex Deucher2009-10-127-159/+97
| * drm/radeon/kms/atom: rework crtc modesetAlex Deucher2009-10-123-184/+148
| * drm/radeon/kms/atom: add support for AdjustDisplayPllAlex Deucher2009-10-121-6/+30
| * drm/radeon/kms/atom: reorder crtc dpmsAlex Deucher2009-10-121-2/+2
| * drm/radeon/kms: make sure LVDS panel is valid in detect()Alex Deucher2009-10-121-1/+13
| * drm/radeon/kms: Fix apparent typo in legacy CRTC memory bandwidth calculation.Michel Dänzer2009-10-121-1/+1
| * drm/radeon/kms: Update memory bandwidth requirements in mode_set_base hook.Michel Dänzer2009-10-122-4/+8
| * drm/radeon/kms: don't refuse LUT because no framebuffer.Dave Airlie2009-10-121-4/+0
* | drm/i915: fix get_core_clock_speed for G33 class desktop chipsDaniel Vetter2009-11-051-1/+1
* | drm/i915: Add display hotplug event on IronlakeZhenyu Wang2009-11-053-4/+34
* | drm/i915: Add ACPI OpRegion support for IronlakeZhao Yakui2009-11-054-8/+96
* | drm/i915: enable self-refresh on 965Jesse Barnes2009-11-051-4/+28
* | drm/i915: Support 30 bit depth modesKristian Høgsberg2009-11-052-1/+5
* | drm/i915: debugfs interface to manually reset the GPUChris Wilson2009-11-051-1/+115
* | drm/i915: Use a single thread workqueueChris Wilson2009-11-051-1/+1
* | drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMS in DVO output code.Zhao Yakui2009-11-055-55/+61
* | drm/i915: Enable the SDVO debug code, which is now under DEBUG_KMS.Eric Anholt2009-11-051-10/+0
* | drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMSZhao Yakui2009-11-058-89/+99
* | drm/i915: Replace DRM_DEBUG with DRM_DEBUG_DRIVERZhao Yakui2009-11-056-36/+38
* | drm/i915: overlay: kill one more unnecessary uninterruptible sleepDaniel Vetter2009-11-051-10/+7
* | drm/i915: kill i915_lp_ring_syncDaniel Vetter2009-11-052-19/+0
* | drm/i915: implement interruptible sleeps in the overlay codeDaniel Vetter2009-11-053-34/+159
* | drm/i915: implement fastpath for overlay flip waitingDaniel Vetter2009-11-054-11/+41
* | drm/i915: fully switch off overlay when not in useDaniel Vetter2009-11-051-2/+1
* | drm/i915: implement drmmode overlay support v4Daniel Vetter2009-11-058-3/+1432
* | drm/i915: kill superflous IS_I855 macroDaniel Vetter2009-11-052-3/+2
* | drm/i915: add i915_lp_ring_sync helperDaniel Vetter2009-11-053-11/+41
* | drm: make drm_mode_object_find typesafeDaniel Vetter2009-11-052-2/+4
* | drm/i915: add render standby supportJesse Barnes2009-11-054-3/+54
* | drm/i915: HDMI hardware workaround for IronlakeZhenyu Wang2009-11-051-4/+22
* | drm/i915: Fix and cleanup DPLL calculation for IronlakeZhenyu Wang2009-11-051-9/+6
* | drm/i915: Avoid potential sleep whilst holding spinlockChris Wilson2009-11-051-2/+2
* | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Linus Torvalds2009-11-052-2/+34
|\ \
| * | xen: mask extended topology info in cpuidJeremy Fitzhardinge2009-11-031-1/+10
| * | xen/hvc: make sure console output is always emitted, with explicit pollingJeremy Fitzhardinge2009-11-031-1/+24
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-11-051-0/+4
|\ \ \
| * | | sysfs: Don't leak secdata when a sysfs_dirent is freed.Eric W. Biederman2009-11-051-0/+4
* | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-11-054-54/+84
|\ \ \ \
| * | | | sched: Fix kthread_bind() by moving the body of kthread_bind() to sched.cMike Galbraith2009-11-032-23/+32
| * | | | sched: Disable SD_PREFER_LOCAL at node levelMike Galbraith2009-11-031-1/+1
| * | | | sched: Fix boot crash by zalloc()ing most of the cpu masksRusty Russell2009-11-021-3/+3
| * | | | sched: Strengthen buddies and mitigate buddy induced latenciesMike Galbraith2009-10-232-27/+48
* | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-11-052-3/+5
|\ \ \ \ \