Skip to content

drm/amd/display: Introduce KUnit to dcn20/display_mode_vba_20 library

Maíra Canal requested to merge display_mode_vba_20_tests into for-amd-all-guarded

The display_mode_vba_20 deals with hundreds of display parameters for the DCN20 and sometimes does it in odd ways. The addition of unit tests intends to assure the quality of the code delivered by HW engineers and, also make it possible to refactor the code decreasing concerns about adding bugs to the codebase.

Signed-off-by: Maíra Canal mairacanal@riseup.net

Merge request reports