Home
last modified time | relevance | path

Searched defs:blanks (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Drootgf119.c40 const u32 blanks = nvkm_rd32(device, 0x640420 + (head * 0x300)); in gf119_disp_root_scanoutpos() local
Drootnv50.c39 const u32 blanks = nvkm_rd32(device, 0x610af4 + (head * 0x540)); in nv50_disp_root_scanoutpos() local
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_display.c81 calc(int blanks, int blanke, int total, int line) in calc()