Searched refs:hline (Results 1 – 6 of 6) sorted by relevance
44 nv04_head_rgpos(struct nvkm_head *head, u16 *hline, u16 *vline) in nv04_head_rgpos() argument48 *hline = (data & 0xffff0000) >> 16; in nv04_head_rgpos()
69 head->func->rgpos(head, &args->v0.hline, &args->v0.vline); in nvkm_uhead_mthd_scanoutpos()
395 nv50_head_rgpos(struct nvkm_head *head, u16 *hline, u16 *vline) in nv50_head_rgpos() argument402 *hline = nvkm_rd32(device, 0x616344 + hoff) & 0x0000ffff; in nv50_head_rgpos()
32 __u16 hline; member
7 DisplayLink chips provide simple hline/blit operations with some compression,
109 *hpos = args.hline; in nouveau_display_scanoutpos_head()