Home
last modified time | relevance | path

Searched refs:hblanks (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dnv04.c54 args->v0.hblanks = nv_rd32(priv, 0x680820 + hoff) & 0xffff; in nv04_disp_scanoutpos()
Dgf110.c642 args->v0.hblanks = (blanks & 0x0000ffff); in gf110_disp_main_scanoutpos()
Dnv50.c966 args->v0.hblanks = (blanks & 0x0000ffff); in nv50_disp_main_scanoutpos()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
Dclass.h399 __u16 hblanks; member
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnv50_display.c1121 u32 hactive, hsynce, hbackp, hfrontp, hblanke, hblanks; in nv50_crtc_mode_set() local
1132 hblanks = mode->htotal - hfrontp - 1; in nv50_crtc_mode_set()
1166 evo_data(push, (vblanks << 16) | hblanks); in nv50_crtc_mode_set()
1179 evo_data(push, (vblanks << 16) | hblanks); in nv50_crtc_mode_set()