mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-14 03:26:07 +07:00
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: Rex Zhu <Rex.Zhu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
746eb864a2
commit
96cda84a67
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user