Sfoglia il codice sorgente

drm/amd/display: Add stereo_support debug flag

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>
Charlene Liu 8 anni fa
parent
commit
3af89b96b2
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      drivers/gpu/drm/amd/display/dc/dc.h

+ 1 - 0
drivers/gpu/drm/amd/display/dc/dc.h

@@ -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;