| Commit message (Expand) | Author | Age | Files | Lines |
* | radeon: Switch to arch_phys_wc_add and add a missing ..._del | Andy Lutomirski | 2013-05-31 | 1 | -2/+3 |
* | i915: Use arch_phys_wc_{add,del} | Andy Lutomirski | 2013-05-31 | 1 | -38/+4 |
* | drm, agpgart: Use pgprot_writecombine for AGP maps and make the MTRR optional | Andy Lutomirski | 2013-05-31 | 4 | -22/+15 |
* | drm: Update drm_addmap and drm_mmap to use PAT WC instead of MTRRs | Andy Lutomirski | 2013-05-31 | 2 | -21/+21 |
* | drm (ast, cirrus, mgag200, nouveau, savage, vmwgfx): Remove drm_mtrr_{add, del} | Andy Lutomirski | 2013-05-31 | 8 | -107/+35 |
* | Add arch_phys_wc_{add, del} to manipulate WC MTRRs if needed | Andy Lutomirski | 2013-05-31 | 4 | -1/+112 |
* | Merge tag 'drm-intel-next-2013-05-20-merged' of git://people.freedesktop.org/... | Dave Airlie | 2013-05-31 | 35 | -2161/+4400 |
|\ |
|
| * | Merge tag 'v3.10-rc2' into drm-intel-next-queued | Daniel Vetter | 2013-05-21 | 9982 | -312735/+569949 |
| |\ |
|
| * | | drm/i915: add support for dvo Chrontel 7010B | braggle@free.fr | 2013-05-20 | 2 | -2/+33 |
| * | | drm/i915: Use pipe config state to control gmch pfit enable/disable | Daniel Vetter | 2013-05-15 | 1 | -13/+7 |
| * | | drm/i915: Use pipe_config state to disable ilk+ pfit | Daniel Vetter | 2013-05-15 | 1 | -11/+17 |
| * | | drm/i915: panel fitter hw state readout&check support | Daniel Vetter | 2013-05-15 | 2 | -2/+66 |
| * | | drm/i915: implement WADPOClockGatingDisable for LPT | Paulo Zanoni | 2013-05-10 | 1 | -0/+5 |
| * | | drm/i915: Add missing platform tags to FBC workaround comments | Damien Lespiau | 2013-05-10 | 1 | -6/+6 |
| * | | drm/i915: rip out an unused lvds_reg variable | Daniel Vetter | 2013-05-10 | 1 | -6/+0 |
| * | | drm/i915: Compute WR PLL dividers dynamically | Damien Lespiau | 2013-05-10 | 1 | -403/+214 |
| * | | drm/i915: HSW FBC WaFbcDisableDpfcClockGating | Rodrigo Vivi | 2013-05-10 | 2 | -0/+13 |
| * | | drm/i915: HSW FBC WaFbcAsynchFlipDisableFbcQueue | Rodrigo Vivi | 2013-05-10 | 2 | -0/+11 |
| * | | drm/i915: Enable FBC at Haswell. | Rodrigo Vivi | 2013-05-10 | 3 | -11/+16 |
| * | | drm/i915: IVB FBC WaFbcDisableDpfcClockGating | Rodrigo Vivi | 2013-05-10 | 1 | -0/+11 |
| * | | drm/i915: IVB FBC WaFbcAsynchFlipDisableFbcQueue | Rodrigo Vivi | 2013-05-10 | 1 | -0/+2 |
| * | | drm/i915: Add support for FBC on Ivybridge. | Rodrigo Vivi | 2013-05-10 | 3 | -2/+38 |
| * | | drm/i915: Organize VBT stuff inside drm_i915_private | Rodrigo Vivi | 2013-05-10 | 10 | -112/+119 |
| * | | drm/i915: make SDVO TV-out work for multifunction devices | Daniel Vetter | 2013-05-10 | 3 | -12/+9 |
| * | | drm/i915: rip out now unused is_foo tracking from crtc code | Daniel Vetter | 2013-05-10 | 1 | -25/+3 |
| * | | drm/i915: rip out TV-out lore ... | Daniel Vetter | 2013-05-10 | 1 | -4/+0 |
| * | | drm/i915: drop TVclock special casing on ilk+ | Daniel Vetter | 2013-05-10 | 1 | -10/+1 |
| * | | drm/i915: move sdvo TV clock computation to intel_sdvo.c | Daniel Vetter | 2013-05-10 | 2 | -30/+30 |
| * | | drm/i915: print DP init debug messages from a single place | Imre Deak | 2013-05-10 | 2 | -9/+7 |
| * | | drm/i915: remove is_pch_edp() helpers and state variable | Imre Deak | 2013-05-10 | 2 | -38/+0 |
| * | | drm/i915: stop using is_pch_edp() in is_cpu_edp() | Imre Deak | 2013-05-10 | 1 | -6/+11 |
| * | | drm/i915: stop using is_pch_edp() in intel_dp_init_connector() | Imre Deak | 2013-05-10 | 1 | -11/+22 |
| * | | drm/i915: ilk-ivb: replace !is_pch_edp() with port==PORT_A | Imre Deak | 2013-05-10 | 1 | -7/+3 |
| * | | drm/i915: hsw: replace !is_pch_edp() with port==PORT_A | Imre Deak | 2013-05-10 | 1 | -1/+1 |
| * | | drm/i915: use enc_to_intel_dp() instead of opencoding the same | Imre Deak | 2013-05-10 | 1 | -7/+5 |
| * | | drm/i915: VLV support is no longer preliminary | Jesse Barnes | 2013-05-10 | 1 | -6/+0 |
| * | | drm/i915: allow stolen, pre-allocated objects to avoid GTT allocation v2 | Jesse Barnes | 2013-05-10 | 2 | -2/+5 |
| * | | drm/i915: BIOS and power context stolen mem handling for VLV v7 | Jesse Barnes | 2013-05-10 | 4 | -2/+62 |
| * | | drm/i915: Re-enable FBC WM if the watermark is good on gen6+ | Ville Syrjälä | 2013-05-10 | 1 | -0/+4 |
| * | | drm/i915: HSW: allow PCH clock gating for suspend | Imre Deak | 2013-05-10 | 5 | -0/+27 |
| * | | drm/i915: fix hotplug event bit tracking | Jani Nikula | 2013-05-10 | 1 | -1/+1 |
| * | | drm/i915: Add references to some workaround we implement | Damien Lespiau | 2013-05-10 | 5 | -2/+10 |
| * | | drm/i915: Add platform information to implemented workarounds | Damien Lespiau | 2013-05-10 | 2 | -41/+42 |
| * | | drm/i915: only disable DDI sound if intel_crtc->eld_vld | Paulo Zanoni | 2013-05-10 | 2 | -5/+8 |
| * | | drm/i915: check the power well on i915_pipe_enabled | Paulo Zanoni | 2013-05-10 | 1 | -0/+4 |
| * | | drm/i915: clear FPGA_DBG_RM_NOCLAIM when capturing error state | Paulo Zanoni | 2013-05-10 | 1 | -0/+7 |
| * | | drm/i915: add power well and cpu transcoder info to the error state | Paulo Zanoni | 2013-05-10 | 1 | -0/+13 |
| * | | drm/i915: add intel_display_power_enabled | Paulo Zanoni | 2013-05-10 | 4 | -10/+46 |
| * | | drm/i915: set proper DPIO post divider for VGA on VLV v4 | Jesse Barnes | 2013-05-10 | 1 | -4/+7 |
| * | | drm/i915: fix panel fitting on LVDS on ILK+ v2 | Jesse Barnes | 2013-05-10 | 1 | -2/+1 |