diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2020-02-17 07:58:02 +0300 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2020-04-07 07:37:50 +0300 |
commit | ed3d1489d2717a13f3b47b296bb2faa7ce4168da (patch) | |
tree | ba6236e37fa207cc5432773063a3a7dff3041547 /drivers/gpu/drm/nouveau/dispnv50/base507c.c | |
parent | 58e92b5ee8743ebb77b824cce3330521f049bbac (diff) | |
download | linux-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/base507c.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/dispnv50/base507c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/dispnv50/base507c.c b/drivers/gpu/drm/nouveau/dispnv50/base507c.c index 00a85f1e1a4a..ee782151d332 100644 --- a/drivers/gpu/drm/nouveau/dispnv50/base507c.c +++ b/drivers/gpu/drm/nouveau/dispnv50/base507c.c @@ -23,6 +23,7 @@ #include <nvif/cl507c.h> #include <nvif/event.h> +#include <nvif/timer.h> #include <drm/drm_atomic_helper.h> #include <drm/drm_fourcc.h> |