hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/drivers/gpu/drm/nouveau/dispnv50/core917d.c
....@@ -26,9 +26,13 @@
2626 core917d = {
2727 .init = core507d_init,
2828 .ntfy_init = core507d_ntfy_init,
29
+ .caps_init = core907d_caps_init,
2930 .ntfy_wait_done = core507d_ntfy_wait_done,
3031 .update = core507d_update,
3132 .head = &head917d,
33
+#if IS_ENABLED(CONFIG_DEBUG_FS)
34
+ .crc = &crc907d,
35
+#endif
3236 .dac = &dac907d,
3337 .sor = &sor907d,
3438 };