Searched defs:hsynce (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/nouveau/
H A Dnv50_display.c1083 u32 hactive, hsynce, hbackp, hfrontp, hblanke, hblanks; local
1090 hsynce = mode->hsync_end - mode->hsync_start - 1;
1092 hblanke = hsynce + hbackp;
1126 evo_data(push, ( vsynce << 16) | hsynce);
1139 evo_data(push, ( vsynce << 16) | hsynce);

Completed in 44 milliseconds