]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amd/display: Fix DML tests
authorIlya Bakoulin <Ilya.Bakoulin@amd.com>
Wed, 7 Aug 2019 17:02:44 +0000 (13:02 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 13 Sep 2019 22:54:34 +0000 (17:54 -0500)
commit8ac64f0af5ffc8ae8cf0c43415c147781733f30b
treebee1efb479a34deb942274f6beaa2d49cf1073f6
parent95a5bd1b3313e017effdda1c2eeed7f42dea13c3
drm/amd/display: Fix DML tests

[Why]
DML diags tests are failing because the struct contents get
clobbered by a memcpy.

[How]
Remove the memcpy call.

Signed-off-by: Ilya Bakoulin <Ilya.Bakoulin@amd.com>
Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c