mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
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:
parent
be239684b1
commit
56198d6d5e
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user