commit | fc541b3595db217b41fa0c125095de450b7757a4 | [log] [tgz] |
---|---|---|
author | Prabhanjan Kandula <pkandula@codeaurora.org> | Mon Mar 30 20:56:16 2015 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Apr 13 02:16:08 2015 -0700 |
tree | 27b5d86e00add47539b5106c888e50b52e8641ad | |
parent | 2d34a3bbfae870dbb76c840c79038c17af6083d1 [diff] [blame] |
qdutils: Add 8952 mdss version id Add support for 8952 hardware version check to handle any hw specific resources or checks. Change-Id: Idf60187435e7ac8c5918aaca0a5e00e443b22e71
diff --git a/libqdutils/mdp_version.h b/libqdutils/mdp_version.h index 6ebe558..25356f8 100644 --- a/libqdutils/mdp_version.h +++ b/libqdutils/mdp_version.h
@@ -153,6 +153,7 @@ bool is8994(); bool is8x16(); bool is8x39(); + bool is8x52(); bool is8992(); bool updateSplitInfo();