projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6d5df1
)
drm/i915/tgl: Fix doc not corresponding to code
author
Anna Karas
<anna.karas@intel.com>
Thu, 26 Sep 2019 12:35:59 +0000
(15:35 +0300)
committer
Rodrigo Vivi
<rodrigo.vivi@intel.com>
Tue, 29 Oct 2019 22:33:12 +0000
(15:33 -0700)
Replace PLLs names used in documentation to that used in the code.
Cc: Vandita Kulkarni <vandita.kulkarni@intel.com>
Fixes: 68ff39c3f8c0 ("drm/i915/tgl: Add new pll ids")
Signed-off-by: Anna Karas <anna.karas@intel.com>
Reviewed-by: Vandita Kulkarni <vandita.kulkarni@intel.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link:
https://patchwork.freedesktop.org/patch/msgid/20190926123559.15717-1-anna.karas@intel.com
(cherry picked from commit
d328bd4f905834c7d87a49962ebc96e397aab7b9
)
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/i915/display/intel_dpll_mgr.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/display/intel_dpll_mgr.h
b/drivers/gpu/drm/i915/display/intel_dpll_mgr.h
index e7588799fce565d681a7391b98a37ca3a61e3d78..104cf6d42333e5607139fccc16698db20f20fe0f 100644
(file)
--- a/
drivers/gpu/drm/i915/display/intel_dpll_mgr.h
+++ b/
drivers/gpu/drm/i915/display/intel_dpll_mgr.h
@@
-147,11
+147,11
@@
enum intel_dpll_id {
*/
DPLL_ID_ICL_MGPLL4 = 6,
/**
- * @DPLL_ID_TGL_
TC
PLL5: TGL TC PLL port 5 (TC5)
+ * @DPLL_ID_TGL_
MG
PLL5: TGL TC PLL port 5 (TC5)
*/
DPLL_ID_TGL_MGPLL5 = 7,
/**
- * @DPLL_ID_TGL_
TC
PLL6: TGL TC PLL port 6 (TC6)
+ * @DPLL_ID_TGL_
MG
PLL6: TGL TC PLL port 6 (TC6)
*/
DPLL_ID_TGL_MGPLL6 = 8,
};