Searched refs:nv50_crc_notifier_ctx (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv50/ |
D | crc.h | 41 struct nv50_crc_notifier_ctx { struct 52 struct nv50_crc_notifier_ctx *ctx); argument 53 int (*set_ctx)(struct nv50_head *, struct nv50_crc_notifier_ctx *); 54 u32 (*get_entry)(struct nv50_head *, struct nv50_crc_notifier_ctx *, 57 struct nv50_crc_notifier_ctx *); 65 struct nv50_crc_notifier_ctx ctx[2];
|
D | crcc37d.h | 35 int crcc37d_set_ctx(struct nv50_head *head, struct nv50_crc_notifier_ctx *ctx); 36 u32 crcc37d_get_entry(struct nv50_head *head, struct nv50_crc_notifier_ctx *ctx, 38 bool crcc37d_ctx_finished(struct nv50_head *head, struct nv50_crc_notifier_ctx *ctx);
|
D | crcc37d.c | 16 struct nv50_crc_notifier_ctx *ctx) in crcc37d_set_src() 54 int crcc37d_set_ctx(struct nv50_head *head, struct nv50_crc_notifier_ctx *ctx) in crcc37d_set_ctx() 67 u32 crcc37d_get_entry(struct nv50_head *head, struct nv50_crc_notifier_ctx *ctx, in crcc37d_get_entry() 82 bool crcc37d_ctx_finished(struct nv50_head *head, struct nv50_crc_notifier_ctx *ctx) in crcc37d_ctx_finished()
|
D | crc907d.c | 27 struct nv50_crc_notifier_ctx *ctx) in crc907d_set_src() 75 crc907d_set_ctx(struct nv50_head *head, struct nv50_crc_notifier_ctx *ctx) in crc907d_set_ctx() 89 struct nv50_crc_notifier_ctx *ctx, in crc907d_get_entry() 98 struct nv50_crc_notifier_ctx *ctx) in crc907d_ctx_finished()
|
D | crc.c | 71 struct nv50_crc_notifier_ctx *ctx) in nv50_crc_program_ctx() 121 static inline void nv50_crc_reset_ctx(struct nv50_crc_notifier_ctx *ctx) in nv50_crc_reset_ctx() 158 struct nv50_crc_notifier_ctx *ctx; in nv50_crc_handle_vblank() 220 struct nv50_crc_notifier_ctx *ctx) in nv50_crc_wait_ctx_finished() 304 struct nv50_crc_notifier_ctx *ctx = &crc->ctx[crc->ctx_idx]; in nv50_crc_atomic_release_notifier_contexts() 501 struct nv50_crc_notifier_ctx *ctx, size_t len, int idx) in nv50_crc_ctx_init() 532 nv50_crc_ctx_fini(struct nv50_crc_notifier_ctx *ctx) in nv50_crc_ctx_fini()
|
D | crcc57d.c | 14 struct nv50_crc_notifier_ctx *ctx) in crcc57d_set_src()
|