Searched refs:v_total_disp (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/kernel/efb/src/
H A Defb_drv.c627 uint32_t h_total_disp, uint32_t v_total_disp)
635 v2 = (v_total_disp & CRTC_V_TOTAL_DISP__CRTC_V_DISP_MASK) >>
650 uint32_t v_total_disp; local
669 v_total_disp = regr(CRTC_V_TOTAL_DISP);
671 size_compute(efb_priv, 0, h_total_disp, v_total_disp);
686 v_total_disp = regr(CRTC2_V_TOTAL_DISP);
688 size_compute(efb_priv, 1, h_total_disp, v_total_disp);
626 size_compute(efb_private_t *efb_priv, int stream, uint32_t h_total_disp, uint32_t v_total_disp) argument

Completed in 11 milliseconds