mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 12:33:18 -04:00
drm/amd/display: Add SMU version field to clk_mgr_internal
For some platforms, we need to know SMU version for driver/SMU compatibility. This change adds that field. Signed-off-by: Fatemeh Darbehani <fatemeh.darbehani@amd.com> Reviewed-by: Yongqiang Sun <yongqiang.sun@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
057fc695e9
commit
9295f1113c
@@ -191,6 +191,7 @@ struct state_dependent_clocks {
|
||||
|
||||
struct clk_mgr_internal {
|
||||
struct clk_mgr base;
|
||||
int smu_ver;
|
||||
struct pp_smu_funcs *pp_smu;
|
||||
struct clk_mgr_internal_funcs *funcs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user