From: Anthony Koo <Anthony.Koo@amd.com>
Date: Fri, 27 Jan 2023 16:55:49 +0000 (-0500)
Subject: drm/amd/display: [FW Promotion] Release 0.0.153.0
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=826e7ffaf079c72607bf3199d4e19730eaf8ca00;p=linux.git

drm/amd/display: [FW Promotion] Release 0.0.153.0

[Why&How]
- Reduce reserved size from 9 to 8 dwords to reduce structure size
and allow the union dmub_rb_cmd to fit into max 64-bytes cmd size

Reviewed-by: Aric Cyr <Aric.Cyr@amd.com>
Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com>
Signed-off-by: Anthony Koo <Anthony.Koo@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---

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 04df407092b1e..c9f3d65893b0c 100644
--- a/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
+++ b/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
@@ -943,7 +943,7 @@ struct dmub_cmd_PLAT_54186_wa {
 		uint8_t grph_stereo : 1; /**< 1 if stereo */
 		uint32_t reserved : 21; /**< Reserved */
 	} flip_params; /**< Pageflip parameters */
-	uint32_t reserved[9]; /**< Reserved bits */
+	uint32_t reserved[8]; /**< Reserved bits */
 };
 
 /**