summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeling Li <geling.li@amd.com>2018-01-11 14:21:12 -0500
committerAlex Deucher <alexander.deucher@amd.com>2018-02-19 14:18:41 -0500
commitcf5e4a67f410b00799a05ceae48a5ac6b9212191 (patch)
tree7394e5c051947f19b064d25c4b2bb5a92e43b8e9
parenta771c1f2892139e39416ed1fd272f8834f3ec658 (diff)
drm/amd/display: Add debug flag for p010_mpo_support
Signed-off-by: Geling Li <geling.li@amd.com> 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>
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h
index c889e7b2b370..865b05d325ad 100644
--- a/drivers/gpu/drm/amd/display/dc/dc.h
+++ b/drivers/gpu/drm/amd/display/dc/dc.h
@@ -214,6 +214,7 @@ struct dc_debug {
bool performance_trace;
bool az_endpoint_mute_only;
bool always_use_regamma;
+ bool p010_mpo_support;
};
struct dc_state;
struct resource_pool;