]> git.baikalelectronics.ru Git - kernel.git/commit
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 13:20:31 +0000 (09:20 -0400)
commit3a32af18a73f06a472578a1434a8fca7fa494ea3
treeb0ecea3fb58a668015c6ee42292c026de0ffc74c
parent48629a404e0e104178e7993fe4365b0a8db38caf
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