]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/nouveau/fifo/gk104-: poll for runlist update completion
authorBen Skeggs <bskeggs@redhat.com>
Tue, 8 May 2018 10:39:46 +0000 (20:39 +1000)
committerStefan Bader <stefan.bader@canonical.com>
Fri, 1 Mar 2019 13:20:41 +0000 (14:20 +0100)
commit7a59073194969853c4ee2b62c066cdef0c2364be
treec598d2ddb8e738d647e633121daacca83b923729
parent227365b11f156071d77e86bf79c090183c0ebbf9
drm/nouveau/fifo/gk104-: poll for runlist update completion

BugLink: http://bugs.launchpad.net/bugs/1815234
[ Upstream commit 4f2fc25c0f8bcc8db1b8a7b21e88c3d7f35c5acb ]

Newer HW doesn't appear to send this event, which will cause long delays
in runlist updates if they don't complete immediately.

RM doesn't use these events anywhere, and an NVGPU commit message notes
that polling is the preferred method even on HW that supports the event.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c