Lines Matching refs:pipeconf
583 u32 dpll = 0, dspcntr, pipeconf; in cdv_intel_crtc_mode_set() local
683 pipeconf = REG_READ(map->conf); in cdv_intel_crtc_mode_set()
685 pipeconf &= ~(PIPE_BPC_MASK); in cdv_intel_crtc_mode_set()
689 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
692 pipeconf |= PIPE_6BPC; in cdv_intel_crtc_mode_set()
695 pipeconf |= PIPE_10BPC; in cdv_intel_crtc_mode_set()
698 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
704 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
706 pipeconf |= PIPE_6BPC; in cdv_intel_crtc_mode_set()
708 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
719 pipeconf |= PIPEACONF_ENABLE; in cdv_intel_crtc_mode_set()
802 REG_WRITE(map->conf, pipeconf); in cdv_intel_crtc_mode_set()