-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpsys_policy_profiles.xml
54 lines (46 loc) · 2.4 KB
/
psys_policy_profiles.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Copyright (C) 2019-2023 Intel Corporation.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<PsysPolicyConfig>
<graph id="100000">
<!-- op_modes: 0-disabled, 2-coupled. see ia_cipf_css.h in libiacss -->
<pipe_executor name="ipu6_lb_video" pgs="isa_lb_video"/>
<pipe_executor name="ipu6_bb_video" pgs="post_gdc_video"/>
<bundle executors="ipu6_lb_video:0,ipu6_bb_video:1"/>
<enableBundleInSdv name="false"/>
<pipe_executor name="ipu6_full_still" pgs="isa_lb_stills,post_gdc_stills"/>
</graph>
<graph id="100100">
<!-- op_modes: 0-disabled, 2-coupled. see ia_cipf_css.h in libiacss -->
<pipe_executor name="ipu6_lb_video" pgs="isa_lb_video"/>
<pipe_executor name="ipu6_bb_video" pgs="post_gdc_video"/>
<bundle executors="ipu6_lb_video:0,ipu6_bb_video:1"/>
<enableBundleInSdv name="false"/>
<pipe_executor name="ipu6_full_still" pgs="isa_lb_stills,post_gdc_stills"/>
</graph>
<graph id="100111">
<!-- op_modes: 0-disabled, 2-coupled. see ia_cipf_css.h in libiacss -->
<pipe_executor name="ipu6_lb_video" pgs="isa_lb_video_pdaf_3"/>
<pipe_executor name="ipu6_bb_video" pgs="post_gdc_video"/>
<bundle executors="ipu6_lb_video:0,ipu6_bb_video:1"/>
<enableBundleInSdv name="false"/>
<pipe_executor name="ipu6_full_still" pgs="isa_lb_stills,post_gdc_stills"/>
</graph>
<graph id="100200">
<!-- op_modes: 0-disabled, 2-coupled. see ia_cipf_css.h in libiacss -->
<pipe_executor name="ipu6_lb_video_bayer" pgs="isa_lb_video_bayer"/>
<pipe_executor name="ipu6_bb_video_bayer" pgs="post_gdc_video_bayer"/>
<bundle executors="ipu6_lb_video_bayer:0,ipu6_bb_video_bayer:1"/>
<enableBundleInSdv name="false"/>
<pipe_executor name="ipu6_full_still" pgs="isa_lb_stills,post_gdc_stills"/>
</graph>
</PsysPolicyConfig>