Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Taimur Hassan and committed by
Alex Deucher
d28e9209 e1b38572

+3 -1
+3 -1
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
··· 2496 2496 struct dmub_fams2_cmd_legacy_stream_static_state { 2497 2497 uint16_t vactive_det_fill_delay_otg_vlines; 2498 2498 uint16_t programming_delay_otg_vlines; 2499 + uint32_t disallow_time_us; 2499 2500 }; //v1 2500 2501 2501 2502 struct dmub_fams2_cmd_subvp_stream_static_state { ··· 2631 2630 uint32_t enable_offload_flip: 1; 2632 2631 uint32_t enable_visual_confirm: 1; 2633 2632 uint32_t allow_delay_check_mode: 2; 2634 - uint32_t reserved: 24; 2633 + uint32_t legacy_method_no_fams2 : 1; 2634 + uint32_t reserved: 23; 2635 2635 } bits; 2636 2636 uint32_t all; 2637 2637 };