diff options
author | Anthony Koo <[email protected]> | 2023-01-07 23:20:48 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-01-24 13:26:24 -0500 |
commit | 0888aa30bb6ed6d5f7a718aa0d722d2f75c48d7a (patch) | |
tree | 93b9f408f2240d1c514468d6d248a1816799922a | |
parent | f823323b4abdc171b510190280a01565e21bd392 (diff) |
drm/amd/display: [FW Promotion] Release 0.0.150.0
- Add comments to reserved bit
Reviewed-by: Aric Cyr <[email protected]>
Acked-by: Alan Liu <[email protected]>
Signed-off-by: Anthony Koo <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h b/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h index 06c553b61322..8d72af6d939b 100644 --- a/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h +++ b/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h @@ -3112,7 +3112,7 @@ struct dmub_rb_cmd_panel_cntl { struct dmub_cmd_lvtma_control_data { uint8_t uc_pwr_action; /**< LVTMA_ACTION */ uint8_t bypass_panel_control_wait; - uint8_t reserved_0[2]; + uint8_t reserved_0[2]; /**< For future use */ uint8_t panel_inst; /**< LVTMA control instance */ uint8_t reserved_1[3]; /**< For future use */ }; |