ANDROID: power: Add ANDROID_OEM_DATA in freq_qos_request.

Add ANDROID_OEM_DATA to implement the OEM's "frequency watchdog".
Related commit: aosp/2550631

Bug: 235925535
Bug: 281920779

Signed-off-by: heshuai1 <heshuai1@xiaomi.com>
Change-Id: Ie2bfc7251266e22a5ee69b226dfd85d6e9cac2f5
(cherry picked from commit b7a7765d8af9896a30165a0c64758f2a67af938c)
This commit is contained in:
heshuai1 2022-06-14 18:03:22 +08:00 committed by Carlos Llamas
parent d9146ee91d
commit f99c6b4917

View File

@ -93,6 +93,7 @@ struct freq_qos_request {
enum freq_qos_req_type type;
struct plist_node pnode;
struct freq_constraints *qos;
ANDROID_OEM_DATA(1);
};