hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/gpu/drm/nouveau/dispnv50/wndw.h
....@@ -38,10 +38,9 @@
3838
3939 int nv50_wndw_new_(const struct nv50_wndw_func *, struct drm_device *,
4040 enum drm_plane_type, const char *name, int index,
41
- const u32 *format, enum nv50_disp_interlock_type,
42
- u32 interlock_data, u32 heads, struct nv50_wndw **);
43
-void nv50_wndw_init(struct nv50_wndw *);
44
-void nv50_wndw_fini(struct nv50_wndw *);
41
+ const u32 *format, u32 heads,
42
+ enum nv50_disp_interlock_type, u32 interlock_data,
43
+ struct nv50_wndw **);
4544 void nv50_wndw_flush_set(struct nv50_wndw *, u32 *interlock,
4645 struct nv50_wndw_atom *);
4746 void nv50_wndw_flush_clr(struct nv50_wndw *, u32 *interlock, bool flush,