Lines Matching refs:wm_output_map
445 struct vfe_line *line = &vfe->line[vfe->wm_output_map[wm]];
455 if (vfe->wm_output_map[wm] == VFE_LINE_NONE) {
460 output = &vfe->line[vfe->wm_output_map[wm]].output;
667 vfe->wm_output_map[line->id] = line->id;
718 for (i = 0; i < ARRAY_SIZE(vfe->wm_output_map); i++)
719 vfe->wm_output_map[i] = VFE_LINE_NONE;
727 for (i = 0; i < ARRAY_SIZE(vfe->wm_output_map); i++) {
728 if (vfe->wm_output_map[i] == VFE_LINE_NONE) {
729 vfe->wm_output_map[i] = line_id;
740 if (wm >= ARRAY_SIZE(vfe->wm_output_map))
743 vfe->wm_output_map[wm] = VFE_LINE_NONE;
856 for (i = 0; i < ARRAY_SIZE(vfe->wm_output_map); i++)
857 if (vfe->wm_output_map[i] == VFE_LINE_PIX) {