Commit dd7ebe67 authored by Anna Karas's avatar Anna Karas Committed by Rodrigo Vivi

drm/i915/tgl: Fix doc not corresponding to code

Replace PLLs names used in documentation to that used in the code.

Cc: Vandita Kulkarni <vandita.kulkarni@intel.com>
Fixes: 68ff39c3 ("drm/i915/tgl: Add new pll ids")
Signed-off-by: default avatarAnna Karas <anna.karas@intel.com>
Reviewed-by: default avatarVandita Kulkarni <vandita.kulkarni@intel.com>
Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20190926123559.15717-1-anna.karas@intel.com
(cherry picked from commit d328bd4f)
Signed-off-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
parent d6d5df1d
...@@ -147,11 +147,11 @@ enum intel_dpll_id { ...@@ -147,11 +147,11 @@ enum intel_dpll_id {
*/ */
DPLL_ID_ICL_MGPLL4 = 6, DPLL_ID_ICL_MGPLL4 = 6,
/** /**
* @DPLL_ID_TGL_TCPLL5: TGL TC PLL port 5 (TC5) * @DPLL_ID_TGL_MGPLL5: TGL TC PLL port 5 (TC5)
*/ */
DPLL_ID_TGL_MGPLL5 = 7, DPLL_ID_TGL_MGPLL5 = 7,
/** /**
* @DPLL_ID_TGL_TCPLL6: TGL TC PLL port 6 (TC6) * @DPLL_ID_TGL_MGPLL6: TGL TC PLL port 6 (TC6)
*/ */
DPLL_ID_TGL_MGPLL6 = 8, DPLL_ID_TGL_MGPLL6 = 8,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment