mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-04 13:34:11 -04:00
drm/amd/display: [FW Promotion] Release 0.1.37.0
Add a new disallow_time_us state and a new legacy_method_no_fams2 flag to fam2. Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Signed-off-by: Taimur Hassan <Syed.Hassan@amd.com> Signed-off-by: Alex Hung <alex.hung@amd.com> Tested-by: Dan Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
e1b385726f
commit
d28e92093c
@@ -2496,6 +2496,7 @@ struct dmub_fams2_drr_stream_static_state {
|
||||
struct dmub_fams2_cmd_legacy_stream_static_state {
|
||||
uint16_t vactive_det_fill_delay_otg_vlines;
|
||||
uint16_t programming_delay_otg_vlines;
|
||||
uint32_t disallow_time_us;
|
||||
}; //v1
|
||||
|
||||
struct dmub_fams2_cmd_subvp_stream_static_state {
|
||||
@@ -2630,7 +2631,8 @@ union dmub_fams2_global_feature_config {
|
||||
uint32_t enable_offload_flip: 1;
|
||||
uint32_t enable_visual_confirm: 1;
|
||||
uint32_t allow_delay_check_mode: 2;
|
||||
uint32_t reserved: 24;
|
||||
uint32_t legacy_method_no_fams2 : 1;
|
||||
uint32_t reserved: 23;
|
||||
} bits;
|
||||
uint32_t all;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user