summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-07-12drm: Add drm_mode_create_rotation_property()Ville Syrjälä1-0/+18
2014-07-12drm: Add support_bits parameter to drm_property_create_bitmask()Ville Syrjälä2-5/+17
2014-07-12drm: Move DRM_ROTATE bits out of omapdrm into drm_crtc.hVille Syrjälä1-7/+0
2014-07-11drm/i915: Add RP1 render P state thresholds in CHVDeepak S1-0/+15
2014-07-11drm/i915/chv: Add basic PM interrupt support for CHVDeepak S2-1/+5
2014-07-11drm/i915: CHV GPU frequency to opcode functionsDeepak S1-2/+76
2014-07-11drm/i915: populate mem_freq/cz_clock for chvDeepak S3-0/+36
2014-07-11drm/i915: Add RP0/RP1/RPn render P state thresholds in VLV sysfsDeepak S1-3/+15
2014-07-11drm/i915: Read guaranteed freq for valleyviewDeepak S1-0/+16
2014-07-11drm/i915: Call encoder->post_disable() in intel_sanitize_encoder()Ville Syrjälä1-0/+2
2014-07-11drm/i915: ddi: enable runtime pm during dpmsDaniel Vetter1-17/+8
2014-07-11drm/i915: Use the cached min/min/rpe values in the vlv debugfs codeVille Syrjälä3-15/+14
2014-07-11drm/i915: Don't disable PPGTT for CHV based in PCI revVille Syrjälä1-1/+2
2014-07-11drm/i915: Make the RPS interrupt generation mask handle the vlv waChris Wilson1-5/+5
2014-07-11drm/i915: Move RPS evaluation interval counters to i915->rpsChris Wilson2-27/+23
2014-07-11drm/i915: Don't cast a pointer to void* unnecessarilyDamien Lespiau1-1/+1
2014-07-11drm/i915: don't read LVDS regs at compute_config timePaulo Zanoni1-4/+9
2014-07-11drm/i915: check the power domains in intel_lvds_get_hw_state()Paulo Zanoni1-0/+5
2014-07-11drm/i915: check the power domains in ironlake_get_pipe_config()Paulo Zanoni1-0/+4
2014-07-11drm/i915: don't skip shared DPLL assertion on LPTPaulo Zanoni1-5/+0
2014-07-11drm/i915: Only touch WRPLL hw state in enable/disable hooksDaniel Vetter3-21/+8
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