forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
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 },