Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96cda84a authored by Rex Zhu's avatar Rex Zhu Committed by Alex Deucher
Browse files

drm/amd/powerplay: add new clock type in struct gfx_arbit.



Add the new clock type to the gfx arbitor so we can determine
the proper clock floors for it.

Signed-off-by: default avatarRex Zhu <Rex.Zhu@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Reviewed-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 746eb864
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -136,11 +136,14 @@ struct phm_vce_arbiter {

struct phm_gfx_arbiter {
	uint32_t sclk;
	uint32_t sclk_hard_min;
	uint32_t mclk;
	uint32_t sclk_over_drive;
	uint32_t mclk_over_drive;
	uint32_t sclk_threshold;
	uint32_t num_cus;
	uint32_t gfxclk;
	uint32_t fclk;
};

/* Entries in the master tables */