Lines Matching full:general
303 struct bdb_general_features *general; in parse_general_features() local
305 /* Set sensible defaults in case we can't find the general block */ in parse_general_features()
309 general = find_section(bdb, BDB_GENERAL_FEATURES); in parse_general_features()
310 if (general) { in parse_general_features()
311 dev_priv->int_tv_support = general->int_tv_support; in parse_general_features()
312 dev_priv->int_crt_support = general->int_crt_support; in parse_general_features()
313 dev_priv->lvds_use_ssc = general->enable_ssc; in parse_general_features()
317 = general->ssc_freq ? 100 : 96; in parse_general_features()
334 DRM_DEBUG_KMS("No general definition block is found, unable to construct sdvo mapping.\n"); in parse_sdvo_device_mapping()
338 * If the child device size obtained from general definition block in parse_sdvo_device_mapping()
347 /* get the block size of general definitions */ in parse_sdvo_device_mapping()
447 DRM_DEBUG_KMS("No general definition block is found, no devices defined.\n"); in parse_device_mapping()
451 * If the child device size obtained from general definition block in parse_device_mapping()
460 /* get the block size of general definitions */ in parse_device_mapping()
561 /* Grab useful general dxefinitions */ in psb_intel_init_bios()