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:
ae79943
)
drm/amd/display: Add dcc param to surface
author
Leon Elazar
<leon.elazar@amd.com>
Mon, 19 Dec 2016 17:00:05 +0000
(12:00 -0500)
committer
Alex Deucher
<alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:06:41 +0000
(17:06 -0400)
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dc.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/display/dc/dc.h
b/drivers/gpu/drm/amd/display/dc/dc.h
index 61456f96419e57940e46c573a8d0ec050a466447..478bdee52cd5f675b442ce21b9cdf586e059b8ae 100644
(file)
--- a/
drivers/gpu/drm/amd/display/dc/dc.h
+++ b/
drivers/gpu/drm/amd/display/dc/dc.h
@@
-275,6
+275,7
@@
struct dc_surface {
struct dc_plane_info {
union plane_size plane_size;
union dc_tiling_info tiling_info;
+ struct dc_plane_dcc_param dcc;
enum surface_pixel_format format;
enum dc_rotation_angle rotation;
bool horizontal_mirror;