kernel/drivers/gpu/drm/nouveau/dispnv50/core917d.c
.. .. @@ -26,9 +26,13 @@ 26 26 core917d = { 27 27 .init = core507d_init, 28 28 .ntfy_init = core507d_ntfy_init, 29 + .caps_init = core907d_caps_init,29 30 .ntfy_wait_done = core507d_ntfy_wait_done, 30 31 .update = core507d_update, 31 32 .head = &head917d, 33 +#if IS_ENABLED(CONFIG_DEBUG_FS)34 + .crc = &crc907d,35 +#endif32 36 .dac = &dac907d, 33 37 .sor = &sor907d, 34 38 };