• Home
  • Raw
  • Download

Lines Matching refs:YESNO

66 #define YESNO(val) ((val) ? "yes" : "no")  macro
161 printf("\tFlexaim: %s\n", YESNO(features->flexaim)); in dump_general_features()
162 printf("\tMessage: %s\n", YESNO(features->msg_enable)); in dump_general_features()
164 printf("\tDVO color flip required: %s\n", YESNO(features->color_flip)); in dump_general_features()
166 printf("\tExternal VBT: %s\n", YESNO(features->download_ext_vbt)); in dump_general_features()
167 printf("\tEnable SSC: %s\n", YESNO(features->enable_ssc)); in dump_general_features()
183 YESNO(features->enable_lfp_on_override)); in dump_general_features()
185 YESNO(features->disable_ssc_ddt)); in dump_general_features()
187 YESNO(features->underscan_vga_timings)); in dump_general_features()
189 printf("\tDynamic CD clock: %s\n", YESNO(features->display_clock_mode)); in dump_general_features()
191 YESNO(features->vbios_hotplug_support)); in dump_general_features()
194 YESNO(features->disable_smooth_vision)); in dump_general_features()
195 printf("\tSingle DVI for CRT/DVI: %s\n", YESNO(features->single_dvi)); in dump_general_features()
197 printf("\tEnable 180 degree rotation: %s\n", YESNO(features->rotate_180)); in dump_general_features()
198 printf("\tInverted FDI Rx polarity: %s\n", YESNO(features->fdi_rx_polarity_inverted)); in dump_general_features()
200 printf("\tExtended VBIOS mode: %s\n", YESNO(features->vbios_extended_mode)); in dump_general_features()
201 printf("\tCopy iLFP DTD to SDVO LVDS DTD: %s\n", YESNO(features->copy_ilfp_dtd_to_sdvo_lvds_dtd)); in dump_general_features()
202 printf("\tBest fit panel timing algorithm: %s\n", YESNO(features->panel_best_fit_timing)); in dump_general_features()
203 printf("\tIgnore strap state: %s\n", YESNO(features->ignore_strap_state)); in dump_general_features()
207 YESNO(features->legacy_monitor_detect)); in dump_general_features()
209 printf("\tIntegrated CRT: %s\n", YESNO(features->int_crt_support)); in dump_general_features()
210 printf("\tIntegrated TV: %s\n", YESNO(features->int_tv_support)); in dump_general_features()
211 printf("\tIntegrated EFP: %s\n", YESNO(features->int_efp_support)); in dump_general_features()
212 printf("\tDP SSC enable: %s\n", YESNO(features->dp_ssc_enable)); in dump_general_features()
224 printf("\tDP SSC dongle supported: %s\n", YESNO(features->dp_ssc_dongle_supported)); in dump_general_features()
444 printf("\t\tEdidless EFP: %s\n", YESNO(child->edidless_efp)); in dump_child_device()
445 printf("\t\tCompression enable: %s\n", YESNO(child->compression_enable)); in dump_child_device()
446 printf("\t\tCompression method CPS: %s\n", YESNO(child->compression_method)); in dump_child_device()
447 printf("\t\tDual pipe ganged eDP: %s\n", YESNO(child->ganged_edp)); in dump_child_device()
467 printf("\t\tEFP routed through dock: %s\n", YESNO(child->efp_routed)); in dump_child_device()
468 printf("\t\tLane reversal: %s\n", YESNO(child->lane_reversal)); in dump_child_device()
469 printf("\t\tOnboard LSPCON: %s\n", YESNO(child->lspcon)); in dump_child_device()
470 printf("\t\tIboost enable: %s\n", YESNO(child->iboost)); in dump_child_device()
471 printf("\t\tHPD sense invert: %s\n", YESNO(child->hpd_invert)); in dump_child_device()
472 printf("\t\tHDMI compatible? %s\n", YESNO(child->hdmi_support)); in dump_child_device()
473 printf("\t\tDP compatible? %s\n", YESNO(child->dp_support)); in dump_child_device()
474 printf("\t\tTMDS compatible? %s\n", YESNO(child->tmds_support)); in dump_child_device()
480 printf("\t\tSDVO stall signal available: %s\n", YESNO(child->sdvo_stall)); in dump_child_device()
482 printf("\t\tIntegrated encoder instead of SDVO: %s\n", YESNO(child->integrated_encoder)); in dump_child_device()
496 printf("\t\tDP USB type C support: %s\n", YESNO(child->dp_usb_type_c)); in dump_child_device()
541 YESNO(defs->dpms_acpi)); in dump_general_definitions()
543 YESNO(defs->skip_boot_crt_detect)); in dump_general_definitions()
544 printf("\tUse DPMS on AIM devices: %s\n", YESNO(defs->dpms_aim)); in dump_general_definitions()
579 printf("\tLVDS EDID available: %s\n", YESNO(options->lvds_edid)); in dump_lvds_options()
580 printf("\tPixel dither: %s\n", YESNO(options->pixel_dither)); in dump_lvds_options()
581 printf("\tPFIT auto ratio: %s\n", YESNO(options->pfit_ratio_auto)); in dump_lvds_options()
583 YESNO(options->pfit_gfx_mode_enhanced)); in dump_lvds_options()
585 YESNO(options->pfit_text_mode_enhanced)); in dump_lvds_options()
687 YESNO(feature->block_display_switch)); in dump_driver_feature()
689 YESNO(feature->allow_display_switch)); in dump_driver_feature()
690 printf("\tHot Plug DVO: %s\n", YESNO(feature->hotplug_dvo)); in dump_driver_feature()
691 printf("\tDual View Zoom: %s\n", YESNO(feature->dual_view_zoom)); in dump_driver_feature()
692 printf("\tDriver INT 15h hook: %s\n", YESNO(feature->int15h_hook)); in dump_driver_feature()
694 YESNO(feature->sprite_in_clone)); in dump_driver_feature()
696 YESNO(feature->primary_lfp_id)); in dump_driver_feature()
702 YESNO(feature->enable_lfp_primary)); in dump_driver_feature()
704 YESNO(feature->selective_mode_pruning)); in dump_driver_feature()
706 YESNO(feature->dual_frequency)); in dump_driver_feature()
710 YESNO(feature->nt_clone_support)); in dump_driver_feature()
717 YESNO(feature->cui_aspect_scaling)); in dump_driver_feature()
719 YESNO(feature->preserve_aspect_ratio)); in dump_driver_feature()
721 YESNO(feature->sdvo_device_power_down)); in dump_driver_feature()
722 printf("\tCRT hotplug: %s\n", YESNO(feature->crt_hotplug)); in dump_driver_feature()
739 YESNO(feature->static_display)); in dump_driver_feature()
744 printf("\tEnable DRRS: %s\n", YESNO(feature->drrs_enabled)); in dump_driver_feature()
745 printf("\tEnable PSR: %s\n", YESNO(feature->psr_enabled)); in dump_driver_feature()
852 printf("\t\tStereo 3D feature: %s\n", YESNO(val)); in dump_edp()
857 printf("\t\tT3 optimization: %s\n", YESNO(val)); in dump_edp()
879 printf("\t\tFast link training: %s\n", YESNO(val)); in dump_edp()
884 printf("\t\tDPCD 600h write required: %s\n", YESNO(val)); in dump_edp()
898 printf("\t\tFull link params provided: %s\n", YESNO(val)); in dump_edp()
962 printf("\t\tFull link: %s\n", YESNO(psr->full_link)); in dump_psr()
963 printf("\t\tRequire AUX to wakeup: %s\n", YESNO(psr->require_aux_to_wakeup)); in dump_psr()