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

/haiku/src/add-ons/accelerants/neomagic/
H A DSetDisplayMode.c57 bool crt_only = true; local
80 crt_only = false;
109 if (crt_only)
130 nm_crtc_set_timing(target, crt_only);
133 nm_crtc_center(target, crt_only);
135 if (!crt_only) nm_crtc_prg_panel();
/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_proto.h40 status_t nm_crtc_set_timing(display_mode target, bool crt_only);
44 status_t nm_crtc_center(display_mode target, bool crt_only);
H A Dnm_crtc.c90 status_t nm_crtc_set_timing(display_mode target, bool crt_only) argument
115 if (!crt_only)
157 if (crt_only)
612 status_t nm_crtc_center(display_mode target, bool crt_only) argument
630 if (!crt_only)

Completed in 48 milliseconds