Lines Matching defs:head
7 #include "head.h"
26 crc907d_set_src(struct nv50_head *head, int or,
30 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push;
31 const int i = head->base.index;
75 crc907d_set_ctx(struct nv50_head *head, struct nv50_crc_notifier_ctx *ctx)
77 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push;
78 const int i = head->base.index;
88 static u32 crc907d_get_entry(struct nv50_head *head,
97 static bool crc907d_ctx_finished(struct nv50_head *head,
100 struct nouveau_drm *drm = nouveau_drm(head->base.base.dev);
120 "CRC notifier context for head %d overflowed on %s: %x\n",
121 head->base.index, engine, status);
124 "CRC notifier context for head %d overflowed: %x\n",
125 head->base.index, status);
129 head->base.index, status);