mirror_ubuntu-kernels/drivers/gpu/drm/amd/display
Haowen Bai e84c8ab52d drm/amd/display: Fix pointer dereferenced before checking
The value actual_pix_clk_100Hz is dereferencing pointer pix_clk_params
before pix_clk_params is being null checked. Fix this by assigning
pix_clk_params->requested_pix_clk_100hz to actual_pix_clk_100Hz only if
pix_clk_params is not NULL, otherwise just NULL.

Signed-off-by: Haowen Bai <baihaowen@meizu.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2022-03-31 23:05:54 -04:00
..
amdgpu_dm drm/amd/display: Fix pointer dereferenced before checking 2022-03-31 23:05:53 -04:00
dc drm/amd/display: Fix pointer dereferenced before checking 2022-03-31 23:05:54 -04:00
dmub drm/amd/display: [FW Promotion] Release 0.0.110.0 2022-03-31 23:05:53 -04:00
include drm/amd/display: Add support for USBC connector 2022-03-31 23:05:53 -04:00
modules drm/amd/display: Fix HDCP SEND AKI INIT error 2022-03-25 12:40:26 -04:00
Kconfig drm/amdgpu/display: fix dependencies for DRM_AMD_DC_SI 2021-10-05 10:55:41 -04:00
Makefile drm/amd/display: Drop CONFIG_DRM_AMD_DC_DMUB guards 2019-11-13 15:29:42 -05:00
TODO