Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Drootnv04.c60 args->v0.hblanke = args->v0.htotal - 1; in nv04_disp_scanoutpos()
Drootgf119.c51 args->v0.hblanke = (blanke & 0x0000ffff); in gf119_disp_root_scanoutpos()
Drootnv50.c51 args->v0.hblanke = (blanke & 0x0000ffff); in nv50_disp_root_scanoutpos()
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/
Dclass.h475 __u16 hblanke; member
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnv50_display.c1140 u32 hactive, hsynce, hbackp, hfrontp, hblanke, hblanks; in nv50_crtc_mode_set() local
1149 hblanke = hsynce + hbackp; in nv50_crtc_mode_set()
1184 evo_data(push, (vblanke << 16) | hblanke); in nv50_crtc_mode_set()
1197 evo_data(push, (vblanke << 16) | hblanke); in nv50_crtc_mode_set()