Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv50/
Dcrc.h50 struct nv50_crc_func { struct
51 int (*set_src)(struct nv50_head *, int or, enum nv50_crc_source_type type,
53 int (*set_ctx)(struct nv50_head *, struct nv50_crc_notifier_ctx *);
54 u32 (*get_entry)(struct nv50_head *, struct nv50_crc_notifier_ctx *,
56 bool (*ctx_finished)(struct nv50_head *,
58 short flip_threshold;
59 short num_entries;
60 size_t notifier_len;
100 struct nv50_crc_func {}; struct