Commit 34176f4b authored by Kieran Bingham's avatar Kieran Bingham Committed by Laurent Pinchart

drm: rcar-du: Sort the DU outputs

Sort the DU outputs alphabetically, with the exception of the final
entry which is there as a sentinal.
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarKieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
parent 458dc64e
...@@ -36,10 +36,10 @@ struct rcar_du_device; ...@@ -36,10 +36,10 @@ struct rcar_du_device;
enum rcar_du_output { enum rcar_du_output {
RCAR_DU_OUTPUT_DPAD0, RCAR_DU_OUTPUT_DPAD0,
RCAR_DU_OUTPUT_DPAD1, RCAR_DU_OUTPUT_DPAD1,
RCAR_DU_OUTPUT_LVDS0,
RCAR_DU_OUTPUT_LVDS1,
RCAR_DU_OUTPUT_HDMI0, RCAR_DU_OUTPUT_HDMI0,
RCAR_DU_OUTPUT_HDMI1, RCAR_DU_OUTPUT_HDMI1,
RCAR_DU_OUTPUT_LVDS0,
RCAR_DU_OUTPUT_LVDS1,
RCAR_DU_OUTPUT_TCON, RCAR_DU_OUTPUT_TCON,
RCAR_DU_OUTPUT_MAX, RCAR_DU_OUTPUT_MAX,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment