Skip to content

Commit ebacc13

Browse files
Taimur Hassanalexdeucher
authored andcommitted
drm/amd/display: [FW Promotion] Release 0.0.241.0
- Add DPCS health check - Update USB4 PHY SSC - Fix FAMS2 SubVP Close to VBlank changes - Create VESA Aux-based backlight control path - Fix PSR1 CRC error during CTS test Acked-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com> Signed-off-by: Taimur Hassan <Syed.Hassan@amd.com> Signed-off-by: Zaeem Mohamed <zaeem.mohamed@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent c7b4ecc commit ebacc13

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@ struct dmub_feature_caps {
495495
uint8_t gecc_enable;
496496
uint8_t replay_supported;
497497
uint8_t replay_reserved[3];
498+
uint8_t abm_aux_backlight_support;
498499
};
499500

500501
struct dmub_visual_confirm_color {
@@ -754,7 +755,7 @@ union dmub_shared_state_ips_driver_signals {
754755
uint32_t allow_ips1 : 1; /**< 1 is IPS1 is allowed */
755756
uint32_t allow_ips2 : 1; /**< 1 is IPS1 is allowed */
756757
uint32_t allow_z10 : 1; /**< 1 if Z10 is allowed */
757-
uint32_t allow_idle : 1; /**< 1 if driver is allowing idle */
758+
uint32_t allow_idle: 1; /**< 1 if driver is allowing idle */
758759
uint32_t reserved_bits : 27; /**< Reversed bits */
759760
} bits;
760761
uint32_t all;
@@ -4460,9 +4461,9 @@ struct dmub_cmd_abm_set_backlight_data {
44604461
uint8_t backlight_control_type;
44614462

44624463
/**
4463-
* Explicit padding to 4 byte boundary.
4464+
* AUX HW instance.
44644465
*/
4465-
uint8_t pad[1];
4466+
uint8_t aux_inst;
44664467

44674468
/**
44684469
* Minimum luminance in nits.

0 commit comments

Comments
 (0)