kernel/drivers/gpu/drm/nouveau/dispnv50/curs.c
.. .. @@ -31,6 +31,7 @@ 31 31 int version; 32 32 int (*new)(struct nouveau_drm *, int, s32, struct nv50_wndw **); 33 33 } curses[] = { 34 + { TU102_DISP_CURSOR, 0, cursc37a_new },34 35 { GV100_DISP_CURSOR, 0, cursc37a_new }, 35 36 { GK104_DISP_CURSOR, 0, curs907a_new }, 36 37 { GF110_DISP_CURSOR, 0, curs907a_new },