Skip to content

Commit 5e0d1c5

Browse files
Taimur Hassanalexdeucher
authored andcommitted
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: Wayne Lin <Wayne.Lin@amd.com> Signed-off-by: Taimur Hassan <Syed.Hassan@amd.com> Signed-off-by: Ray Wu <ray.wu@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 99e25e4 commit 5e0d1c5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,9 @@ union dmub_shared_state_ips_driver_signals {
900900
uint32_t allow_ips0_rcg : 1; /**< 1 is IPS0 RCG is allowed */
901901
uint32_t allow_ips1_rcg : 1; /**< 1 is IPS1 RCG is allowed */
902902
uint32_t allow_ips1z8 : 1; /**< 1 is IPS1 Z8 Retention is allowed */
903-
uint32_t reserved_bits : 24; /**< Reversed bits */
903+
uint32_t allow_dynamic_ips1 : 1; /**< 1 if IPS1 is allowed in dynamic use cases such as VPB */
904+
uint32_t allow_dynamic_ips1_z8: 1; /**< 1 if IPS1 z8 ret is allowed in dynamic use cases such as VPB */
905+
uint32_t reserved_bits : 22; /**< Reversed bits */
904906
} bits;
905907
uint32_t all;
906908
};

0 commit comments

Comments
 (0)