drm/amd/display: [FW Promotion] Release 0.0.134.0
authorAnthony Koo <Anthony.Koo@amd.com>
Sun, 4 Sep 2022 01:31:04 +0000 (21:31 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 19 Sep 2022 19:12:56 +0000 (15:12 -0400)
- 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>
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h

index 7cddbc431b57bd9d75ad0bc2d34242be861e8f71..6b9a529e9f12a81b1dcabdec0eefc3b6f27cc87c 100644 (file)
@@ -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 {