| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/i915: read full receiver capability field during DP hot plug | Jesse Barnes | 2011-10-21 | 1 | -2/+2 |
* | drm/i915/dp: Remove eDP special cases from bandwidth checks | Adam Jackson | 2011-10-21 | 1 | -18/+2 |
* | drm/i915/dp: Fix the math in intel_dp_link_required | Adam Jackson | 2011-10-21 | 1 | -5/+21 |
* | drm/i915/panel: Always record the backlight level again (but cleverly) | Takashi Iwai | 2011-10-21 | 1 | -8/+13 |
* | i915: Move i915_read/write out of line | Andi Kleen | 2011-10-21 | 2 | -19/+43 |
* | drm/i915: remove transcoder PLL mashing from mode_set per specs | Jesse Barnes | 2011-10-21 | 1 | -25/+0 |
* | drm/i915: if transcoder disable fails, say which | Jesse Barnes | 2011-10-21 | 1 | -1/+1 |
* | drm/i915: set watermarks for third pipe on IVB | Jesse Barnes | 2011-10-21 | 2 | -0/+15 |
* | drm/i915: export a CPT mode set verification function | Jesse Barnes | 2011-10-21 | 3 | -0/+32 |
* | drm/i915: fix transcoder PLL select masking | Jesse Barnes | 2011-10-21 | 1 | -5/+10 |
* | drm/i915: fix IVB cursor support | Jesse Barnes | 2011-10-21 | 2 | -5/+43 |
* | drm/i915: fix debug output for 3 pipe configs | Jesse Barnes | 2011-10-21 | 1 | -1/+1 |
* | drm/i915: add PLL sharing support to handle 3 pipes | Jesse Barnes | 2011-10-21 | 2 | -38/+63 |
* | drm/i915: fix PCH PLL assertion check for 3 pipes | Jesse Barnes | 2011-10-21 | 1 | -0/+13 |
* | drm/i915: use transcoder select bits on VGA and HDMI on CPT | Jesse Barnes | 2011-10-21 | 2 | -17/+11 |
* | drm/i915: split refclk code out of ironlake_crtc_mode_set | Jesse Barnes | 2011-10-21 | 1 | -4/+35 |
* | drm/i915: support 3 pipes on IVB+ | Jesse Barnes | 2011-10-21 | 7 | -9/+20 |
* | drm/i915: PLL macro cleanup and pipe assertion check | Jesse Barnes | 2011-10-21 | 2 | -3/+9 |
* | drm/i915: always set FDI composite sync bit | Jesse Barnes | 2011-10-21 | 2 | -0/+3 |
* | drm/i915: Use PIPE_CONTROL for flushing on gen6+. | Jesse Barnes | 2011-10-21 | 2 | -12/+130 |
* | drm/i915: Rename PIPE_CONTROL bit defines to be less terse. | Kenneth Graunke | 2011-10-21 | 2 | -10/+12 |
* | drm/i915: Remove implied length of 2 from GFX_OP_PIPE_CONTROL #define. | Kenneth Graunke | 2011-10-21 | 2 | -5/+5 |
* | drm: Add Panel Self Refresh DP addresses | Ben Widawsky | 2011-10-21 | 1 | -0/+36 |
* | drm/i915: ILK + VT-d workaround | Ben Widawsky | 2011-10-21 | 3 | -0/+60 |
* | drm/i915: Remove early exit on i915_gpu_idle | Ben Widawsky | 2011-10-21 | 1 | -6/+0 |
* | intel-iommu: Export a flag indicating that the IOMMU is used for iGFX. | David Woodhouse | 2011-10-21 | 1 | -10/+15 |
* | intel-iommu: Workaround IOTLB hang on Ironlake GPU | David Woodhouse | 2011-10-21 | 1 | -1/+5 |
* | drm/i915: drop KM_USER0 argument to k(un)map_atomic | Daniel Vetter | 2011-10-21 | 2 | -5/+5 |
* | io-mapping: ensure io_mapping_map_atomic _is_ atomic | Daniel Vetter | 2011-10-21 | 1 | -0/+4 |
* | drm/i915: Defend against userspace creating a gem object with size==0 | Chris Wilson | 2011-10-20 | 1 | -0/+2 |
* | drm/i915: simplify swapin/out swizzle checking a bit | Daniel Vetter | 2011-10-20 | 2 | -12/+2 |
* | drm/i915: fix swizzling on gen6+ | Daniel Vetter | 2011-10-20 | 1 | -1/+4 |
* | drm/i915: properly cancel rps_work on module unload v2 | Daniel Vetter | 2011-10-20 | 1 | -0/+5 |
* | drm/i915: close PM interrupt masking races in the rps work func | Daniel Vetter | 2011-10-20 | 1 | -1/+1 |
* | drm/i915: close PM interrupt masking races in the irq handler | Daniel Vetter | 2011-10-20 | 1 | -2/+4 |
* | drm/i915: Remove redundant bit shifting from intel_gmbus_set_speed | Adam Jackson | 2011-10-20 | 2 | -8/+2 |
* | drm/i915: Rename intel_sdvo_hdmi_sink_detect | Adam Jackson | 2011-10-20 | 1 | -2/+2 |
* | drm/i915: Fix multifunction SDVO detection | Adam Jackson | 2011-10-20 | 1 | -2/+1 |
* | drm/i915: Remove "i2c_speed" nonsense from child device table | Adam Jackson | 2011-10-20 | 4 | -14/+8 |
* | Merge branch 'fix-pch-refclk' into foo | Keith Packard | 2011-10-20 | 5 | -60/+115 |
|\ |
|
| * | drm/i915: Initialize PCH refclks at modeset init time | Keith Packard | 2011-09-28 | 3 | -3/+11 |
| * | drm/i915: All PCH refclks are 120MHz | Keith Packard | 2011-09-28 | 1 | -10/+4 |
| * | drm/i915: Use CK505 as non-SSC source where available | Keith Packard | 2011-09-28 | 1 | -5/+21 |
| * | drm/i915: Fix PCH SSC reference clock settings | Keith Packard | 2011-09-27 | 1 | -37/+59 |
| * | drm/i915: Allow SSC parameter to override VBT value | Keith Packard | 2011-09-27 | 2 | -3/+5 |
| * | drm/i915: Document a few more BDB_GENERAL_FEATURES bits from PCH BIOS | Keith Packard | 2011-09-27 | 1 | -1/+4 |
| * | drv/i915: Pull display_clock_mode out of VBT table | Keith Packard | 2011-09-27 | 3 | -3/+8 |
| * | drm/i915: Use DRM_DEBUG_KMS for all messages in intel_bios.c | Keith Packard | 2011-09-27 | 1 | -2/+7 |
| * | drm/i915: broken copyright encoding in intel_bios.c | Keith Packard | 2011-09-27 | 1 | -1/+1 |
* | | Merge branch 'edp-training-fixes' into drm-intel-next | Keith Packard | 2011-10-20 | 5 | -122/+414 |
|\ \ |
|