index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_dpll_mgr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Assorted INTEL_INFO(dev) cleanups
Tvrtko Ursulin
2016-11-17
1
-3
/
+2
*
drm/i915: Address broxton phy registers based on phy and channel number
Ander Conselvan de Oliveira
2016-10-28
1
-38
/
+46
*
drm/i915: Make IS_BROXTON only take dev_priv
Tvrtko Ursulin
2016-10-14
1
-1
/
+1
*
drm/i915: Make IS_KABYLAKE only take dev_priv
Tvrtko Ursulin
2016-10-14
1
-1
/
+1
*
drm/i915: Make INTEL_PCH_TYPE & co only take dev_priv
Tvrtko Ursulin
2016-10-14
1
-1
/
+1
*
drm/i915: Make HAS_DDI and HAS_PCH_LPT_LP only take dev_priv
Tvrtko Ursulin
2016-10-14
1
-2
/
+2
*
drm/i915/bxt: Fix HDMI DPLL configuration
Imre Deak
2016-09-27
1
-5
/
+16
*
drm/i915: do not use 'false' as a NULL pointer
Jani Nikula
2016-09-16
1
-2
/
+2
*
drm/i915/dp: Add a standalone function to obtain shared dpll for HSW/BDW/SKL/BXT
Jim Bride
2016-09-09
1
-0
/
+38
*
drm/i915: Split hsw_get_dpll()
Manasi Navare
2016-09-07
1
-33
/
+57
*
drm/i915: Split skl_get_dpll()
Jim Bride
2016-09-07
1
-48
/
+83
*
drm/i915: Split bxt_ddi_pll_select()
Durgadoss R
2016-09-07
1
-66
/
+102
*
drm/i915: Remove ddi_pll_sel from intel_crtc_state
Ander Conselvan de Oliveira
2016-09-07
1
-27
/
+0
*
drm/i915: handle DP_MST correctly in bxt_get_dpll
Maarten Lankhorst
2016-08-23
1
-2
/
+8
*
drm/i915: s/INTEL_OUTPUT_DISPLAYPORT/INTEL_OUTPUT_DP/
Ville Syrjälä
2016-07-07
1
-3
/
+3
*
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
Chris Wilson
2016-07-05
1
-1
/
+1
*
drm/i915: Mass convert dev->dev_private to to_i915(dev)
Chris Wilson
2016-07-04
1
-6
/
+6
*
drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()
Chris Wilson
2016-06-30
1
-1
/
+5
*
drm/i915/bxt: Avoid early timeout during PLL enable
Imre Deak
2016-06-28
1
-2
/
+2
*
drm/i915: Use crtc->name in debug messages
Ville Syrjälä
2016-05-30
1
-8
/
+8
*
drm/i915: Fix NULL pointer deference when out of PLLs in IVB
Ander Conselvan de Oliveira
2016-05-26
1
-0
/
+3
*
drm/i915: Unify SKL cdclk init paths
Ville Syrjälä
2016-05-23
1
-9
/
+2
*
drm/i915: Keep track of preferred cdclk vco frequency on SKL
Ville Syrjälä
2016-05-23
1
-0
/
+5
*
drm/i915: Actually read out DPLL0 vco on skl from hardware
Ville Syrjälä
2016-05-23
1
-6
/
+0
*
drm/i915: Move the SKL DPLL0 VCO computation into intel_dp_compute_config()
Ville Syrjälä
2016-05-23
1
-4
/
+0
*
drm/i915/skl: SKL CDCLK change on modeset tracking VCO
Clint Taylor
2016-05-23
1
-4
/
+5
*
drm/i915: Remove intel_clock_t typedef
Ander Conselvan de Oliveira
2016-05-13
1
-1
/
+1
*
drm/i915: s/DPPL/DPLL/ for SKL DPLLs
Ville Syrjälä
2016-05-12
1
-3
/
+3
*
drm/i915/bxt: PORT_PLL_REF_SEL bit should be set for all BXT variations
Dongwon Kim
2016-04-15
1
-10
/
+2
*
drm/i915/bxt: Don't toggle power well 1 on-demand
Imre Deak
2016-04-15
1
-4
/
+1
*
drm/i915/bxt: Pass drm_i915_private to DDI PHY, CDCLK helpers
Imre Deak
2016-04-15
1
-2
/
+2
*
drm/i915/bxt: Reversed polarity of PORT_PLL_REF_SEL bit
Dongwon Kim
2016-04-11
1
-1
/
+9
*
drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev)
Joonas Lahtinen
2016-04-07
1
-1
/
+1
*
drm/i915: Add locking to pll updates, v3.
Maarten Lankhorst
2016-03-31
1
-6
/
+19
*
drm/i915: fix sparse warning for using false as NULL
Jani Nikula
2016-03-17
1
-1
/
+1
*
drm/i915: Move pll power state to crtc power domains.
Maarten Lankhorst
2016-03-17
1
-4
/
+0
*
drm/i915: Perform dpll commit first, v2.
Maarten Lankhorst
2016-03-17
1
-1
/
+1
*
drm/i915: Use a crtc mask instead of a refcount for dpll functions, v2.
Maarten Lankhorst
2016-03-17
1
-16
/
+19
*
drm/i915/bxt: Fix off-by-one error in Broxton PLL IDs
Imre Deak
2016-03-16
1
-4
/
+4
*
drm/i915: Make SKL/KBL DPLL0 managed by the shared dpll code
Ander Conselvan de Oliveira
2016-03-09
1
-27
/
+97
*
drm/i915: Manage HSW/BDW LCPLLs with the shared dpll interface
Ander Conselvan de Oliveira
2016-03-09
1
-18
/
+72
*
drm/i915: Move BXT pll configuration logic to intel_dpll_mgr.c
Ander Conselvan de Oliveira
2016-03-09
1
-6
/
+133
*
drm/i915: Move SKL/KLB pll selection logic to intel_dpll_mgr.c
Ander Conselvan de Oliveira
2016-03-09
1
-2
/
+305
*
drm/i915: Move HSW/BDW pll selection logic to intel_dpll_mgr.c
Ander Conselvan de Oliveira
2016-03-09
1
-12
/
+283
*
drm/i915: Refactor platform specifics out of intel_get_shared_dpll()
Ander Conselvan de Oliveira
2016-03-09
1
-84
/
+142
*
drm/i915: Use a table to initilize shared dplls
Ander Conselvan de Oliveira
2016-03-09
1
-103
/
+86
*
drm/i915: Store a direct pointer to shared dpll in intel_crtc_state
Ander Conselvan de Oliveira
2016-03-09
1
-11
/
+40
*
drm/i915: Split intel_get_shared_dpll() into smaller functions
Ander Conselvan de Oliveira
2016-03-09
1
-35
/
+74
*
drm/i915: Move ddi shared dpll code to intel_dpll_mgr.c
Ander Conselvan de Oliveira
2016-03-09
1
-0
/
+472
*
drm/i915: Move shared dpll code to a new file
Ander Conselvan de Oliveira
2016-03-09
1
-0
/
+368