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