diff options
author | Yue Hin Lau <[email protected]> | 2017-11-28 12:05:08 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2017-12-14 11:00:47 -0500 |
commit | 51ca0b036223660e0db10e2bf6097a0689f5fa44 (patch) | |
tree | 9a02ea1fd541fb6a992333b58bc6f294592ee7e6 | |
parent | 904623ee5936e2226009b2f238f28781aecd2565 (diff) |
drm/amd/display: remove format_control from set_cursor_attributes
Signed-off-by: Yue Hin Lau <[email protected]>
Reviewed-by: Eric Bernstein <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.c b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.c index 6db1839d7155..f2a08b156cf0 100644 --- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.c +++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.c @@ -400,13 +400,6 @@ void dpp1_set_cursor_attributes( REG_UPDATE(CURSOR0_COLOR1, CUR0_COLOR1, 0xFFFFFFFF); } - - /* TODO: Fixed vs float */ - - REG_UPDATE_3(FORMAT_CONTROL, - CNVC_BYPASS, 0, - FORMAT_CONTROL__ALPHA_EN, 1, - FORMAT_EXPANSION_MODE, 0); } |