]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Switch to drm_atomic_helper_wait_for_flip_done
authorAndrey Grodzovsky <Andrey.Grodzovsky@amd.com>
Wed, 15 Nov 2017 01:45:52 +0000 (20:45 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 28 Nov 2017 22:57:01 +0000 (17:57 -0500)
commit196c7d0bd461f74f3ada5068d05f908fb8b85913
tree6ab597a1c9199039f464d1af339cbe26f911b83c
parent0d4fd8ab4031e54b7bc6a3b687f0139594ad7615
drm/amd/display: Switch to drm_atomic_helper_wait_for_flip_done

This new helper function is advised to be used for drviers that
use the nonblocking commit tracking support instead of
drm_atomic_helper_wait_for_vblanks.

Signed-off-by: Andrey Grodzovsky <Andrey.Grodzovsky@amd.com>
Reviewed-by: Harry Wentland <Harry.Wentland@amd.com>
Reviewed-and-Tested-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c