commit | c8d6396b00d4cd19877498519d836222849968f4 | [log] [tgz] |
---|---|---|
author | Stanley.Yang <Stanley.Yang@amd.com> | Wed Mar 11 16:39:47 2020 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Mar 13 11:52:34 2020 -0400 |
tree | 74c5e6fe7fe3881daec20fe5d985227f07d99a09 | |
parent | 17cb04f2a6c7765b6a94be3af050bec65dd22d50 [diff] |
drm/amd/display: fix typos for dcn20_funcs and dcn21_funcs struct In dcn20_funcs and dcn21_funcs struct, the member ".dsc_pg_control = NULL" should be removed due to .dsc_pg_control be assigned to dcn20_dsc_pg_control. Signed-off-by: Stanley.Yang <Stanley.Yang@amd.com> Reviewed-by: Anthony Koo <Anthony.Koo@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>