Searched refs:hline (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
A D | headnv04.c | 41 nv04_head_rgpos(struct nvkm_head *head, u16 *hline, u16 *vline) in nv04_head_rgpos() argument 45 *hline = (data & 0xffff0000) >> 16; in nv04_head_rgpos()
|
A D | headnv50.c | 48 nv50_head_rgpos(struct nvkm_head *head, u16 *hline, u16 *vline) in nv50_head_rgpos() argument 54 *hline = nvkm_rd32(device, 0x616344 + hoff) & 0x0000ffff; in nv50_head_rgpos()
|
A D | headgv100.c | 39 gv100_head_rgpos(struct nvkm_head *head, u16 *hline, u16 *vline) in gv100_head_rgpos() argument 45 *hline = nvkm_rd32(device, 0x616334 + hoff) & 0x0000ffff; in gv100_head_rgpos()
|
A D | head.h | 39 void (*rgpos)(struct nvkm_head *, u16 *hline, u16 *vline);
|
A D | head.c | 72 head->func->rgpos(head, &args->v0.hline, &args->v0.vline); in nvkm_head_mthd_scanoutpos()
|
/linux/drivers/gpu/drm/nouveau/include/nvif/ |
A D | cl0046.h | 27 __u16 hline; member
|
A D | cl5070.h | 26 __u16 hline; member
|
/linux/Documentation/fb/ |
A D | udlfb.rst | 7 DisplayLink chips provide simple hline/blit operations with some compression,
|
/linux/drivers/gpu/drm/nouveau/ |
A D | nouveau_display.c | 112 *hpos = args.scan.hline; in nouveau_display_scanoutpos_head()
|
Completed in 10 milliseconds