Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnv50_display.c1121 u32 hactive, hsynce, hbackp, hfrontp, hblanke, hblanks; in nv50_crtc_mode_set() local
1128 hsynce = mode->hsync_end - mode->hsync_start - 1; in nv50_crtc_mode_set()
1130 hblanke = hsynce + hbackp; in nv50_crtc_mode_set()
1164 evo_data(push, ( vsynce << 16) | hsynce); in nv50_crtc_mode_set()
1177 evo_data(push, ( vsynce << 16) | hsynce); in nv50_crtc_mode_set()