hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/gpu/drm/nouveau/dispnv50/curs.c
....@@ -31,6 +31,7 @@
3131 int version;
3232 int (*new)(struct nouveau_drm *, int, s32, struct nv50_wndw **);
3333 } curses[] = {
34
+ { TU102_DISP_CURSOR, 0, cursc37a_new },
3435 { GV100_DISP_CURSOR, 0, cursc37a_new },
3536 { GK104_DISP_CURSOR, 0, curs907a_new },
3637 { GF110_DISP_CURSOR, 0, curs907a_new },