| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2011-05-24 | 88 | -3997/+9128 |
|\ |
|
| * | drivers/gpu/drm/radeon/atom.c: fix warning | Andrew Morton | 2011-05-24 | 1 | -2/+2 |
| * | drm/radeon/kms: bump kms version number | Alex Deucher | 2011-05-24 | 1 | -1/+2 |
| * | drm/radeon/kms: properly set num banks for fusion asics | Alex Deucher | 2011-05-24 | 1 | -2/+6 |
| * | drm/radeon/kms/atom: move dig phy init out of modesetting | Alex Deucher | 2011-05-24 | 4 | -9/+68 |
| * | drm/radeon/kms/cayman: fix typo in register mask | Alex Deucher | 2011-05-24 | 1 | -1/+1 |
| * | drm/radeon/kms: fix typo in spread spectrum code | Alex Deucher | 2011-05-24 | 1 | -1/+1 |
| * | drm/radeon/kms: fix tile_config value reported to userspace on cayman. | Dave Airlie | 2011-05-22 | 1 | -1/+1 |
| * | drm/radeon/kms: fix incorrect comparison in cayman setup code. | Dave Airlie | 2011-05-22 | 1 | -1/+1 |
| * | drm/radeon/kms: add wait idle ioctl for eg->cayman | Dave Airlie | 2011-05-22 | 1 | -0/+4 |
| * | drm/radeon/cayman: setup hdp to invalidate and flush when asked | Dave Airlie | 2011-05-22 | 2 | -0/+6 |
| * | drm/radeon/evergreen/btc/fusion: setup hdp to invalidate and flush when asked | Alex Deucher | 2011-05-22 | 2 | -1/+7 |
| * | drm/radeon/kms: the SS_Id field in the LCD table if for LVDS only | Alex Deucher | 2011-05-22 | 1 | -30/+12 |
| * | drm/radeon/kms: properly set the CLK_REF bit for DCE3 devices | Alex Deucher | 2011-05-22 | 1 | -0/+2 |
| * | drm/radeon/kms: fixup eDP connector handling | Alex Deucher | 2011-05-20 | 1 | -8/+72 |
| * | drm/radeon/kms: bail early for eDP in hotplug callback | Alex Deucher | 2011-05-20 | 1 | -0/+6 |
| * | drm/radeon/kms: simplify hotplug handler logic | Alex Deucher | 2011-05-20 | 3 | -26/+8 |
| * | drm/radeon/kms: rewrite DP handling | Alex Deucher | 2011-05-20 | 4 | -523/+583 |
| * | drm/radeon/kms/atom: add support for setting DP panel mode | Alex Deucher | 2011-05-20 | 3 | -13/+16 |
| * | drm/radeon/kms: atombios.h updates for DP panel mode | Alex Deucher | 2011-05-20 | 1 | -2/+20 |
| * | drm/radeon/kms: handle DP bridges | Alex Deucher | 2011-05-20 | 3 | -181/+263 |
| * | drm/radeon/kms: improve aux error handling | Alex Deucher | 2011-05-20 | 2 | -85/+151 |
| * | drm/radeon/kms: improve DP detect logic | Alex Deucher | 2011-05-20 | 1 | -5/+13 |
| * | drm/radeon/kms: add some dp encoder/connector helper funcs | Alex Deucher | 2011-05-20 | 3 | -0/+99 |
| * | drm/radeon/kms: make sure eDP panel is on for modesetting | Alex Deucher | 2011-05-20 | 1 | -1/+7 |
| * | drm/radeon/kms: fix eDP panel power function | Alex Deucher | 2011-05-20 | 2 | -6/+20 |
| * | drm/radeon/kms: adjust eDP handling (v2) | Alex Deucher | 2011-05-20 | 2 | -6/+27 |
| * | drm/radeon/kms: fix up DP clock programming on DCE4/5 | Alex Deucher | 2011-05-20 | 2 | -5/+18 |
| * | drm/radeon/kms: spread spectrum fixes | Alex Deucher | 2011-05-20 | 1 | -16/+36 |
| * | drm/radeon/kms: properly handle bpc >8 in atom command tables | Alex Deucher | 2011-05-20 | 2 | -7/+101 |
| * | drm/radeon/kms: DCE4.1 DIG encoders are fully routeable just like DCE3.2 | Alex Deucher | 2011-05-20 | 1 | -8/+5 |
| * | Merge remote branch 'keithp/drm-intel-next' of ../drm-next into drm-core-next | Dave Airlie | 2011-05-20 | 7 | -40/+48 |
| |\ |
|
| | * | drm/i915: initialize gen6 rps work queue on Sandy Bridge and Ivy Bridge | Jesse Barnes | 2011-05-18 | 1 | -1/+2 |
| | * | drm/i915/sdvo: Reorder i2c initialisation before ddc proxy | Chris Wilson | 2011-05-18 | 1 | -6/+4 |
| | * | drm/i915: FDI link training broken on Ironlake by Ivybridge integration | Keith Packard | 2011-05-17 | 1 | -4/+4 |
| | * | drm/i915: enable rc6 by default | Jesse Barnes | 2011-05-17 | 1 | -1/+1 |
| | * | drm/i915: add fbc enable flag, but disable by default | Jesse Barnes | 2011-05-17 | 4 | -1/+14 |
| | * | drm/i915: clean up unused ring_get_irq/ring_put_irq functions | Feng, Boqun | 2011-05-16 | 1 | -29/+0 |
| | * | drm/i915: fix user irq miss in BSD ring on g4x | Feng, Boqun | 2011-05-16 | 1 | -2/+27 |
| * | | drm: fix nouveau_acpi build | Randy Dunlap | 2011-05-16 | 1 | -1/+2 |
| * | | Merge remote branch 'nouveau/drm-nouveau-next' of /ssd/git/drm-nouveau-next i... | Dave Airlie | 2011-05-16 | 44 | -1837/+5071 |
| |\ \ |
|
| | * | | drm/nouveau: make cursor_set implementation consistent with other drivers | Marcin Slusarz | 2011-05-16 | 2 | -6/+6 |
| | * | | drm/nva3/clk: better pll calculation when no fractional fb div available | Ben Skeggs | 2011-05-16 | 4 | -37/+43 |
| | * | | drm/nouveau/pm: translate ramcfg strap through ram restrict table | Ben Skeggs | 2011-05-16 | 1 | -2/+4 |
| | * | | drm/nva3/pm: allow use of divisor 16 | Ben Skeggs | 2011-05-16 | 1 | -1/+1 |
| | * | | drm/nvc0/pm: parse clock for pll 0x0a (0x137020) from perf table | Ben Skeggs | 2011-05-16 | 2 | -0/+3 |
| | * | | drm/nvc0/pm: correct core/mem/shader perflvl parsing | Ben Skeggs | 2011-05-16 | 1 | -3/+13 |
| | * | | drm/nouveau/pm: remove memtiming support check when assigning to perflvl | Ben Skeggs | 2011-05-16 | 1 | -1/+1 |
| | * | | drm/nva3: support for memory timing map table | Ben Skeggs | 2011-05-16 | 1 | -14/+67 |
| | * | | drm/nouveau: Associate memtimings with performance levels on cards <= nv98 | Martin Peres | 2011-05-16 | 4 | -18/+44 |