Home
last modified time | relevance | path

Searched defs:nv50_crc_func (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
Dcrc.h52 struct nv50_crc_func { struct
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 *,
60 short flip_threshold;
61 short num_entries;
62 size_t notifier_len;
101 struct nv50_crc_func {}; struct