]> git.baikalelectronics.ru Git - kernel.git/commit
drm/nouveau/kms/gv100-: Include correct push header in crcc37d.c
authorLyude Paul <lyude@redhat.com>
Mon, 10 Aug 2020 21:18:37 +0000 (17:18 -0400)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 3 Sep 2020 05:32:23 +0000 (15:32 +1000)
commit3c05b7998f7825d9218559e278e674317f3a4df9
tree266cbd10dc707e5504aad5792d6902bc7e8e523b
parentf4f651d6811862e2b654b3c762c03d70b5f86c95
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: Lyude Paul <lyude@redhat.com>
Fixes: ba0123f06496 ("drm/nouveau/kms/nv50-: convert core crc_set_src() to new push macros")
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/dispnv50/crcc37d.c