]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amd/display: add pipe lock during stream update
authorWenjing Liu <Wenjing.Liu@amd.com>
Wed, 20 Feb 2019 19:00:55 +0000 (14:00 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 31 May 2019 13:45:18 +0000 (06:45 -0700)
commit0ba2edf3f68f1aa80dbb7cf726ad21a089489ad4
tree567065994adc603dce7c65d350125f3590821f0e
parent10f50fcebfbb982bafc0d37e3c9cc1c414661df9
drm/amd/display: add pipe lock during stream update

[ Upstream commit e6bddf6c67f9a3abf6f1ef75e52bc1cd228dfe4d ]

[why]
Stream update will adjust both info packets and stream params,
need to make sure all things are applied togather.

[how]
add pipe lock during stream update

Signed-off-by: Wenjing Liu <Wenjing.Liu@amd.com>
Reviewed-by: Jun Lei <Jun.Lei@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/amd/display/dc/core/dc.c