mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 07:33:19 +02:00
drm/amd/display: Re-order FAMS2 sub commands
[Why & How] New enums need to be added to the end to avoid back compat issues. Reviewed-by: Dillon Varone <dillon.varone@amd.com> Signed-off-by: Alvin Lee <Alvin.Lee2@amd.com> Signed-off-by: Wayne Lin <wayne.lin@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
04e32c392a
commit
6123117005
|
|
@ -2957,9 +2957,9 @@ enum dmub_cmd_fams_type {
|
|||
*/
|
||||
DMUB_CMD__FAMS_SET_MANUAL_TRIGGER = 3,
|
||||
DMUB_CMD__FAMS2_CONFIG = 4,
|
||||
DMUB_CMD__FAMS2_IB_CONFIG = 5,
|
||||
DMUB_CMD__FAMS2_DRR_UPDATE = 6,
|
||||
DMUB_CMD__FAMS2_FLIP = 7,
|
||||
DMUB_CMD__FAMS2_DRR_UPDATE = 5,
|
||||
DMUB_CMD__FAMS2_FLIP = 6,
|
||||
DMUB_CMD__FAMS2_IB_CONFIG = 7,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user