diff options
author | Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> | 2020-07-08 13:29:58 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-07-10 17:41:12 -0400 |
commit | c74f9322484869c10117eb068998250df3714486 (patch) | |
tree | f3bb2aa7f094a192e731a263a4784e4a27c1df0c /drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c | |
parent | 131a3c7474adce63b988f6913085aee8c6e7c313 (diff) |
drm/amd/display: Use VUPDATE_NO_LOCK instead of VUPDATE for dcn30
[Why]
Soft hangs occur when FreeSync is engaged since we utilize VUPDATE
(which doesn't fire when holding the pipe lock) to send back vblank
events when FreeSync is active.
[How]
The alternative (working) interrupt source for this mechanism is
VUPDATE_NO_LOCK. We already use this all other DCN revisions so align
dcn30 with those as well.
Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Reviewed-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c')
0 files changed, 0 insertions, 0 deletions