aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_dpll_mgr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-07drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev)Joonas Lahtinen1-1/+1
2016-03-31drm/i915: Add locking to pll updates, v3.Maarten Lankhorst1-6/+19
2016-03-17drm/i915: fix sparse warning for using false as NULLJani Nikula1-1/+1
2016-03-17drm/i915: Move pll power state to crtc power domains.Maarten Lankhorst1-4/+0
2016-03-17drm/i915: Perform dpll commit first, v2.Maarten Lankhorst1-1/+1
2016-03-17drm/i915: Use a crtc mask instead of a refcount for dpll functions, v2.Maarten Lankhorst1-16/+19
2016-03-16drm/i915/bxt: Fix off-by-one error in Broxton PLL IDsImre Deak1-4/+4
2016-03-09drm/i915: Make SKL/KBL DPLL0 managed by the shared dpll codeAnder Conselvan de Oliveira1-27/+97
2016-03-09drm/i915: Manage HSW/BDW LCPLLs with the shared dpll interfaceAnder Conselvan de Oliveira1-18/+72
2016-03-09drm/i915: Move BXT pll configuration logic to intel_dpll_mgr.cAnder Conselvan de Oliveira1-6/+133
2016-03-09drm/i915: Move SKL/KLB pll selection logic to intel_dpll_mgr.cAnder Conselvan de Oliveira1-2/+305
2016-03-09drm/i915: Move HSW/BDW pll selection logic to intel_dpll_mgr.cAnder Conselvan de Oliveira1-12/+283
2016-03-09drm/i915: Refactor platform specifics out of intel_get_shared_dpll()Ander Conselvan de Oliveira1-84/+142
2016-03-09drm/i915: Use a table to initilize shared dpllsAnder Conselvan de Oliveira1-103/+86
2016-03-09drm/i915: Store a direct pointer to shared dpll in intel_crtc_stateAnder Conselvan de Oliveira1-11/+40
2016-03-09drm/i915: Split intel_get_shared_dpll() into smaller functionsAnder Conselvan de Oliveira1-35/+74
2016-03-09drm/i915: Move ddi shared dpll code to intel_dpll_mgr.cAnder Conselvan de Oliveira1-0/+472
2016-03-09drm/i915: Move shared dpll code to a new fileAnder Conselvan de Oliveira1-0/+368