summaryrefslogtreecommitdiffstats
path: root/src/occ_405/pgpe/pgpe_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/pgpe/pgpe_interface.h')
-rw-r--r--src/occ_405/pgpe/pgpe_interface.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/occ_405/pgpe/pgpe_interface.h b/src/occ_405/pgpe/pgpe_interface.h
index 16a3aef..2bfeeaa 100644
--- a/src/occ_405/pgpe/pgpe_interface.h
+++ b/src/occ_405/pgpe/pgpe_interface.h
@@ -29,24 +29,34 @@
#include "errl.h"
#include "state.h"
#include "pstate_pgpe_occ_api.h"
+#include "occhw_async.h"
void init_pgpe_ipcs(void);
errlHndl_t pgpe_init_clips(void);
+
errlHndl_t pgpe_init_pmcr(void);
+
errlHndl_t pgpe_init_start_suspend(void);
+
errlHndl_t pgpe_init_wof_control(void);
+
errlHndl_t pgpe_init_wof_vfrt(void);
int pgpe_set_clip_ranges(Pstate i_pstate);
+
int pgpe_set_clip_blocking(Pstate i_pstate);
+
int pgpe_clip_update(void);
int pgpe_pmcr_set(void);
int pgpe_start_suspend(uint8_t action, PMCR_OWNER owner);
+
void pgpe_start_suspend_callback(void);
+int pgpe_request_schedule(GpeRequest* request);
+
int set_nominal_pstate(void);
#endif /* #ifndef _PGPE_INTERFACE_H_ */
OpenPOWER on IntegriCloud