drm/amdgpu/powerplay: split out common smu7 BACO code
[linux-2.6-block.git] / drivers / gpu / drm / amd / powerplay / hwmgr / polaris_baco.h
index e48bfb1c5c6ac3d1f93754de6cec94b1adbe5abf..87a5fa0a157a7c2f51301dcdd025e23668b41bfb 100644 (file)
  */
 #ifndef __POLARIS_BACO_H__
 #define __POLARIS_BACO_H__
-#include "hwmgr.h"
-#include "common_baco.h"
+#include "smu7_baco.h"
 
-extern int polaris_baco_get_capability(struct pp_hwmgr *hwmgr, bool *cap);
-extern int polaris_baco_get_state(struct pp_hwmgr *hwmgr, enum BACO_STATE *state);
 extern int polaris_baco_set_state(struct pp_hwmgr *hwmgr, enum BACO_STATE state);
 
 #endif