| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/i915: disable ppgtt on snb when dmar is enabled | Daniel Vetter | 2012-04-02 | 1 | -1/+1 |
* | drm/i915: allow to select rc6 modes via kernel parameter | Eugeni Dodonov | 2012-04-01 | 1 | -0/+21 |
* | drm/i915: i2c: unconditionally set up gpio fallback | Daniel Vetter | 2012-02-29 | 1 | -1/+2 |
* | drm/i915: merge gmbus and gpio i2c adpater into one | Daniel Vetter | 2012-02-29 | 1 | -0/+2 |
* | drm/i915: merge struct intel_gpio into struct intel_gmbus | Daniel Vetter | 2012-02-29 | 1 | -0/+1 |
* | drm/i915: add dev_priv to intel_gmbus | Daniel Vetter | 2012-02-29 | 1 | -5/+8 |
* | drm/i915: error_buffer->ring should be signed | Daniel Vetter | 2012-02-27 | 1 | -1/+1 |
* | drm/i915: Record the position of the request upon error | Chris Wilson | 2012-02-15 | 1 | -0/+1 |
* | drm/i915: Record the in-flight requests at the time of a hang | Chris Wilson | 2012-02-15 | 1 | -5/+12 |
* | drm/i915: Record the tail at each request and use it to estimate the head | Chris Wilson | 2012-02-15 | 1 | -0/+5 |
* | drm/i915: Fix race condition in accessing GMBUS | Yufeng Shen | 2012-02-14 | 1 | -0/+4 |
* | drm/i915: add a "force-dvi" HDMI audio mode | Wu Fengguang | 2012-02-14 | 1 | -0/+7 |
* | drm/i915: fixup seqno allocation logic for lazy_request | Daniel Vetter | 2012-02-13 | 1 | -6/+1 |
* | drm/i915: check gtfifodbg after possibly failed writes | Ben Widawsky | 2012-02-12 | 1 | -1/+1 |
* | Merge remote-tracking branch 'airlied/drm-fixes' into drm-intel-next-queued | Daniel Vetter | 2012-02-10 | 1 | -3/+7 |
|\ |
|
| * | drm/i915: protect force_wake_(get|put) with the gt_lock | Daniel Vetter | 2012-01-19 | 1 | -3/+7 |
* | | drm/i915: enable ppgtt | Daniel Vetter | 2012-02-09 | 1 | -0/+2 |
* | | drm/i915: ppgtt binding/unbinding support | Daniel Vetter | 2012-02-09 | 1 | -0/+7 |
* | | drm/i915: initialization/teardown for the aliasing ppgtt | Daniel Vetter | 2012-02-09 | 1 | -0/+18 |
* | | drm/i915: dump even more into the error_state | Daniel Vetter | 2012-02-09 | 1 | -0/+4 |
* | | drm/i915: swizzling support for snb/ivb | Daniel Vetter | 2012-02-08 | 1 | -1/+2 |
* | | drm/i915: add per-ring fault reg to error_state | Daniel Vetter | 2012-01-29 | 1 | -0/+2 |
* | | drm/i915: Separate fence pin counting from normal bind pin counting | Chris Wilson | 2012-01-29 | 1 | -0/+19 |
* | | drm/i915: collect more per ring error state | Daniel Vetter | 2012-01-29 | 1 | -2/+5 |
* | | drm/i915: refactor ring error state capture to use arrays | Daniel Vetter | 2012-01-29 | 1 | -15/+5 |
* | | drm/i915: argument to control retiring behavior | Ben Widawsky | 2012-01-26 | 1 | -2/+3 |
* | | drm/i915: add a LLC feature flag in device description | Eugeni Dodonov | 2012-01-17 | 1 | -0/+2 |
* | | drm/i915: kill i915_mem.c | Daniel Vetter | 2012-01-17 | 1 | -13/+0 |
|/ |
|
* | drm/i915: add SNB and IVB video sprite support v6 | Jesse Barnes | 2012-01-03 | 1 | -0/+3 |
* | drm/i915: Clean up multi-threaded forcewake patch | Keith Packard | 2012-01-03 | 1 | -2/+1 |
* | drm/i915: check ACTHD of all rings | Daniel Vetter | 2011-12-19 | 1 | -0/+2 |
* | drm/i915: enable semaphores on per-device defaults | Eugeni Dodonov | 2011-12-16 | 1 | -1/+1 |
* | drm/i915: By default, enable RC6 on IVB and SNB when reasonable | Keith Packard | 2011-12-16 | 1 | -1/+1 |
* | drm/i915: prevent division by zero when asking for chipset power | Eugeni Dodonov | 2011-12-16 | 1 | -0/+1 |
* | drm/i915: add multi-threaded forcewake support | Keith Packard | 2011-11-23 | 1 | -2/+11 |
* | drm/i915: Module parameters using '-1' as default must be signed type | Keith Packard | 2011-11-10 | 1 | -2/+2 |
* | drm/i915: add constants to size fence arrays and fields | Daniel Vetter | 2011-11-03 | 1 | -7/+8 |
* | i915: Move i915_read/write out of line | Andi Kleen | 2011-10-20 | 1 | -19/+3 |
* | drm/i915: support 3 pipes on IVB+ | Jesse Barnes | 2011-10-20 | 1 | -2/+2 |
* | drm/i915: Remove "i2c_speed" nonsense from child device table | Adam Jackson | 2011-10-20 | 1 | -1/+0 |
* | Merge branch 'fix-pch-refclk' into foo | Keith Packard | 2011-10-20 | 1 | -0/+2 |
|\ |
|
| * | drm/i915: Initialize PCH refclks at modeset init time | Keith Packard | 2011-09-28 | 1 | -0/+1 |
| * | drv/i915: Pull display_clock_mode out of VBT table | Keith Packard | 2011-09-27 | 1 | -0/+1 |
* | | Merge branch 'edp-training-fixes' into drm-intel-next | Keith Packard | 2011-10-20 | 1 | -2/+0 |
|\ \ |
|
| * | | drm/i915: Move eDP panel fixed mode from dev_priv to intel_dp | Keith Packard | 2011-10-06 | 1 | -1/+0 |
| * | | drm/i915: Correct eDP panel power sequencing delay computations | Keith Packard | 2011-10-06 | 1 | -1/+0 |
| |/ |
|
* | | drm/i915: pass ELD to HDMI/DP audio driver | Wu Fengguang | 2011-09-21 | 1 | -0/+2 |
* | | Drivers: i915: Fix all space related issues. | Akshay Joshi | 2011-09-19 | 1 | -35/+35 |
|/ |
|
* | Not all systems expose a firmware or platform mechanism for changing the back... | Matthew Garrett | 2011-08-15 | 1 | -0/+4 |
* | Merge branch 'drm-intel-fixes' into drm-intel-next | Keith Packard | 2011-07-29 | 1 | -0/+1 |
|\ |
|