hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/gpu/drm/nouveau/dispnv50/wndw.c
....@@ -690,18 +690,6 @@
690690 return NVIF_NOTIFY_KEEP;
691691 }
692692
693
-void
694
-nv50_wndw_fini(struct nv50_wndw *wndw)
695
-{
696
- nvif_notify_put(&wndw->notify);
697
-}
698
-
699
-void
700
-nv50_wndw_init(struct nv50_wndw *wndw)
701
-{
702
- nvif_notify_get(&wndw->notify);
703
-}
704
-
705693 static const u64 nv50_cursor_format_modifiers[] = {
706694 DRM_FORMAT_MOD_LINEAR,
707695 DRM_FORMAT_MOD_INVALID,