power: qcom: powerHal for sdm439 and sdm429

Power hal changes for camera encode

Change-Id: Ib909844aea854ebffe8a00d83af9ca2d81c4f827
This commit is contained in:
Deevana Murthy Bandaru
2018-08-09 12:26:52 +05:30
parent c6a9d5fa38
commit 9ff55b3b4c
2 changed files with 119 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, The Linux Foundation. All rights reserved.
* Copyright (c) 2013, 2018 The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -37,6 +37,7 @@
#define ONDEMAND_GOVERNOR "ondemand"
#define INTERACTIVE_GOVERNOR "interactive"
#define MSMDCVS_GOVERNOR "msm-dcvs"
#define SCHEDUTIL_GOVERNOR "schedutil"
#define HINT_HANDLED (0)
#define HINT_NONE (-1)