linux/drivers/gpu/drm/amd/display/dc/bios
Ruan Jinjie 259d968034 drm/amd/display: Remove unnecessary NULL values
The NULL initialization of the pointers assigned by kzalloc() first is
not necessary, because if the kzalloc() failed, the pointers will be
assigned NULL, otherwise it works as usual. so remove it.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Ruan Jinjie <ruanjinjie@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2023-08-15 18:08:27 -04:00
..
dce60
dce80
dce110
dce112 drm/amdgpu/display: remove dal_cmd_tbl_helper_dcn2_get_table2 2020-10-30 01:02:07 -04:00
Makefile
bios_parser.c drm/amd/display: Remove unnecessary NULL values 2023-08-15 18:08:27 -04:00
bios_parser.h
bios_parser2.c drm/amd/display: Remove unnecessary NULL values 2023-08-15 18:08:27 -04:00
bios_parser2.h
bios_parser_common.c drm/amd/display: Add support for USBC connector 2022-03-31 23:05:53 -04:00
bios_parser_common.h
bios_parser_helper.c drm/amd/display: remove variable active_disp 2021-06-04 12:40:01 -04:00
bios_parser_helper.h drm/amd/display: add a func to disable accelerated mode 2021-03-23 23:33:36 -04:00
bios_parser_interface.c
bios_parser_types_internal.h
bios_parser_types_internal2.h drm/amd/display: Add dependant changes for DCN32/321 2022-06-03 16:43:38 -04:00
command_table.c drm/amd/display: Fix USBC link creation 2022-06-03 16:43:38 -04:00
command_table.h
command_table2.c drm/amd/display: refactor dmub commands into single function 2023-04-18 16:28:52 -04:00
command_table2.h drm/amd/display: Skip backlight control delay on external powered links 2023-01-17 15:40:28 -05:00
command_table_helper.c drm/amd/display/dc/bios/command_table_helper: Fix function name for 'dal_cmd_table_helper_transmitter_bp_to_atom()' 2021-05-27 12:33:51 -04:00
command_table_helper.h
command_table_helper2.c drm/amd/display: Enable DCN314 in DC 2022-07-13 20:57:05 -04:00
command_table_helper2.h
command_table_helper_struct.h