Home
last modified time | relevance | path

Searched refs:vline (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dnv04.c44 nv04_head_rgpos(struct nvkm_head *head, u16 *hline, u16 *vline) in nv04_head_rgpos() argument
49 *vline = (data & 0x0000ffff); in nv04_head_rgpos()
H A Dhead.h40 void (*rgpos)(struct nvkm_head *, u16 *hline, u16 *vline);
H A Duhead.c69 head->func->rgpos(head, &args->v0.hline, &args->v0.vline); in nvkm_uhead_mthd_scanoutpos()
H A Dgv100.c257 gv100_head_rgpos(struct nvkm_head *head, u16 *hline, u16 *vline) in gv100_head_rgpos() argument
262 *vline = nvkm_rd32(device, 0x616330 + hoff) & 0x0000ffff; in gv100_head_rgpos()
H A Dnv50.c395 nv50_head_rgpos(struct nvkm_head *head, u16 *hline, u16 *vline) in nv50_head_rgpos() argument
401 *vline = nvkm_rd32(device, 0x616340 + hoff) & 0x0000ffff; in nv50_head_rgpos()
/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dif0013.h28 __u16 vline; member
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c101 if (args.vline) { in nouveau_display_scanoutpos_head()
110 *vpos = calc(args.vblanks, args.vblanke, args.vtotal, args.vline); in nouveau_display_scanoutpos_head()
/linux/tools/power/pm-graph/
H A Dsleepgraph.py2500 vline = FTraceLine(lasttime)
2501 vline.depth = self.depth
2502 vline.name = self.vfname
2503 vline.freturn = True
2504 self.list.append(vline)
2508 info.append(('[add return]', vline))
2526 vline = FTraceLine(lasttime)
2527 vline.depth = self.depth
2528 vline.name = self.vfname
2529 vline.fcall = True
[all …]