Home
last modified time | relevance | path

Searched refs:hline (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/disp/
A Dnv04.c44 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 Dhead.h40 void (*rgpos)(struct nvkm_head *, u16 *hline, u16 *vline);
A Duhead.c69 head->func->rgpos(head, &args->v0.hline, &args->v0.vline); in nvkm_uhead_mthd_scanoutpos()
A Dgv100.c256 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 Dnv50.c361 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 Dif0013.h32 __u16 hline; member
/linux-6.3-rc2/drivers/gpu/drm/sprd/
A Dsprd_dsi.c468 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 Dudlfb.rst7 DisplayLink chips provide simple hline/blit operations with some compression,
/linux-6.3-rc2/drivers/gpu/drm/nouveau/
A Dnouveau_display.c107 *hpos = args.hline; in nouveau_display_scanoutpos_head()

Completed in 21 milliseconds