OSDN Git Service

drm/amd/display: Add stereo_support debug flag
authorCharlene Liu <charlene.liu@amd.com>
Sun, 1 Oct 2017 01:03:40 +0000 (21:03 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Sat, 21 Oct 2017 20:47:01 +0000 (16:47 -0400)
Signed-off-by: Charlene Liu <charlene.liu@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>
drivers/gpu/drm/amd/display/dc/dc.h

index 2517fb8..172050a 100644 (file)
@@ -217,6 +217,7 @@ struct dc_debug {
        bool force_abm_enable;
        bool disable_hbup_pg;
        bool disable_dpp_pg;
+       bool stereo_support;
 };
 struct dc_state;
 struct resource_pool;