Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dartist.c322 unsigned int hbp_times_vi, horizBackPorch; in artist_get_cursor_pos() local
339 hbp_times_vi = horizBackPorch * videoInterleave; in artist_get_cursor_pos()
341 *x = ((xHi + pipelineDelay) * videoInterleave) - hbp_times_vi; in artist_get_cursor_pos()
344 *x += ((xLo - hbp_times_vi) & (videoInterleave - 1)) + 8 - 1; in artist_get_cursor_pos()