Lines Matching defs:vbt
723 if (is_edp(intel_dp) && dev_priv->vbt.edp_bpp)
724 bpp = min(bpp, dev_priv->vbt.edp_bpp);
2814 if (!dev_priv->vbt.child_dev_num)
2817 for (i = 0; i < dev_priv->vbt.child_dev_num; i++) {
2818 p_child = dev_priv->vbt.child_dev + i;
2852 struct edp_power_seq cur, vbt, spec, final;
2896 vbt = dev_priv->vbt.edp_pps;
2905 * based in the hw (so we need to add 100 ms). But the sw vbt
2910 DRM_DEBUG_KMS("vbt t1_t3 %d t8 %d t9 %d t10 %d t11_t12 %d\n",
2911 vbt.t1_t3, vbt.t8, vbt.t9, vbt.t10, vbt.t11_t12);
2913 /* Use the max of the register settings and vbt. If both are
2915 #define assign_final(field) final.field = (max(cur.field, vbt.field) == 0 ? \
2917 max(cur.field, vbt.field))
3061 if (!fixed_mode && dev_priv->vbt.lfp_lvds_vbt_mode) {
3063 dev_priv->vbt.lfp_lvds_vbt_mode);