mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
ANDROID: power: Add ANDROID_OEM_DATA_ARRAY in freq_qos_request.
add ANDROID_OEM_DATA_ARRAY for implement of oem gki. Bug: 187458531 Signed-off-by: heshuai1 <heshuai1@xiaomi.com> Change-Id: Ia4e4d8531d975a2d2172b1cf7a89889c7bd92913
This commit is contained in:
parent
cb99d1b88c
commit
c3fe3880d6
|
|
@ -93,6 +93,7 @@ struct freq_qos_request {
|
||||||
enum freq_qos_req_type type;
|
enum freq_qos_req_type type;
|
||||||
struct plist_node pnode;
|
struct plist_node pnode;
|
||||||
struct freq_constraints *qos;
|
struct freq_constraints *qos;
|
||||||
|
ANDROID_OEM_DATA_ARRAY(1, 2);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user