aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_dpll_mgr.c
Commit message (Expand)AuthorAge
* drm/i915/bxt: Add MST support when do DPLL calculationLee, Shawn C2017-02-14
* drm/i915/bxt: Fix HDMI DPLL configurationImre Deak2016-10-10
* drm/i915: do not use 'false' as a NULL pointerJani Nikula2016-09-16
* drm/i915/dp: Add a standalone function to obtain shared dpll for HSW/BDW/SKL/BXTJim Bride2016-09-09
* drm/i915: Split hsw_get_dpll()Manasi Navare2016-09-07
* drm/i915: Split skl_get_dpll()Jim Bride2016-09-07
* drm/i915: Split bxt_ddi_pll_select()Durgadoss R2016-09-07
* drm/i915: Remove ddi_pll_sel from intel_crtc_stateAnder Conselvan de Oliveira2016-09-07
* drm/i915: handle DP_MST correctly in bxt_get_dpllMaarten Lankhorst2016-08-23
* drm/i915: s/INTEL_OUTPUT_DISPLAYPORT/INTEL_OUTPUT_DP/Ville Syrjälä2016-07-07
* drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson2016-07-05
* drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson2016-07-04
* drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson2016-06-30
* drm/i915/bxt: Avoid early timeout during PLL enableImre Deak2016-06-28
* drm/i915: Use crtc->name in debug messagesVille Syrjälä2016-05-30
* drm/i915: Fix NULL pointer deference when out of PLLs in IVBAnder Conselvan de Oliveira2016-05-26
* drm/i915: Unify SKL cdclk init pathsVille Syrjälä2016-05-23
* drm/i915: Keep track of preferred cdclk vco frequency on SKLVille Syrjälä2016-05-23
* drm/i915: Actually read out DPLL0 vco on skl from hardwareVille Syrjälä2016-05-23
* drm/i915: Move the SKL DPLL0 VCO computation into intel_dp_compute_config()Ville Syrjälä2016-05-23
* drm/i915/skl: SKL CDCLK change on modeset tracking VCOClint Taylor2016-05-23
* drm/i915: Remove intel_clock_t typedefAnder Conselvan de Oliveira2016-05-13
* drm/i915: s/DPPL/DPLL/ for SKL DPLLsVille Syrjälä2016-05-12
* drm/i915/bxt: PORT_PLL_REF_SEL bit should be set for all BXT variationsDongwon Kim2016-04-15
* drm/i915/bxt: Don't toggle power well 1 on-demandImre Deak2016-04-15
* drm/i915/bxt: Pass drm_i915_private to DDI PHY, CDCLK helpersImre Deak2016-04-15
* drm/i915/bxt: Reversed polarity of PORT_PLL_REF_SEL bitDongwon Kim2016-04-11
* drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev)Joonas Lahtinen2016-04-07
* drm/i915: Add locking to pll updates, v3.Maarten Lankhorst2016-03-31
* drm/i915: fix sparse warning for using false as NULLJani Nikula2016-03-17
* drm/i915: Move pll power state to crtc power domains.Maarten Lankhorst2016-03-17
* drm/i915: Perform dpll commit first, v2.Maarten Lankhorst2016-03-17
* drm/i915: Use a crtc mask instead of a refcount for dpll functions, v2.Maarten Lankhorst2016-03-17
* drm/i915/bxt: Fix off-by-one error in Broxton PLL IDsImre Deak2016-03-16
* drm/i915: Make SKL/KBL DPLL0 managed by the shared dpll codeAnder Conselvan de Oliveira2016-03-09
* drm/i915: Manage HSW/BDW LCPLLs with the shared dpll interfaceAnder Conselvan de Oliveira2016-03-09
* drm/i915: Move BXT pll configuration logic to intel_dpll_mgr.cAnder Conselvan de Oliveira2016-03-09
* drm/i915: Move SKL/KLB pll selection logic to intel_dpll_mgr.cAnder Conselvan de Oliveira2016-03-09
* drm/i915: Move HSW/BDW pll selection logic to intel_dpll_mgr.cAnder Conselvan de Oliveira2016-03-09
* drm/i915: Refactor platform specifics out of intel_get_shared_dpll()Ander Conselvan de Oliveira2016-03-09
* drm/i915: Use a table to initilize shared dpllsAnder Conselvan de Oliveira2016-03-09
* drm/i915: Store a direct pointer to shared dpll in intel_crtc_stateAnder Conselvan de Oliveira2016-03-09
* drm/i915: Split intel_get_shared_dpll() into smaller functionsAnder Conselvan de Oliveira2016-03-09
* drm/i915: Move ddi shared dpll code to intel_dpll_mgr.cAnder Conselvan de Oliveira2016-03-09
* drm/i915: Move shared dpll code to a new fileAnder Conselvan de Oliveira2016-03-09