Lines Matching full:general
304 struct bdb_general_features *general; in parse_general_features() local
306 /* Set sensible defaults in case we can't find the general block */ in parse_general_features()
310 general = find_section(bdb, BDB_GENERAL_FEATURES); in parse_general_features()
311 if (general) { in parse_general_features()
312 dev_priv->int_tv_support = general->int_tv_support; in parse_general_features()
313 dev_priv->int_crt_support = general->int_crt_support; in parse_general_features()
314 dev_priv->lvds_use_ssc = general->enable_ssc; in parse_general_features()
318 = general->ssc_freq ? 100 : 96; in parse_general_features()
335 DRM_DEBUG_KMS("No general definition block is found, unable to construct sdvo mapping.\n"); in parse_sdvo_device_mapping()
339 * If the child device size obtained from general definition block in parse_sdvo_device_mapping()
348 /* get the block size of general definitions */ in parse_sdvo_device_mapping()
448 DRM_DEBUG_KMS("No general definition block is found, no devices defined.\n"); in parse_device_mapping()
452 * If the child device size obtained from general definition block in parse_device_mapping()
461 /* get the block size of general definitions */ in parse_device_mapping()
562 /* Grab useful general dxefinitions */ in psb_intel_init_bios()