Home | History | Annotate | Download | only in hwc

Lines Matching full:avoid_mode_change

76     __u8 avoid_mode_change;             /* use HDMI mode used for mirroring if possible */
902 score = (score << 1) | (i == ~ext->mirror_mode && ext->avoid_mode_change);
1739 property_get("persist.hwc.avoid_mode_change", value, "1");
1740 ext->avoid_mode_change = atoi(value) > 0;