drm/amd/display: fix typos for dcn20_funcs and dcn21_funcs struct
authorStanley.Yang <Stanley.Yang@amd.com>
Wed, 11 Mar 2020 08:39:47 +0000 (16:39 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 13 Mar 2020 15:52:34 +0000 (11:52 -0400)
commitc8d6396b00d4cd19877498519d836222849968f4
tree74c5e6fe7fe3881daec20fe5d985227f07d99a09
parent17cb04f2a6c7765b6a94be3af050bec65dd22d50
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>
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_init.c
drivers/gpu/drm/amd/display/dc/dcn21/dcn21_init.c