drm/amd/display: Add comma to last entry of enum for consistency

[Why&How]
Add comma to last entry of enum for consistency.

Reviewed-by: Jun Lei <jun.lei@amd.com>
Signed-off-by: Alvin Lee <Alvin.Lee2@amd.com>
Signed-off-by: Ivan Lipski <ivan.lipski@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Alvin Lee 2025-07-11 15:23:35 -04:00 committed by Alex Deucher
parent d0e164f72e
commit 72b4aabdf1

View File

@ -434,7 +434,7 @@ enum p_state_switch_method {
P_STATE_V_ACTIVE,
P_STATE_SUB_VP,
P_STATE_DRR_SUB_VP,
P_STATE_V_BLANK_SUB_VP
P_STATE_V_BLANK_SUB_VP,
};
struct pipe_ctx {