diff options
| author | 2018-01-11 14:21:12 -0500 | |
|---|---|---|
| committer | 2018-02-19 14:18:41 -0500 | |
| commit | cf5e4a67f410b00799a05ceae48a5ac6b9212191 (patch) | |
| tree | 7394e5c051947f19b064d25c4b2bb5a92e43b8e9 | |
| parent | drm/amd/display: Force full update on pixel_format_change (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.h | 1 |
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; |
