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.31.0

Release highlights:

DCN35/351/36:
* fix video lag with replay
* DPP DTO programming sequence fix
* IPS exit programming sequence fix

DCN 3.1.5:
* fix video lag with replay

Signed-off-by: Taimur Hassan <Syed.Hassan@amd.com>
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Taimur Hassan and committed by
Alex Deucher
0c07085e f96012ba

+2 -1
+2 -1
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
··· 973 973 uint32_t disable_sldo_opt: 1; /**< 1 to disable SLDO optimizations */ 974 974 uint32_t lower_hbr3_phy_ssc: 1; /**< 1 to lower hbr3 phy ssc to 0.125 percent */ 975 975 uint32_t override_hbr3_pll_vco: 1; /**< 1 to override the hbr3 pll vco to 0 */ 976 - uint32_t reserved : 5; /**< reserved */ 976 + uint32_t disable_dpia_bw_allocation: 1; /**< 1 to disable the USB4 DPIA BW allocation */ 977 + uint32_t reserved : 4; /**< reserved */ 977 978 } bits; /**< boot bits */ 978 979 uint32_t all; /**< 32-bit access to bits */ 979 980 };