summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | drm/plane-helper: Use proper plane init functionMatt Roper2014-07-181-3/+4
| * | drivers/gpu/drm/drm_buffer.c: remove unnecessary null test before kfreeFabian Frederick2014-07-181-5/+1
| * | drm: Fix function names in kerneldocThierry Reding2014-07-181-3/+3
* | | Merge tag 'drm-intel-next-2014-07-11' of git://anongit.freedesktop.org/drm-in...Dave Airlie2014-07-1923-1246/+2000
|\ \ \ | |/ / |/| |
| * | drm/i915: Make the RPS interrupt generation mask handle the vlv waChris Wilson2014-07-101-5/+5
| * | drm/i915: Move RPS evaluation interval counters to i915->rpsChris Wilson2014-07-102-27/+23
| * | drm/i915: Don't cast a pointer to void* unnecessarilyDamien Lespiau2014-07-101-1/+1
| * | drm/i915: don't read LVDS regs at compute_config timePaulo Zanoni2014-07-101-4/+9
| * | drm/i915: check the power domains in intel_lvds_get_hw_state()Paulo Zanoni2014-07-101-0/+5
| * | drm/i915: check the power domains in ironlake_get_pipe_config()Paulo Zanoni2014-07-101-0/+4
| * | drm/i915: don't skip shared DPLL assertion on LPTPaulo Zanoni2014-07-101-5/+0
| * | drm/i915: Only touch WRPLL hw state in enable/disable hooksDaniel Vetter2014-07-103-21/+8
| * | drm/i915: Switch to common shared dpll framework for WRPLLsDaniel Vetter2014-07-105-144/+27
| * | drm/i915: ->enable hook for WRPLLsDaniel Vetter2014-07-101-32/+19
| * | drm/i915: ->disable hook for WRPLLsDaniel Vetter2014-07-102-14/+20
| * | drm/i915: State readout support for WRPLLsDaniel Vetter2014-07-105-0/+31
| * | drm/i915: add POWER_DOMAIN_PLLSPaulo Zanoni2014-07-104-0/+14
| * | drm/i915: Document that the pll->mode_set hook is optionalDaniel Vetter2014-07-101-0/+2
| * | drm/i915: Basic shared dpll support for WRPLLsDaniel Vetter2014-07-103-10/+34
| * | drm/i915: Precompute static ddi_pll_sel values in encodersDaniel Vetter2014-07-103-35/+26
| * | drm/i915: BDW also has special-purpose DP DDI clocksPaulo Zanoni2014-07-101-1/+1
| * | drm/i915: State readout and cross-checking for ddi_pll_selDaniel Vetter2014-07-103-55/+34
| * | drm/i915: Move ddi_pll_sel into the pipe configDaniel Vetter2014-07-102-19/+20
| * | drm/i915: Add a debugfs file for the shared dpll stateDaniel Vetter2014-07-101-0/+26
| * | drm/i915: Move SPLL disabling into hsw_crt_post_disableDaniel Vetter2014-07-102-7/+15
| * | drm/i915: Move the SPLL enabling into hsw_crt_pre_enableDaniel Vetter2014-07-102-18/+14
| * | drm/i915: ddi: move pch cleanup before encoder->post_disableImre Deak2014-07-101-4/+4
| * | drm/i915: ddi: move pch setup after encoder->pre_enableImre Deak2014-07-101-6/+5
| * | drm/i915: Clean up WRPLL/SPLL #definesDaniel Vetter2014-07-102-9/+10
| * | drm/i915: Remove spll_refcount for hswDaniel Vetter2014-07-102-29/+13
| * | drm/i915: Check hw state in assert_can_disable_lcpllDaniel Vetter2014-07-101-4/+3
| * | drm/i915: Add a couple WARN()'s to catch missing locksMatt Roper2014-07-101-0/+4
| * | drm/i915: Add missing locking to primary plane handlersMatt Roper2014-07-101-2/+15
| * | drm/i915: get/put runtime PM at i915_semaphore_statusPaulo Zanoni2014-07-101-0/+2
| * | drm/i915: fix D_COMP usage on BDWPaulo Zanoni2014-07-102-6/+20
| * | drm/i915: fix hsw_write_dcomp() error messagePaulo Zanoni2014-07-101-1/+1
| * | drm/i915: remove i915_rstdby_delays debugfs entryMika Kuoppala2014-07-091-24/+0
| * | drm/i915: remove i915_gfxec debugfs entryMika Kuoppala2014-07-091-21/+0
| * | drm/i915: remove i915_inttoext_table debugfs entryMika Kuoppala2014-07-091-30/+0
| * | drm/i915: remove i915_delayedfreq_table debugfs entryMika Kuoppala2014-07-091-27/+0
| * | drm/i915: Make use of intel_fb_obj() (v2)Matt Roper2014-07-093-63/+48
| * | drm/i915: Introduce intel_fb_obj() macroMatt Roper2014-07-091-0/+1
| * | drm/i915: HWS must be in the mappable region for g33Chris Wilson2014-07-081-1/+15
| * | drm/i915/vlv: WA for Turbo and RC6 to work together.Deepak S2014-07-084-4/+167
| * | drm/i915: Use mmio flips to change tiling mode on BaytrailChris Wilson2014-07-081-0/+6
| * | drm/i915: Disable RCS flips on IvybridgeChris Wilson2014-07-081-0/+2
| * | drm/i915: Extract the actual workload submission mechanism from execbufferOscar Mateo2014-07-081-136/+162
| * | drm/i915: Generalize intel_ring_get_tail to take a ringbufOscar Mateo2014-07-082-4/+4
| * | drm/i915: Generalize ring_space to take a ringbufOscar Mateo2014-07-081-7/+6
| * | drm/i915: Extract ringbuffer destroy & generalize alloc to take a ringbufOscar Mateo2014-07-081-10/+16