Commit f9ed8fdc authored by Jun Lei's avatar Jun Lei Committed by Alex Deucher
Browse files

drm/amd/display: Add a PP_SMU_VER_MAX enum

parent fda2019c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -38,7 +38,8 @@ enum pp_smu_ver {
	 * of interface sharing between families of ASIcs.
	 */
	PP_SMU_UNSUPPORTED,
	PP_SMU_VER_RV
	PP_SMU_VER_RV,
	PP_SMU_VER_MAX
};

struct pp_smu {