Searched refs:hline (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H 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()
|
| H A D | head.h | 40 void (*rgpos)(struct nvkm_head *, u16 *hline, u16 *vline);
|
| H A D | uhead.c | 69 head->func->rgpos(head, &args->v0.hline, &args->v0.vline); in nvkm_uhead_mthd_scanoutpos()
|
| H A D | gv100.c | 257 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 D | nv50.c | 395 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 D | if0013.h | 32 __u16 hline; member
|
| /linux/drivers/gpu/drm/bridge/synopsys/ |
| H A D | dw-mipi-dsi2.c | 455 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 D | udlfb.rst | 7 DisplayLink chips provide simple hline/blit operations with some compression,
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_display.c | 109 *hpos = args.hline; in nouveau_display_scanoutpos_head()
|