| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/i915: fixup forcewake spinlock fallout in drpc debugfs function | Daniel Vetter | 2012-01-25 | 1 | -3/+8 |
* | drm/i915: debugfs: show semaphore registers also on gen7 | Daniel Vetter | 2012-01-24 | 1 | -1/+1 |
* | drm/i915: allow userspace forcewake references also on gen7 | Daniel Vetter | 2012-01-24 | 1 | -2/+2 |
* | drm/i915: Re-enable gen7 RC6 and GPU turbo after resume. | Eric Anholt | 2012-01-24 | 1 | -2/+2 |
* | drm/i915: Correct debugfs printout for RC1e. | Eric Anholt | 2012-01-24 | 1 | -1/+1 |
* | Revert "drm/i915: Work around gen7 BLT ring synchronization issues." | Keith Packard | 2012-01-20 | 1 | -14/+0 |
* | drm/i915: rip out the HWSTAM missed irq workaround | Daniel Vetter | 2012-01-19 | 1 | -1/+2 |
* | drm/i915: paper over missed irq issues with force wake voodoo | Daniel Vetter | 2012-01-19 | 1 | -2/+25 |
* | drm/i915: Hold gt_lock across forcewake register reads | Keith Packard | 2012-01-19 | 1 | -2/+7 |
* | drm/i915: Hold gt_lock during reset | Keith Packard | 2012-01-19 | 1 | -3/+22 |
* | drm/i915: Move reset forcewake processing to gen6_do_reset | Keith Packard | 2012-01-19 | 1 | -7/+9 |
* | drm/i915: protect force_wake_(get|put) with the gt_lock | Daniel Vetter | 2012-01-19 | 4 | -11/+26 |
* | drm/i915: convert force_wake_get to func pointer in the gpu reset code | Daniel Vetter | 2012-01-13 | 1 | -1/+1 |
* | drm/i915: sprite init failure on pre-SNB is not a failure | Jesse Barnes | 2012-01-13 | 2 | -12/+5 |
* | drm/i915: VBT Parser cleanup for eDP block | Rohit Jain | 2012-01-13 | 1 | -1/+5 |
* | drm/i915: mask transcoder select bits before setting them on LVDS | Jesse Barnes | 2012-01-12 | 1 | -5/+8 |
* | Merge branch 'drm-intel-next-fixes' into drm-intel-fixes | Keith Packard | 2012-01-12 | 6 | -138/+50 |
|\ |
|
| * | drm/i915: Add Clientron E830 to the ignore LVDS list | Joel Sass | 2012-01-12 | 1 | -0/+8 |
| * | CHROMIUM: i915: Add DMI override to skip CRT initialization on ZGB | Duncan Laurie | 2012-01-12 | 1 | -0/+23 |
| * | drm/i915: handle 3rd pipe | Eugeni Dodonov | 2012-01-09 | 1 | -0/+4 |
| * | drm/i915: simplify pipe checking | Eugeni Dodonov | 2012-01-09 | 1 | -1/+2 |
| * | drm/i915: Print debugfs object list sizes in KiB instead of bytes. | Eric Anholt | 2012-01-09 | 1 | -2/+2 |
| * | drm/i915/sdvo: always set positive sync polarity | Paulo Zanoni | 2012-01-06 | 1 | -5/+3 |
| * | drm/i915: Removing TV Out modes. | Rodrigo Vivi | 2012-01-06 | 1 | -122/+0 |
| * | drm/i915: Fix TV Out refresh rate. | Rodrigo Vivi | 2012-01-06 | 1 | -8/+8 |
* | | Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2012-01-10 | 16 | -148/+1408 |
|\| |
|
| * | drm: introduce drm_can_sleep and use in intel/radeon drivers. (v2) | Dave Airlie | 2012-01-06 | 1 | -8/+1 |
| * | drm: add support for private planes | Rob Clark | 2012-01-05 | 1 | -1/+1 |
| * | drm/i915: only set the intel_crtc DPMS mode to on if the mode set succeeded | Jesse Barnes | 2012-01-03 | 1 | -2/+4 |
| * | drm/i915: don't disable a PCH DPLL that's in use | Jesse Barnes | 2012-01-03 | 1 | -1/+11 |
| * | drm/i915: don't bail out of intel_wait_ring_buffer too early | Daniel Vetter | 2012-01-03 | 1 | -1/+10 |
| * | drm/i915: kicking rings stuck on semaphores considered harmful | Daniel Vetter | 2012-01-03 | 1 | -7/+0 |
| * | drm/i915: Add support for resetting the SO write pointers on gen7. | Eric Anholt | 2012-01-03 | 3 | -0/+40 |
| * | drm/i915: Make the fallback IRQ wait not sleep. | Eric Anholt | 2012-01-03 | 1 | -5/+5 |
| * | drm/i915: Work around gen7 BLT ring synchronization issues. | Eric Anholt | 2012-01-03 | 1 | -0/+14 |
| * | drm/i915: Do the fallback non-IRQ wait in ring throttle, too. | Eric Anholt | 2012-01-03 | 1 | -0/+4 |
| * | drm/i915: Set two chicken bits implicated in missed IRQs on Ivybridge. | Eric Anholt | 2012-01-03 | 2 | -0/+8 |
| * | drm/i915: add color key support v4 | Jesse Barnes | 2012-01-03 | 4 | -0/+193 |
| * | drm/i915: track sprite coverage and disable primary plane if possible | Jesse Barnes | 2012-01-03 | 2 | -0/+42 |
| * | drm/i915: add SNB and IVB video sprite support v6 | Jesse Barnes | 2012-01-03 | 7 | -7/+788 |
| * | drm/i915: Clean up multi-threaded forcewake patch | Keith Packard | 2012-01-03 | 3 | -10/+8 |
| * | drm/i915: drpc debugfs update for gen6 | Ben Widawsky | 2012-01-03 | 2 | -1/+93 |
| * | drm/i915: Update GEN6_RP_CONTROL definitions | Ben Widawsky | 2012-01-03 | 2 | -2/+6 |
| * | drm/i915: Force sync command ordering (Gen6+) | Ben Widawsky | 2012-01-03 | 3 | -2/+13 |
| * | drm/i915: relative_constants_mode race fix | Ben Widawsky | 2012-01-03 | 1 | -13/+16 |
| * | Merge branch 'drm-intel-next' of git://people.freedesktop.org/~keithp/linux i... | Dave Airlie | 2012-01-03 | 6 | -34/+89 |
| |\ |
|
| | * | drm/i915: check ACTHD of all rings | Daniel Vetter | 2011-12-19 | 2 | -3/+12 |
| | * | drm/i915: DisplayPort hot remove notification to audio driver | Wu Fengguang | 2011-12-19 | 1 | -0/+1 |
| | * | drm/i915: HDMI hot remove notification to audio driver | Wu Fengguang | 2011-12-19 | 1 | -2/+6 |
| | * | drm/i915: dont trigger hotplug events on unchanged ELD | Wu Fengguang | 2011-12-19 | 1 | -5/+46 |