drm/nouveau: wait for moving fence after pinning v2
Christian König authored
commit 17b11f71

 upstream.

We actually need to wait for the moving fence after pinning
the BO to make sure that the pin is completed.

v2: grab the lock while waiting
Signed-off-by: default avatarChristian König <christian.koenig@amd.com>
Reviewed-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
References: https://lore.kernel.org/dri-devel/20210621151758.2347474-1-daniel.vetter@ffwll.ch/
CC: stable@kernel.org
Link: https://patchwork.freedesktop.org/patch/msgid/20210622114506.106349-1-christian.koenig@amd.com

Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
94fc53e6
Name Last commit Last update
Documentation tweewide: Fix most Shebang lines
arch x86/fpu: Reset state for all signal restore failures
block blk-mq: Swap two calls in blk_mq_exit_queue()
certs certs: Fix blacklist flag type confusion
crypto crypto: api - check for ERR pointers in crypto_destroy_tfm()
drivers drm/nouveau: wait for moving fence after pinning v2
firmware Fix built-in early-load Intel microcode alignment
fs unfuck sysfs_mount()
include icmp: don't send out ICMP messages with a source address of 0.0.0.0
init pid: take a reference when initializing `cad_pid`
ipc ipc/util.c: sysvipc_find_ipc() incorrectly updates position index
kernel tracing: Do no increment trace_clock_global() by one
lib lib: stackdepot: turn depot_lock spinlock to raw_spinlock
mm mm/slub.c: include swab.h
net inet: use bigger hash table for IP ID generation
samples samples/bpf: Fix broken tracex1 due to kprobe argument change
scripts scripts: switch explicitly to Python 3
security security: commoncap: fix -Wstringop-overread warning
sound ASoC: sti-sas: add missing MODULE_DEVICE_TABLE
tools perf session: Correct buffer copying when peeking events
usr initramfs: restore default compression behavior
virt KVM: arm64: Fix exclusive limit for IPA size
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files
.gitignore kbuild: rpm-pkg: keep spec file until make mrproper
.mailmap .mailmap: Add Maciej W. Rozycki's Imagination e-mail address
COPYING [PATCH] update FSF address in COPYING
CREDITS MAINTAINERS: update TPM driver infrastructure changes
Kbuild License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Kconfig License cleanup: add SPDX GPL-2.0 license identifier to files with no license
MAINTAINERS MAINTAINERS: Update drm/i915 bug filing URL
Makefile Linux 4.14.237
README README: add a new README file, pointing to the Documentation/
Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.