xref: /linux/drivers/gpu/drm/amd/display/dc/dml2_0/README.md (revision a3e50e7279996cd987001fd8a3db36e72665f8f7)
1# DML2_0 (Display Mode Library 2.0) repository
2
3## Category to Directory Mapping
4
5```yaml
6directory_categories:
7  app_tools:
8    - dml21/build/
9    - dml21/src/dml2_unit_test/
10    - utils/
11
12  driver_hw_dependent:
13    - dml21/inc/bounding_boxes/
14    - dml21/src/dml2_cga/
15    - dml21/src/dml2_core/
16    - dml21/src/dml2_dpmm/
17    - dml21/src/dml2_mcg/
18    - dml21/src/dml2_pmo/
19    - dml21/src/dml2_standalone_libraries/
20    - dml21/src/dml2_utm_soc_bb/
21
22  driver_hw_independent:
23    - ./
24    - dml21/
25    - dml21/inc/
26    - dml21/src/dml2_top/
27    - dml21/src/inc/
28
29  undefined:
30    - .github/
31```
32