Home
last modified time | relevance | path

Searched refs:blanke (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_display.c81 calc(int blanks, int blanke, int total, int line) in calc() argument
83 if (blanke >= blanks) { in calc()
89 line -= blanke + 1; in calc()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dgf110.c629 const u32 blanke = nv_rd32(priv, 0x64041c + (head * 0x300)); in gf110_disp_main_scanoutpos() local
639 args->v0.vblanke = (blanke & 0xffff0000) >> 16; in gf110_disp_main_scanoutpos()
640 args->v0.hblanke = (blanke & 0x0000ffff); in gf110_disp_main_scanoutpos()
Dnv50.c952 const u32 blanke = nv_rd32(priv, 0x610aec + (head * 0x540)); in nv50_disp_main_scanoutpos() local
963 args->v0.vblanke = (blanke & 0xffff0000) >> 16; in nv50_disp_main_scanoutpos()
964 args->v0.hblanke = (blanke & 0x0000ffff); in nv50_disp_main_scanoutpos()