diff options
| author | Shiju Mathew <shijum@codeaurora.org> | 2018-10-03 20:18:58 -0400 |
|---|---|---|
| committer | Shiju Mathew <shijum@codeaurora.org> | 2018-10-10 16:45:39 -0400 |
| commit | 23beddbfdf17cfa08dd7f3626895f0ba70dbfb16 (patch) | |
| tree | 0cf27a47f97c9bb55a9bd24fc1f37f89dcf7fc7b /include/uapi | |
| parent | 2592658a93710a5c65353d3e4e3d08bc986e83b3 (diff) | |
soc: hab: recycle mmid from qcpe to video
Add new mmid for video and other minor logging
and efficiency fixes.
Change-Id: I0ebbfadff76e7efb7f9afff9896dadf1bd8df9a1
Signed-off-by: Shiju Mathew <shijum@codeaurora.org>
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/habmmid.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/include/uapi/linux/habmmid.h b/include/uapi/linux/habmmid.h index 4f79506dd971..1845c72c9e60 100644 --- a/include/uapi/linux/habmmid.h +++ b/include/uapi/linux/habmmid.h @@ -29,7 +29,8 @@ #define MM_VID_START 500 #define MM_VID 501 -#define MM_VID_END 502 +#define MM_VID_2 502 +#define MM_VID_END 503 #define MM_MISC_START 600 #define MM_MISC 601 @@ -37,10 +38,7 @@ #define MM_QCPE_START 700 #define MM_QCPE_VM1 701 -#define MM_QCPE_VM2 702 -#define MM_QCPE_VM3 703 -#define MM_QCPE_VM4 704 -#define MM_QCPE_END 705 +#define MM_QCPE_END 702 #define MM_CLK_START 800 #define MM_CLK_VM1 801 |
