pass: Add PMQoS as supported module for nonstandard resource 63/212563/2 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix tizen_5.5_tv accepted/tizen/5.5/unified/20191031.022608 accepted/tizen/5.5/unified/mobile/hotfix/20201027.090409 accepted/tizen/unified/20190826.000114 submit/tizen/20190823.053814 submit/tizen_5.5/20191031.000004 submit/tizen_5.5_mobile_hotfix/20201026.185104 tizen_5.5.m2_release
authorDongwoo Lee <dwoo08.lee@samsung.com>
Fri, 23 Aug 2019 04:58:35 +0000 (13:58 +0900)
committerDongwoo Lee <dwoo08.lee@samsung.com>
Fri, 23 Aug 2019 05:10:51 +0000 (14:10 +0900)
Since PMQoS is not supported for the nonstandard resource, these
resourced such as trm cannot receive PMQoS events. This patch adds
PMQoS as supported module for nonstandard resource in order to
handle relevant events.

Change-Id: I8377fb4cc1a6a0bf1df7029c9efbbd433a5806a7
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
src/pass/pass.c

index 39af785..8ce5876 100644 (file)
@@ -74,7 +74,8 @@ static uint64 supported_module[] = {
                                        | PASS_MODULE_PMQOS,
 
        [PASS_RESOURCE_NONSTANDARD_ID]  = PASS_MODULE_PARSER
-                                       | PASS_MODULE_RESCON,
+                                       | PASS_MODULE_RESCON
+                                       | PASS_MODULE_PMQOS,
 };
 
 extern int pass_rescon_init(struct pass_resource *res);