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

[Header Changes]
- Add command for panel power seq control

Signed-off-by: Anthony Koo <Anthony.Koo@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Anthony Koo and committed by
Alex Deucher
2ac685bf e0f7ff99

+3 -2
+3 -2
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
··· 36 36 37 37 /* Firmware versioning. */ 38 38 #ifdef DMUB_EXPOSE_VERSION 39 - #define DMUB_FW_VERSION_GIT_HASH 0x3f7e3738b 39 + #define DMUB_FW_VERSION_GIT_HASH 0x4e5b2f46f 40 40 #define DMUB_FW_VERSION_MAJOR 0 41 41 #define DMUB_FW_VERSION_MINOR 0 42 - #define DMUB_FW_VERSION_REVISION 28 42 + #define DMUB_FW_VERSION_REVISION 29 43 43 #define DMUB_FW_VERSION_TEST 0 44 44 #define DMUB_FW_VERSION_VBIOS 0 45 45 #define DMUB_FW_VERSION_HOTFIX 0 ··· 213 213 DMUB_CMD__VBIOS_DIG1_TRANSMITTER_CONTROL = 1, 214 214 DMUB_CMD__VBIOS_SET_PIXEL_CLOCK = 2, 215 215 DMUB_CMD__VBIOS_ENABLE_DISP_POWER_GATING = 3, 216 + DMUB_CMD__VBIOS_LVTMA_CONTROL = 15, 216 217 }; 217 218 218 219 //==============================================================================