Searched refs:min_protection (Results 1 – 1 of 1) sorted by relevance
1101 enum weston_hdcp_protection min_protection; in weston_surface_compute_protection() local1123 min_protection = WESTON_HDCP_DISABLE; in weston_surface_compute_protection()1128 min_protection = output->current_protection; in weston_surface_compute_protection()1131 if (output->current_protection < min_protection) in weston_surface_compute_protection()1132 min_protection = output->current_protection; in weston_surface_compute_protection()1135 min_protection = WESTON_HDCP_DISABLE; in weston_surface_compute_protection()1137 surface->current_protection = min_protection; in weston_surface_compute_protection()