drm/amd/display: clean up redundant logic

Signed-off-by: Tony Cheng <tony.cheng@amd.com>
Reviewed-by: Yongqiang Sun <yongqiang.sun@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Tony Cheng
2017-01-19 14:46:26 -05:00
committed by Alex Deucher
parent e72f0acd36
commit e4e354b02f
2 changed files with 8 additions and 16 deletions

View File

@@ -335,7 +335,6 @@ struct dc_transfer_func *dc_create_transfer_func(void);
struct dc_flip_addrs {
struct dc_plane_address address;
bool flip_immediate;
/* TODO: DCC format info */
/* TODO: add flip duration for FreeSync */
};