Skip to content
Snippets Groups Projects
Commit 2ee1296e authored by Christian König's avatar Christian König Committed by Greg Kroah-Hartman
Browse files

drm/nouveau: wait for the exclusive fence after the shared ones v2


commit 67f74302 upstream.

Always waiting for the exclusive fence resulted on some performance
regressions. So try to wait for the shared fences first, then the
exclusive fence should always be signaled already.

v2: fix incorrectly placed "(", add some comment why we do this.

Signed-off-by: default avatarChristian König <christian.koenig@amd.com>
Tested-by: default avatarStefan Fritsch <sf@sfritsch.de>
Tested-by: default avatarDan Moulding <dmoulding@me.com>
Acked-by: default avatarBen Skeggs <bskeggs@redhat.com>
Signed-off-by: default avatarChristian König <christian.koenig@amd.com>
Cc: <stable@vger.kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20211209102335.18321-1-christian.koenig@amd.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e6310938
No related branches found
No related tags found
1 merge request!526upgrade to v5.15.13
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment