]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: add pipe reassignment prevention code to dcn3
authorDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Mon, 28 Sep 2020 21:59:38 +0000 (17:59 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 30 Sep 2020 17:50:22 +0000 (13:50 -0400)
commit89af5cf0c1939654393a201ac227b3a5527d46b1
tree3d2c48971052324739f1c5986e348c6ee36ace65
parentf2c8a1be65b5ef4e3b7b72cb000a568fc1a672d4
drm/amd/display: add pipe reassignment prevention code to dcn3

Add code to gracefuly handle any pipe reassignment
occuring on dcn3 hardware. This should only happen when new
surfaces are used for an update rather than old ones updated.

Fixes: 55a5c1fd30c995 ("amd/drm/display: avoid dcn3 on flip opp change for slave pipes")
Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Reviewed-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_resource.c