diff options
author | Harry Wentland <harry.wentland@amd.com> | 2017-11-23 10:37:29 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-12-14 11:01:13 -0500 |
commit | cf3d1a8c77a1c24085932b8f8260357a0d88a02b (patch) | |
tree | a09d0daacfae72689031d26368b587819de6d1da | |
parent | aff10cfe646b975b358b01f0f8469c76a9f153da (diff) |
drm/amd/display: Add TODO item to remove vector.c
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Jordan Lazare <Jordan.Lazare@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/display/TODO | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/TODO b/drivers/gpu/drm/amd/display/TODO index 46464678f2b3..357d59648401 100644 --- 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. | |||
105 | 20. Use kernel i2c device to program HDMI retimer. Some boards have an HDMI | 105 | 20. Use kernel i2c device to program HDMI retimer. Some boards have an HDMI |
106 | retimer that we need to program to pass PHY compliance. Currently that's | 106 | retimer that we need to program to pass PHY compliance. Currently that's |
107 | bypassing the i2c device and goes directly to HW. This should be changed. | 107 | bypassing the i2c device and goes directly to HW. This should be changed. |
108 | |||
109 | 21. Remove vector.c from dc/basics. It's used in DDC code which can probably | ||
110 | be simplified enough to no longer need a vector implementation. | ||