drm/amd/display: Remove redundant RESERVE0 and RESERVE1

This commit drops the RESERVE0 and RESERVE1 since both of them can be
summarized as RESERVED.

Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Acked-by: Roman Li <roman.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Rodrigo Siqueira 2024-03-22 14:46:19 -06:00 committed by Alex Deucher
parent be239684b1
commit 56198d6d5e

View File

@ -1222,8 +1222,7 @@ union replay_enable_and_configuration {
unsigned char FREESYNC_PANEL_REPLAY_MODE :1;
unsigned char TIMING_DESYNC_ERROR_VERIFICATION :1;
unsigned char STATE_TRANSITION_ERROR_DETECTION :1;
unsigned char RESERVED0 :1;
unsigned char RESERVED1 :4;
unsigned char RESERVED :5;
} bits;
unsigned char raw;
};