projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e53792f
)
drm/i915: Fix incorrect comment
author
David Weinehall
<
[email protected]
>
Fri, 9 Feb 2018 13:07:55 +0000
(15:07 +0200)
committer
Rodrigo Vivi
<
[email protected]
>
Tue, 13 Feb 2018 06:46:30 +0000
(22:46 -0800)
While the comment singles out Port A or B, the code says Port A or *D*.
Looking at the history it seems that the comment was added after the code,
so it seems likely that the code is correct, not the comment.
CC: Jani Nikula <
[email protected]
>
CC: Rodrigo Vivi <
[email protected]
>
Signed-off-by: David Weinehall <
[email protected]
>
Reviewed-by: James Ausmus <
[email protected]
>
Signed-off-by: Rodrigo Vivi <
[email protected]
>
Link:
https://patchwork.freedesktop.org/patch/msgid/
[email protected]
drivers/gpu/drm/i915/intel_dp.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_dp.c
b/drivers/gpu/drm/i915/intel_dp.c
index a2eeede525e051992efa80dfccb0559c8e3ed116..1868f73f730c9c151e050befff3e5f0506b9ed8d 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_dp.c
+++ b/
drivers/gpu/drm/i915/intel_dp.c
@@
-256,7
+256,7
@@
static int cnl_max_source_rate(struct intel_dp *intel_dp)
if (IS_CNL_WITH_PORT_F(dev_priv))
return 810000;
- /* For other SKUs, max rate on ports A and
B
is 5.4G */
+ /* For other SKUs, max rate on ports A and
D
is 5.4G */
if (port == PORT_A || port == PORT_D)
return 540000;