Searched refs:current_mode (Results 26 - 50 of 53) sorted by relevance

123

/haiku/src/add-ons/accelerants/virtio/
H A Daccelerant.cpp52 gInfo->current_mode = UINT16_MAX;
/haiku/src/add-ons/accelerants/3dfx/
H A Dmode.cpp270 GetDisplayMode(display_mode* current_mode) argument
272 *current_mode = gInfo.sharedInfo->displayMode; // return current display mode
H A Daccelerant.h74 status_t GetDisplayMode(display_mode* current_mode);
/haiku/src/add-ons/accelerants/intel_810/
H A Dmode.cpp267 GetDisplayMode(display_mode* current_mode) argument
269 *current_mode = gInfo.sharedInfo->displayMode; // current display mode
/haiku/src/add-ons/accelerants/intel_extreme/
H A Doverlay.cpp210 switch (gInfo->shared_info->current_mode.space) {
593 if (right > sharedInfo.current_mode.timing.h_display)
594 right = sharedInfo.current_mode.timing.h_display;
595 if (bottom > sharedInfo.current_mode.timing.v_display)
596 bottom = sharedInfo.current_mode.timing.v_display;
H A Dmode.cpp134 display_mode &mode = sharedInfo.current_mode;
377 if (intel_allocate_memory(sharedInfo.current_mode.virtual_height
513 sharedInfo.current_mode = target;
533 *_currentMode = gInfo->shared_info->current_mode;
535 // This seems unreliable. We should always know the current_mode
774 display_mode &mode = sharedInfo.current_mode;
/haiku/src/add-ons/accelerants/radeon/
H A Dgeneric.h24 status_t GET_DISPLAY_MODE(display_mode *current_mode);
/haiku/src/add-ons/accelerants/skeleton/
H A Dbe_driver_proto.h26 status_t GET_DISPLAY_MODE(display_mode *current_mode);
/haiku/src/add-ons/accelerants/via/
H A Dbe_driver_proto.h26 status_t GET_DISPLAY_MODE(display_mode *current_mode);
/haiku/src/add-ons/accelerants/neomagic/
H A Dbe_driver_proto.h24 status_t GET_DISPLAY_MODE(display_mode *current_mode);
/haiku/src/add-ons/accelerants/nvidia/
H A Dbe_driver_proto.h26 status_t GET_DISPLAY_MODE(display_mode *current_mode);
/haiku/src/add-ons/kernel/drivers/graphics/virtio/
H A Dvirtio_gpu.cpp457 sharedInfo.current_mode.virtual_width = info->displayWidth;
458 sharedInfo.current_mode.virtual_height = info->displayHeight;
459 sharedInfo.current_mode.space = B_RGB32;
624 sharedInfo.current_mode.virtual_width = info->displayWidth;
625 sharedInfo.current_mode.virtual_height = info->displayHeight;
626 sharedInfo.current_mode.space = B_RGB32;
/haiku/src/add-ons/accelerants/ati/
H A Dmode.cpp358 GetDisplayMode(display_mode* current_mode) argument
360 *current_mode = gInfo.sharedInfo->displayMode; // return current display mode
H A Daccelerant.h106 status_t GetDisplayMode(display_mode* current_mode);
/haiku/src/add-ons/accelerants/s3/
H A Dmode.cpp435 GetDisplayMode(display_mode* current_mode) argument
437 *current_mode = gInfo.sharedInfo->displayMode; // return current display mode
H A Daccel.h98 status_t GetDisplayMode(display_mode* current_mode);
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_82542.c338 hw->fc.current_mode = hw->fc.requested_mode;
341 hw->fc.current_mode);
H A De1000_hw.h919 enum e1000_fc_mode current_mode; /* FC mode in effect */ member in struct:e1000_fc_info
H A De1000_phy.c1576 switch (hw->fc.current_mode) {
2033 hw->fc.current_mode = e1000_fc_none;
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_phy.c406 switch (hw->fc.current_mode) {
601 hw->fc.current_mode = igc_fc_none;
H A Digc_hw.h504 enum igc_fc_mode current_mode; /* FC mode in effect */ member in struct:igc_fc_info
/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Dpatch.cpp453 info.shared_info->current_mode.virtual_width = modeInfo.width;
454 info.shared_info->current_mode.virtual_height = modeInfo.height;
455 info.shared_info->current_mode.space = get_color_space_for_depth(
/haiku/src/add-ons/accelerants/radeon_hd/
H A Dmode.cpp272 *_currentMode = gInfo->shared_info->current_mode;
H A Ddisplay.cpp897 gInfo->shared_info->current_mode = *mode;
/haiku/headers/private/graphics/intel_extreme/
H A Dintel_extreme.h423 display_mode current_mode; // pretty much a hack until per-display modes member in struct:intel_shared_info

Completed in 213 milliseconds

123