Lines Matching defs:head
7 #include "head.h"
38 crcc37d_set_src(struct nv50_head *head, int or,
42 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push;
43 const int i = head->base.index;
79 crcc37d_set_ctx(struct nv50_head *head, struct nv50_crc_notifier_ctx *ctx)
81 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push;
82 const int i = head->base.index;
92 static u32 crcc37d_get_entry(struct nv50_head *head,
108 static bool crcc37d_ctx_finished(struct nv50_head *head,
111 struct nouveau_drm *drm = nouveau_drm(head->base.base.dev);
132 "CRC notifier context for head %d overflowed on %s: %x\n",
133 head->base.index, engine, status);
136 "CRC notifier context for head %d overflowed: %x\n",
137 head->base.index, status);
141 head->base.index, status);