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:
904623e
)
drm/amd/display: remove format_control from set_cursor_attributes
author
Yue Hin Lau
<
[email protected]
>
Tue, 28 Nov 2017 17:05:08 +0000
(12:05 -0500)
committer
Alex Deucher
<
[email protected]
>
Thu, 14 Dec 2017 16:00:47 +0000
(11:00 -0500)
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]
>
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.c
patch
|
blob
|
history
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 6db1839d715578df8334a12434f79ecc6578f5cd..f2a08b156cf0018f2de676fb65d9c0d0ce837db3 100644
(file)
--- 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);
}