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

/haiku-fatelf/src/add-ons/accelerants/nvidia_gpgpu/engine/
H A Dnv_crtc.c480 status_t nv_crtc_dpms(bool display, bool h, bool v, bool do_panel) argument
502 if (do_panel && si->ps.tmds1_active)
550 if (do_panel && si->ps.tmds1_active)
H A Dnv_crtc2.c480 status_t nv_crtc2_dpms(bool display, bool h, bool v, bool do_panel) argument
502 if (do_panel && si->ps.tmds2_active)
549 if (do_panel && si->ps.tmds2_active)
/haiku-fatelf/src/add-ons/accelerants/nvidia/engine/
H A Dnv_crtc.c601 status_t nv_crtc_dpms(bool display, bool h, bool v, bool do_panel) argument
623 if (do_panel && (si->ps.monitors & CRTC1_TMDS))
671 if (do_panel && (si->ps.monitors & CRTC1_TMDS))
H A Dnv_crtc2.c584 status_t nv_crtc2_dpms(bool display, bool h, bool v, bool do_panel) argument
606 if (do_panel && (si->ps.monitors & CRTC2_TMDS))
653 if (do_panel && (si->ps.monitors & CRTC2_TMDS))

Completed in 41 milliseconds