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:
aff10cf
)
drm/amd/display: Add TODO item to remove vector.c
author
Harry Wentland
<
[email protected]
>
Thu, 23 Nov 2017 15:37:29 +0000
(10:37 -0500)
committer
Alex Deucher
<
[email protected]
>
Thu, 14 Dec 2017 16:01:13 +0000
(11:01 -0500)
Signed-off-by: Harry Wentland <
[email protected]
>
Reviewed-by: Jordan Lazare <
[email protected]
>
Acked-by: Harry Wentland <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/amd/display/TODO
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/display/TODO
b/drivers/gpu/drm/amd/display/TODO
index 46464678f2b317b9c0a588f81a5abe2ceb3ac36a..357d596484016a8f92cd9afd655cece66857b606 100644
(file)
--- a/
drivers/gpu/drm/amd/display/TODO
+++ b/
drivers/gpu/drm/amd/display/TODO
@@
-105,3
+105,6
@@
useless with filtering output. dynamic debug printing might be an option.
20. Use kernel i2c device to program HDMI retimer. Some boards have an HDMI
retimer that we need to program to pass PHY compliance. Currently that's
bypassing the i2c device and goes directly to HW. This should be changed.
+
+21. Remove vector.c from dc/basics. It's used in DDC code which can probably
+be simplified enough to no longer need a vector implementation.