drm/amd/display: Fix crash on setting VRR with no display connected
authorHarry VanZyllDeJong <hvanzyll@amd.com>
Tue, 11 Jan 2022 20:11:42 +0000 (15:11 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 12 Apr 2022 18:17:48 +0000 (14:17 -0400)
commitda8c25929b78b39438eb62b87e213c45dfad6038
treec18f6ad3f574380d34a5e2e93af81da8fe6db330
parent9e6a04651e0231c4ad660e1580b40e56d6d5fde5
drm/amd/display: Fix crash on setting VRR with no display connected

[HOW&WHY]
VRR was getting set at the same time
the timing generator would be null when there was no display
connected. Added null check to the timing generator variable
so it does not get referenced if it is null.

Reviewed-by: Harry Vanzylldejong <harry.vanzylldejong@amd.com>
Reviewed-by: Evgenii Krasnikov <Evgenii.Krasnikov@amd.com>
Reviewed-by: Nicholas Choi <Nicholas.Choi@amd.com>
Acked-by: Pavle Kotarac <Pavle.Kotarac@amd.com>
Signed-off-by: Harry VanZyllDeJong <hvanzyll@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c