From: Samson Tam Date: Fri, 10 Apr 2026 19:27:00 +0000 (-0400) Subject: drm/amd/display: Add README.md file to DML2_0 repository X-Git-Tag: v7.2-rc1~141^2~24^2~145 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=544780573cfdc9afe9620e6f7329fe9fb7f14c24;p=thirdparty%2Flinux.git drm/amd/display: Add README.md file to DML2_0 repository [Why/How] Add README.md file to repository Use it to categorize directories for tracking purposes Reviewed-by: Dillon Varone Signed-off-by: Samson Tam Signed-off-by: Chenyu Chen Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/dml2_0/README.md b/drivers/gpu/drm/amd/display/dc/dml2_0/README.md new file mode 100644 index 0000000000000..9e8814fbe52fd --- /dev/null +++ b/drivers/gpu/drm/amd/display/dc/dml2_0/README.md @@ -0,0 +1,31 @@ +# DML2_0 (Display Mode Library 2.0) repository + +## Category to Directory Mapping + +```yaml +directory_categories: + app_tools: + - dml21/build/ + - dml21/src/dml2_unit_test/ + - utils/ + + driver_hw_dependent: + - dml21/inc/bounding_boxes/ + - dml21/src/dml2_cga/ + - dml21/src/dml2_core/ + - dml21/src/dml2_dpmm/ + - dml21/src/dml2_mcg/ + - dml21/src/dml2_pmo/ + - dml21/src/dml2_standalone_libraries/ + - dml21/src/dml2_utm_soc_bb/ + + driver_hw_independent: + - ./ + - dml21/ + - dml21/inc/ + - dml21/src/dml2_top/ + - dml21/src/inc/ + + undefined: + - .github/ +```