OSDN Git Service

drm/nouveau/kms/nv140-: Add CRC methods to gv100_disp_core_mthd_head
authorLyude Paul <lyude@redhat.com>
Tue, 19 Jan 2021 01:48:49 +0000 (20:48 -0500)
committerKarol Herbst <kherbst@redhat.com>
Fri, 12 Nov 2021 22:46:03 +0000 (23:46 +0100)
commit6040308ffc9039d30a34bc40021e19d6da3683b1
treeeaca5ec89602fc71e2bb4dec929b41a90ac353f6
parent23244f67ed96c76428bfdfc63eef642e4d627825
drm/nouveau/kms/nv140-: Add CRC methods to gv100_disp_core_mthd_head

Noticed this while trying to figure out the bit that we need to set in
order to get cursor CRCs to come up correctly on volta+: we never actually
went and added these methods to gv100_disp_core_mthd_head in
drm/nouveau/nvkm/engine/disp/coregv100.c which means we don't trace their
values when disp tracing is enabled in nvkm. So, fix that.

Cc: Martin Peres <martin.peres@free.fr>
Cc: Jeremy Cline <jcline@redhat.com>
Cc: Simon Ser <contact@emersion.fr>
Signed-off-by: Lyude Paul <lyude@redhat.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Signed-off-by: Karol Herbst <kherbst@redhat.com>
Link: https://gitlab.freedesktop.org/drm/nouveau/-/merge_requests/10
drivers/gpu/drm/nouveau/nvkm/engine/disp/coregv100.c