index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_dpll_mgr.c
Age
Commit message (
Expand
)
Author
2016-05-23
drm/i915: s/DPPL/DPLL/ for SKL DPLLs
Ville Syrjälä
2016-04-15
drm/i915/bxt: PORT_PLL_REF_SEL bit should be set for all BXT variations
Dongwon Kim
2016-04-15
drm/i915/bxt: Don't toggle power well 1 on-demand
Imre Deak
2016-04-15
drm/i915/bxt: Pass drm_i915_private to DDI PHY, CDCLK helpers
Imre Deak
2016-04-11
drm/i915/bxt: Reversed polarity of PORT_PLL_REF_SEL bit
Dongwon Kim
2016-04-07
drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev)
Joonas Lahtinen
2016-03-31
drm/i915: Add locking to pll updates, v3.
Maarten Lankhorst
2016-03-17
drm/i915: fix sparse warning for using false as NULL
Jani Nikula
2016-03-17
drm/i915: Move pll power state to crtc power domains.
Maarten Lankhorst
2016-03-17
drm/i915: Perform dpll commit first, v2.
Maarten Lankhorst
2016-03-17
drm/i915: Use a crtc mask instead of a refcount for dpll functions, v2.
Maarten Lankhorst
2016-03-16
drm/i915/bxt: Fix off-by-one error in Broxton PLL IDs
Imre Deak
2016-03-09
drm/i915: Make SKL/KBL DPLL0 managed by the shared dpll code
Ander Conselvan de Oliveira
2016-03-09
drm/i915: Manage HSW/BDW LCPLLs with the shared dpll interface
Ander Conselvan de Oliveira
2016-03-09
drm/i915: Move BXT pll configuration logic to intel_dpll_mgr.c
Ander Conselvan de Oliveira
2016-03-09
drm/i915: Move SKL/KLB pll selection logic to intel_dpll_mgr.c
Ander Conselvan de Oliveira
2016-03-09
drm/i915: Move HSW/BDW pll selection logic to intel_dpll_mgr.c
Ander Conselvan de Oliveira
2016-03-09
drm/i915: Refactor platform specifics out of intel_get_shared_dpll()
Ander Conselvan de Oliveira
2016-03-09
drm/i915: Use a table to initilize shared dplls
Ander Conselvan de Oliveira
2016-03-09
drm/i915: Store a direct pointer to shared dpll in intel_crtc_state
Ander Conselvan de Oliveira
2016-03-09
drm/i915: Split intel_get_shared_dpll() into smaller functions
Ander Conselvan de Oliveira
2016-03-09
drm/i915: Move ddi shared dpll code to intel_dpll_mgr.c
Ander Conselvan de Oliveira
2016-03-09
drm/i915: Move shared dpll code to a new file
Ander Conselvan de Oliveira