Commit a255e9c8 authored by Lyude Paul's avatar Lyude Paul Committed by Ben Skeggs
Browse files

drm/nouveau/kms/gv100-: Include correct push header in crcc37d.c



Looks like when we converted everything over to Nvidia's class headers,
we mistakenly included the nvif/push507b.h instead of nvif/pushc37b.h,
which resulted in breaking CRC reporting for volta+:

nouveau 0000:1f:00.0: disp: chid 0 stat 10003361 reason 3
[RESERVED_METHOD] mthd 0d84 data 00000000 code 00000000
nouveau 0000:1f:00.0: disp: chid 0 stat 10003360 reason 3
[RESERVED_METHOD] mthd 0d80 data 00000000 code 00000000
nouveau 0000:1f:00.0: DRM: CRC notifier ctx for head 3 not finished
after 50ms

So, fix that.

Signed-off-by: default avatarLyude Paul <lyude@redhat.com>
Fixes: c4b27bc8 ("drm/nouveau/kms/nv50-: convert core crc_set_src() to new push macros")
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent f75aef39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
#include "disp.h"
#include "head.h"

#include <nvif/push507c.h>
#include <nvif/pushc37b.h>

#include <nvhw/class/clc37d.h>