Home
last modified time | relevance | path

Searched refs:hline (Results 1 – 9 of 9) 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
48 *hline = (data & 0xffff0000) >> 16; 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
263 *hline = nvkm_rd32(device, 0x616334 + 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
402 *hline = nvkm_rd32(device, 0x616344 + hoff) & 0x0000ffff; in nv50_head_rgpos()
/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dif0013.h32 __u16 hline; member
/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi2.c455 u32 hline, hsa, hbp, hact; in dw_mipi_dsi2_ipi_set() local
476 hline = mode->htotal; in dw_mipi_dsi2_ipi_set()
494 tmp = hline * phy_hs_clk; in dw_mipi_dsi2_ipi_set()
/linux/Documentation/fb/
H A Dudlfb.rst7 DisplayLink chips provide simple hline/blit operations with some compression,
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c109 *hpos = args.hline; in nouveau_display_scanoutpos_head()