summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dmub
diff options
context:
space:
mode:
authorAnthony Koo <Anthony.Koo@amd.com>2022-09-03 21:31:04 -0400
committerAlex Deucher <alexander.deucher@amd.com>2022-09-19 15:12:56 -0400
commit1591a6478fbc61a0b30765a3c2b222fc50db849e (patch)
treea6c508cf4e24d9346c5c1448a589294dc1d2a814 /drivers/gpu/drm/amd/display/dmub
parentb81fafb9360f8577f660eb996602a7a58106bb7e (diff)
downloadlinux-stable-1591a6478fbc61a0b30765a3c2b222fc50db849e.tar.gz
linux-stable-1591a6478fbc61a0b30765a3c2b222fc50db849e.tar.bz2
linux-stable-1591a6478fbc61a0b30765a3c2b222fc50db849e.zip
drm/amd/display: [FW Promotion] Release 0.0.134.0
- Handle pipe split case for SubVP: Pass in pipe split index for main and phantom pipes Reviewed-by: Aric Cyr <Aric.Cyr@amd.com> Acked-by: Wayne Lin <wayne.lin@amd.com> Signed-off-by: Anthony Koo <Anthony.Koo@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dmub')
-rw-r--r--drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h3
1 files changed, 2 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 7cddbc431b57..6b9a529e9f12 100644
--- a/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
+++ b/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
@@ -998,7 +998,8 @@ struct dmub_cmd_fw_assisted_mclk_switch_pipe_data_v2 {
uint8_t scale_factor_numerator;
uint8_t scale_factor_denominator;
uint8_t is_drr;
- uint8_t pad[2];
+ uint8_t main_split_pipe_index;
+ uint8_t phantom_split_pipe_index;
} subvp_data;
struct {