aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAyush Gupta <[email protected]>2023-02-03 12:39:14 -0500
committerAlex Deucher <[email protected]>2023-02-15 22:21:07 -0500
commitd2994b25e0787eabf7477ccb17b62c7f680809fa (patch)
tree7ab5924ff87beb79c242ffb5d4c2601e98b614b7
parent8e5cfe547bf3beeb29d9608be68d22dff2b5012b (diff)
drm/amd/display: temporary fix for page faulting
This reverts a part of the commit 826e7ffaf079c72607bf3199d4e19730eaf8ca00 ("drm/amd/display: [FW Promotion] Release 0.0.153.0") Reviewed-by: Nicholas Kazlauskas <[email protected]> Acked-by: Qingqing Zhuo <[email protected]> Signed-off-by: Ayush Gupta<[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.h2
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 88af952b62bf..f28f7675d736 100644
--- a/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
+++ b/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h
@@ -947,7 +947,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[8]; /**< Reserved bits */
+ uint32_t reserved[9]; /**< Reserved bits */
};
/**