Lines Matching defs:general
350 struct bdb_general_features *general;
352 general = find_section(bdb, BDB_GENERAL_FEATURES);
353 if (general) {
354 dev_priv->vbt.int_tv_support = general->int_tv_support;
355 dev_priv->vbt.int_crt_support = general->int_crt_support;
356 dev_priv->vbt.lvds_use_ssc = general->enable_ssc;
358 intel_bios_ssc_frequency(dev, general->ssc_freq);
359 dev_priv->vbt.display_clock_mode = general->display_clock_mode;
360 dev_priv->vbt.fdi_rx_polarity_inverted = general->fdi_rx_polarity_inverted;
377 struct bdb_general_definitions *general;
379 general = find_section(bdb, BDB_GENERAL_DEFINITIONS);
380 if (general) {
381 u16 block_size = get_blocksize(general);
382 if (block_size >= sizeof(*general)) {
383 int bus_pin = general->crt_ddc_gmbus_pin;
406 DRM_DEBUG_KMS("No general definition block is found, unable to construct sdvo mapping.\n");
410 * If the child device size obtained from general definition block
419 /* get the block size of general definitions */
590 DRM_DEBUG_KMS("No general definition block is found, no devices defined.\n");
594 * If the child device size obtained from general definition block
603 /* get the block size of general definitions */
658 /* general features */
727 /* Grab useful general definitions */