mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 09:51:21 -04:00
drm/amd/display: Copy hfvsif_infopacket when stream update
[Why & How] Miss to copy hfvsif_infopacket when copying stream updates. Check and copy it. Acked-by: Alan Liu <HaoPing.Liu@amd.com> Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
2bbb54bbac
commit
28fdd0c32d
@@ -2658,6 +2658,9 @@ static void copy_stream_update_to_stream(struct dc *dc,
|
||||
if (update->dpms_off)
|
||||
stream->dpms_off = *update->dpms_off;
|
||||
|
||||
if (update->hfvsif_infopacket)
|
||||
stream->hfvsif_infopacket = *update->hfvsif_infopacket;
|
||||
|
||||
if (update->vsc_infopacket)
|
||||
stream->vsc_infopacket = *update->vsc_infopacket;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user