.. | .. |
---|
38 | 38 | |
---|
39 | 39 | int nv50_wndw_new_(const struct nv50_wndw_func *, struct drm_device *, |
---|
40 | 40 | 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 **); |
---|
45 | 44 | void nv50_wndw_flush_set(struct nv50_wndw *, u32 *interlock, |
---|
46 | 45 | struct nv50_wndw_atom *); |
---|
47 | 46 | void nv50_wndw_flush_clr(struct nv50_wndw *, u32 *interlock, bool flush, |
---|