aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ddi.c
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2014-07-29 13:06:21 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-08-08 11:43:37 -0400
commitbf9584bd0e99bd284e115ea8eba9b02a5a2d7b4d (patch)
treef7acd8749e3e4f90d83634ce6acee7c908c1ebb8 /drivers/gpu/drm/i915/intel_ddi.c
parentea155f32cea99f17371bec00ee9c8e3713a15d4f (diff)
drm/i915: Fix stale comment for intel_ddi_pll_select()
Since the run-time PM on DPMS series, this function has an outdated comment. Refresh it a bit. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_ddi.c')
-rw-r--r--drivers/gpu/drm/i915/intel_ddi.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/gpu/drm/i915/intel_ddi.c b/drivers/gpu/drm/i915/intel_ddi.c
index ee7a74c6e93a..3b6375d3e422 100644
--- a/drivers/gpu/drm/i915/intel_ddi.c
+++ b/drivers/gpu/drm/i915/intel_ddi.c
@@ -709,10 +709,11 @@ intel_ddi_calculate_wrpll(int clock /* in Hz */,
709} 709}
710 710
711/* 711/*
712 * Tries to find a PLL for the CRTC. If it finds, it increases the refcount and 712 * Tries to find a *shared* PLL for the CRTC and store it in
713 * stores it in intel_crtc->ddi_pll_sel, so other mode sets won't be able to 713 * intel_crtc->ddi_pll_sel.
714 * steal the selected PLL. You need to call intel_ddi_pll_enable to actually 714 *
715 * enable the PLL. 715 * For private DPLLs, compute_config() should do the selection for us. This
716 * function should be folded into compute_config() eventually.
716 */ 717 */
717bool intel_ddi_pll_select(struct intel_crtc *intel_crtc) 718bool intel_ddi_pll_select(struct intel_crtc *intel_crtc)
718{ 719{