diff options
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay/inc/pp_instance.h')
| -rw-r--r-- | drivers/gpu/drm/amd/powerplay/inc/pp_instance.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/inc/pp_instance.h b/drivers/gpu/drm/amd/powerplay/inc/pp_instance.h index 318f8278ab15..35dfcd972af5 100644 --- a/drivers/gpu/drm/amd/powerplay/inc/pp_instance.h +++ b/drivers/gpu/drm/amd/powerplay/inc/pp_instance.h @@ -24,10 +24,11 @@ #define _PP_INSTANCE_H_ #include "smumgr.h" - +#include "hwmgr.h" struct pp_instance { struct pp_smumgr *smu_mgr; + struct pp_hwmgr *hwmgr; }; #endif |
