summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h
diff options
context:
space:
mode:
authorDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>2017-07-22 00:35:16 +0300
committerAlex Deucher <alexander.deucher@amd.com>2017-09-27 01:15:28 +0300
commit516666318fe1f427ab81e2ebe45d116a9667c3b5 (patch)
treeeaacca1377354237ee6540caf0d6d93081eae049 /drivers/gpu/drm/amd/display/dc/inc/hw/opp.h
parentf811fd5a66a3e69cdc184accfe189de5a1f6dba4 (diff)
downloadlinux-516666318fe1f427ab81e2ebe45d116a9667c3b5.tar.xz
drm/amd/display: support for updated register headers on DCN
Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@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/inc/hw/opp.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/inc/hw/opp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h b/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h
index a101f4b5e0c7..4b0c28eef352 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h
@@ -324,6 +324,10 @@ struct opp_funcs {
struct output_pixel_processor *opp,
bool enable,
bool rightEyePolarity);
+
+ void (*opp_set_test_pattern)(
+ struct output_pixel_processor *opp,
+ bool enable);
};
#endif