summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2014-07-11drm/i915: Switch to common shared dpll framework for WRPLLsDaniel Vetter5-144/+27
2014-07-11drm/i915: ->enable hook for WRPLLsDaniel Vetter1-32/+19
2014-07-11drm/i915: ->disable hook for WRPLLsDaniel Vetter2-14/+20
2014-07-11drm/i915: State readout support for WRPLLsDaniel Vetter5-0/+31
2014-07-11drm/i915: add POWER_DOMAIN_PLLSPaulo Zanoni4-0/+14
2014-07-11drm/i915: Document that the pll->mode_set hook is optionalDaniel Vetter1-0/+2
2014-07-11drm/i915: Basic shared dpll support for WRPLLsDaniel Vetter3-10/+34
2014-07-11drm/i915: Precompute static ddi_pll_sel values in encodersDaniel Vetter3-35/+26
2014-07-11drm/i915: BDW also has special-purpose DP DDI clocksPaulo Zanoni1-1/+1
2014-07-11drm/i915: State readout and cross-checking for ddi_pll_selDaniel Vetter3-55/+34
2014-07-11drm/i915: Move ddi_pll_sel into the pipe configDaniel Vetter2-19/+20
2014-07-11drm/i915: Add a debugfs file for the shared dpll stateDaniel Vetter1-0/+26
2014-07-11drm/i915: Move SPLL disabling into hsw_crt_post_disableDaniel Vetter2-7/+15
2014-07-11drm/i915: Move the SPLL enabling into hsw_crt_pre_enableDaniel Vetter2-18/+14
2014-07-11drm/i915: ddi: move pch cleanup before encoder->post_disableImre Deak1-4/+4
2014-07-11drm/i915: ddi: move pch setup after encoder->pre_enableImre Deak1-6/+5
2014-07-11drm/i915: Clean up WRPLL/SPLL #definesDaniel Vetter2-9/+10
2014-07-11drm/i915: Remove spll_refcount for hswDaniel Vetter2-29/+13
2014-07-11drm/i915: Check hw state in assert_can_disable_lcpllDaniel Vetter1-4/+3
2014-07-10drm/i915: Add a couple WARN()'s to catch missing locksMatt Roper1-0/+4
2014-07-10drm/i915: Add missing locking to primary plane handlersMatt Roper1-2/+15
2014-07-10drm/i915: get/put runtime PM at i915_semaphore_statusPaulo Zanoni1-0/+2
2014-07-10drm/i915: fix D_COMP usage on BDWPaulo Zanoni2-6/+20
2014-07-10drm/i915: fix hsw_write_dcomp() error messagePaulo Zanoni1-1/+1
2014-07-09drm/i915: remove i915_rstdby_delays debugfs entryMika Kuoppala1-24/+0
2014-07-09drm/i915: remove i915_gfxec debugfs entryMika Kuoppala1-21/+0
2014-07-09drm/i915: remove i915_inttoext_table debugfs entryMika Kuoppala1-30/+0
2014-07-09drm/i915: remove i915_delayedfreq_table debugfs entryMika Kuoppala1-27/+0
2014-07-09drm/i915: Make use of intel_fb_obj() (v2)Matt Roper3-63/+48
2014-07-09drm/i915: Introduce intel_fb_obj() macroMatt Roper1-0/+1
2014-07-08drm/i915: HWS must be in the mappable region for g33Chris Wilson1-1/+15
2014-07-08drm/i915/vlv: WA for Turbo and RC6 to work together.Deepak S4-4/+167
2014-07-08drm/i915: Use mmio flips to change tiling mode on BaytrailChris Wilson1-0/+6
2014-07-08drm/i915: Disable RCS flips on IvybridgeChris Wilson1-0/+2
2014-07-08drm/i915: Extract the actual workload submission mechanism from execbufferOscar Mateo1-136/+162
2014-07-08drm/i915: Generalize intel_ring_get_tail to take a ringbufOscar Mateo2-4/+4
2014-07-08drm/i915: Generalize ring_space to take a ringbufOscar Mateo1-7/+6
2014-07-08drm/i915: Extract ringbuffer destroy & generalize alloc to take a ringbufOscar Mateo1-10/+16
2014-07-08drm/i915: Add kerneldoc comments to the intel_context structOscar Mateo1-0/+17
2014-07-08drm/i915: Emphasize that ctx->id is merely a user handleOscar Mateo5-12/+12
2014-07-08drm/i915: Emphasize that ctx->obj & ctx->is_initialized refer to the legacy r...Oscar Mateo3-44/+48
2014-07-08drm/i915: Extract context backing object allocationOscar Mateo1-19/+35
2014-07-08drm/i915: make system freeze support depend on CONFIG_ACPI_SLEEPImre Deak1-3/+4
2014-07-08drm/i915: Restrict GPU boost to the RCS engineChris Wilson1-1/+1
2014-07-08drm/i915: correct BLC vs PWM enable/disable orderingJesse Barnes1-6/+7
2014-07-08drm/i915: Enable semaphores on BDWRodrigo Vivi1-4/+0
2014-07-08drm/i915/bdw: poll semaphoresBen Widawsky1-0/+1
2014-07-08drm/i915: semaphore debugfsBen Widawsky1-0/+71
2014-07-08drm/i915/bdw: collect semaphore error stateBen Widawsky2-4/+48
2014-07-08drm/i915: Extract semaphore error collectionBen Widawsky1-12/+18