summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/dispnv50/ovly827e.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2020-02-17 07:58:02 +0300
committerBen Skeggs <bskeggs@redhat.com>2020-04-07 07:37:50 +0300
commited3d1489d2717a13f3b47b296bb2faa7ce4168da (patch)
treeba6236e37fa207cc5432773063a3a7dff3041547 /drivers/gpu/drm/nouveau/dispnv50/ovly827e.c
parent58e92b5ee8743ebb77b824cce3330521f049bbac (diff)
downloadlinux-ed3d1489d2717a13f3b47b296bb2faa7ce4168da.tar.xz
drm/nouveau/nvif: protect waits against GPU falling off the bus
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/dispnv50/ovly827e.c')
-rw-r--r--drivers/gpu/drm/nouveau/dispnv50/ovly827e.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/dispnv50/ovly827e.c b/drivers/gpu/drm/nouveau/dispnv50/ovly827e.c
index 2e68fc736fe1..4f7ce57f2036 100644
--- a/drivers/gpu/drm/nouveau/dispnv50/ovly827e.c
+++ b/drivers/gpu/drm/nouveau/dispnv50/ovly827e.c
@@ -24,6 +24,8 @@
#include <nouveau_bo.h>
+#include <nvif/timer.h>
+
static void
ovly827e_image_set(struct nv50_wndw *wndw, struct nv50_wndw_atom *asyw)
{