Lines Matching defs:feature
428 struct bdb_driver_feature *feature;
432 printf("No Driver feature data block\n");
435 feature = block->data;
437 printf("Driver feature Data Block:\n");
438 printf("\tBoot Device Algorithm: %s\n", feature->boot_dev_algorithm ?
441 YESNO(feature->block_display_switch));
443 YESNO(feature->allow_display_switch));
444 printf("\tHot Plug DVO: %s\n", YESNO(feature->hotplug_dvo));
445 printf("\tDual View Zoom: %s\n", YESNO(feature->dual_view_zoom));
446 printf("\tDriver INT 15h hook: %s\n", YESNO(feature->int15h_hook));
447 printf("\tEnable Sprite in Clone Mode: %s\n", YESNO(feature->sprite_in_clone));
448 printf("\tUse 00000110h ID for Primary LFP: %s\n", YESNO(feature->primary_lfp_id));
449 printf("\tBoot Mode X: %u\n", feature->boot_mode_x);
450 printf("\tBoot Mode Y: %u\n", feature->boot_mode_y);
451 printf("\tBoot Mode Bpp: %u\n", feature->boot_mode_bpp);
452 printf("\tBoot Mode Refresh: %u\n", feature->boot_mode_refresh);
453 printf("\tEnable LFP as primary: %s\n", YESNO(feature->enable_lfp_primary));
454 printf("\tSelective Mode Pruning: %s\n", YESNO(feature->selective_mode_pruning));
455 printf("\tDual-Frequency Graphics Technology: %s\n", YESNO(feature->dual_frequency));
456 printf("\tDefault Render Clock Frequency: %s\n", feature->render_clock_freq ? "low" : "high");
457 printf("\tNT 4.0 Dual Display Clone Support: %s\n", YESNO(feature->nt_clone_support));
458 printf("\tDefault Power Scheme user interface: %s\n", feature->power_scheme_ui ? "3rd party":"CUI");
460 feature->sprite_display_assign ? "primary" : "secondary");
461 printf("\tDisplay Maintain Aspect Scaling via CUI: %s\n", YESNO(feature->cui_aspect_scaling));
462 printf("\tPreserve Aspect Ratio: %s\n", YESNO(feature->preserve_aspect_ratio));
463 printf("\tEnable SDVO device power down: %s\n", YESNO(feature->sdvo_device_power_down));
464 printf("\tCRT hotplug: %s\n", YESNO(feature->crt_hotplug));
466 switch (feature->lvds_config) {
480 printf("\tDefine Display statically: %s\n", YESNO(feature->static_display));
481 printf("\tLegacy CRT max X: %d\n", feature->legacy_crt_max_x);
482 printf("\tLegacy CRT max Y: %d\n", feature->legacy_crt_max_y);
483 printf("\tLegacy CRT max refresh: %d\n", feature->legacy_crt_max_refresh);