Commit 5e0d1c5d authored by Taimur Hassan's avatar Taimur Hassan Committed by Alex Deucher
Browse files

drm/amd/display: [FW Promotion] Release 0.1.17.0



Summary for changes in firmware:
* Add AMD brightness adjustment feature for edp
* Fix BL enable
* Revise low power init sequence
* Fix brightness delta after IPS1 entry
* Adjusted DP blanking sequence

Acked-by: default avatarWayne Lin <Wayne.Lin@amd.com>
Signed-off-by: default avatarTaimur Hassan <Syed.Hassan@amd.com>
Signed-off-by: default avatarRay Wu <ray.wu@amd.com>
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 99e25e46
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -900,7 +900,9 @@ union dmub_shared_state_ips_driver_signals {
		uint32_t allow_ips0_rcg : 1; /**< 1 is IPS0 RCG is allowed */
		uint32_t allow_ips1_rcg : 1; /**< 1 is IPS1 RCG is allowed */
		uint32_t allow_ips1z8 : 1; /**< 1 is IPS1 Z8 Retention is allowed */
		uint32_t reserved_bits : 24; /**< Reversed bits */
		uint32_t allow_dynamic_ips1 : 1; /**< 1 if IPS1 is allowed in dynamic use cases such as VPB */
		uint32_t allow_dynamic_ips1_z8: 1; /**< 1 if IPS1 z8 ret is allowed in dynamic use cases such as VPB */
		uint32_t reserved_bits : 22; /**< Reversed bits */
	} bits;
	uint32_t all;
};