mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 06:18:45 -04:00
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>
This commit is contained in:
committed by
Alex Deucher
parent
942edb737e
commit
826e7ffaf0
@@ -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 */
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user