linux/drivers/gpu/drm/amd/display
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
..
amdgpu_dm drm/amd/display: Get replay info from VSDB 2023-08-09 09:46:04 -04:00
dc drm/amd/display: Remove unnecessary NULL values 2023-08-15 18:08:27 -04:00
dmub drm/amd/display: Add interface to enable DPIA trace 2023-08-07 17:14:08 -04:00
include drm/amd/display: Add vendor Id for reference 2023-08-07 17:14:09 -04:00
modules drm/amd/display: Clean up errors in color_gamma.c 2023-08-09 09:42:47 -04:00
Kconfig drm/amd/display: Allow building DC with clang on RISC-V 2023-07-21 16:52:25 -04:00
Makefile
TODO