Lines Matching refs:nv50_head
15 struct nv50_head;
53 int (*set_src)(struct nv50_head *, int or, enum nv50_crc_source_type,
55 int (*set_ctx)(struct nv50_head *, struct nv50_crc_notifier_ctx *);
56 u32 (*get_entry)(struct nv50_head *, struct nv50_crc_notifier_ctx *,
58 bool (*ctx_finished)(struct nv50_head *,
79 int nv50_head_crc_late_register(struct nv50_head *);
80 void nv50_crc_handle_vblank(struct nv50_head *head);
86 int nv50_crc_atomic_check_head(struct nv50_head *, struct nv50_head_atom *,
93 void nv50_crc_atomic_set(struct nv50_head *, struct nv50_head_atom *);
94 void nv50_crc_atomic_clr(struct nv50_head *);
110 nv50_head_crc_late_register(struct nv50_head *head) { return 0; } in nv50_head_crc_late_register()
111 static inline void nv50_crc_handle_vblank(struct nv50_head *head) {} in nv50_crc_handle_vblank()
114 nv50_crc_atomic_check_head(struct nv50_head *head, in nv50_crc_atomic_check_head()
127 nv50_crc_atomic_set(struct nv50_head *head, struct nv50_head_atom *state) {} in nv50_crc_atomic_set()
129 nv50_crc_atomic_clr(struct nv50_head *head) {} in nv50_crc_atomic_clr()