Commit 5d4b5914 authored by Ian Chen's avatar Ian Chen Committed by Alex Deucher
Browse files

drm/amd/display: Add ABM control to panel_config struct.

parent a6135dde
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -127,6 +127,12 @@ struct dc_panel_config {
		unsigned int extra_t12_ms;
		unsigned int extra_post_OUI_ms;
	} pps;
	// ABM
	struct varib {
		unsigned int varibright_feature_enable;
		unsigned int def_varibright_level;
		unsigned int abm_config_setting;
	} varib;
	// edp DSC
	struct dsc {
		bool disable_dsc_edp;