aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/display/dc/dc_stream.h
diff options
context:
space:
mode:
authorAnthony Koo <Anthony.Koo@amd.com>2018-04-09 14:57:47 -0500
committerAlex Deucher <alexander.deucher@amd.com>2018-05-15 13:42:54 -0500
commita2e8f540c4efa7a8f180c910d202469b3ed4f5ba (patch)
treeb8c922a9f24a282879bf0e90bc0d1b8739b2c80c /drivers/gpu/drm/amd/display/dc/dc_stream.h
parentdrm/amd/display: csc_transform to dc_csc_transform (diff)
downloadwireguard-linux-a2e8f540c4efa7a8f180c910d202469b3ed4f5ba.tar.xz
wireguard-linux-a2e8f540c4efa7a8f180c910d202469b3ed4f5ba.zip
drm/amd/display: Refactor color module
Remove some unnecessary TF definitions from update structures Signed-off-by: Anthony Koo <Anthony.Koo@amd.com> Reviewed-by: Anthony Koo <Anthony.Koo@amd.com> Reviewed-by: Aric Cyr <Aric.Cyr@amd.com> Acked-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dc_stream.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc_stream.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc_stream.h b/drivers/gpu/drm/amd/display/dc/dc_stream.h
index ed3c39f132fd..d7e6d53bb383 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_stream.h
+++ b/drivers/gpu/drm/amd/display/dc/dc_stream.h
@@ -67,7 +67,6 @@ struct dc_stream_state {
enum dc_dither_option dither_option;
enum view_3d_format view_format;
- enum color_transfer_func output_tf;
bool ignore_msa_timing_param;
@@ -113,9 +112,9 @@ struct dc_stream_update {
struct rect src;
struct rect dst;
struct dc_transfer_func *out_transfer_func;
- enum color_transfer_func color_output_tf;
struct dc_info_packet *hdr_static_metadata;
unsigned int *abm_level;
+
unsigned long long *periodic_fn_vsync_delta;
};