Lines Matching refs:pipeconf
581 u32 dpll = 0, dspcntr, pipeconf; in cdv_intel_crtc_mode_set() local
688 pipeconf = REG_READ(map->conf); in cdv_intel_crtc_mode_set()
690 pipeconf &= ~(PIPE_BPC_MASK); in cdv_intel_crtc_mode_set()
694 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
697 pipeconf |= PIPE_6BPC; in cdv_intel_crtc_mode_set()
700 pipeconf |= PIPE_10BPC; in cdv_intel_crtc_mode_set()
703 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
709 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
711 pipeconf |= PIPE_6BPC; in cdv_intel_crtc_mode_set()
713 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
724 pipeconf |= PIPEACONF_ENABLE; in cdv_intel_crtc_mode_set()
807 REG_WRITE(map->conf, pipeconf); in cdv_intel_crtc_mode_set()