We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7245e62 commit 3638a82Copy full SHA for 3638a82
drivers/gpu/drm/nouveau/dispnv50/wndw.h
@@ -35,8 +35,9 @@ struct nv50_wndw {
35
36
int nv50_wndw_new_(const struct nv50_wndw_func *, struct drm_device *,
37
enum drm_plane_type, const char *name, int index,
38
- const u32 *format, enum nv50_disp_interlock_type,
39
- u32 interlock_data, u32 heads, struct nv50_wndw **);
+ const u32 *format, u32 heads,
+ enum nv50_disp_interlock_type, u32 interlock_data,
40
+ struct nv50_wndw **);
41
void nv50_wndw_flush_set(struct nv50_wndw *, u32 *interlock,
42
struct nv50_wndw_atom *);
43
void nv50_wndw_flush_clr(struct nv50_wndw *, u32 *interlock, bool flush,
0 commit comments