]> Git Repo - linux.git/commit
drm/amd/display: Fix vblank refcount in vrr transition
authorYunxiang Li <[email protected]>
Wed, 21 Sep 2022 21:20:19 +0000 (17:20 -0400)
committerAlex Deucher <[email protected]>
Thu, 6 Oct 2022 16:06:25 +0000 (12:06 -0400)
commit8799c0be89ebb99a16098bdf618f49f817bef76a
tree774159fe9386b0b8ad2fb5b1c275073ab15ea9d4
parentf6aa84b83aee629fbbbc4ea16c2c142caf920d5a
drm/amd/display: Fix vblank refcount in vrr transition

manage_dm_interrupts disable/enable vblank using drm_crtc_vblank_off/on
which causes drm_crtc_vblank_get in vrr_transition to fail, and later
when drm_crtc_vblank_put is called the refcount on vblank will be messed
up. Therefore move the call to after manage_dm_interrupts.

Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/1247
Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/1380

Tested-by: Daniel Wheeler <[email protected]>
Reviewed-by: Rodrigo Siqueira <[email protected]>
Signed-off-by: Yunxiang Li <[email protected]>
Signed-off-by: Rodrigo Siqueira <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Cc: [email protected]
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
This page took 0.055896 seconds and 4 git commands to generate.