Searched refs:hline (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
A D | nv04.c | 44 nv04_head_rgpos(struct nvkm_head *head, u16 *hline, u16 *vline) in nv04_head_rgpos() argument 48 *hline = (data & 0xffff0000) >> 16; in nv04_head_rgpos()
|
A D | head.h | 40 void (*rgpos)(struct nvkm_head *, u16 *hline, u16 *vline);
|
A D | uhead.c | 69 head->func->rgpos(head, &args->v0.hline, &args->v0.vline); in nvkm_uhead_mthd_scanoutpos()
|
A D | gv100.c | 256 gv100_head_rgpos(struct nvkm_head *head, u16 *hline, u16 *vline) in gv100_head_rgpos() argument 262 *hline = nvkm_rd32(device, 0x616334 + hoff) & 0x0000ffff; in gv100_head_rgpos()
|
A D | nv50.c | 361 nv50_head_rgpos(struct nvkm_head *head, u16 *hline, u16 *vline) in nv50_head_rgpos() argument 368 *hline = nvkm_rd32(device, 0x616344 + hoff) & 0x0000ffff; in nv50_head_rgpos()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvif/ |
A D | if0013.h | 32 __u16 hline; member
|
/linux-6.3-rc2/drivers/gpu/drm/sprd/ |
A D | sprd_dsi.c | 468 u16 hline; in sprd_dsi_dpi_video() local 476 hline = vm->hactive + vm->hsync_len + vm->hfront_porch + in sprd_dsi_dpi_video() 483 byte_cycle = 95 * hline * ratio_x1000 / 100000; in sprd_dsi_dpi_video() 485 byte_cycle = hline * ratio_x1000 / 1000; in sprd_dsi_dpi_video() 499 hs_to = (hline * vm->vactive) + (2 * bpp_x100) / 100; in sprd_dsi_dpi_video()
|
/linux-6.3-rc2/Documentation/fb/ |
A D | udlfb.rst | 7 DisplayLink chips provide simple hline/blit operations with some compression,
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/ |
A D | nouveau_display.c | 107 *hpos = args.hline; in nouveau_display_scanoutpos_head()
|
Completed in 21 milliseconds