Lines Matching refs:pipeconf
584 u32 dpll = 0, dspcntr, pipeconf; in cdv_intel_crtc_mode_set() local
684 pipeconf = REG_READ(map->conf); in cdv_intel_crtc_mode_set()
686 pipeconf &= ~(PIPE_BPC_MASK); in cdv_intel_crtc_mode_set()
690 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
693 pipeconf |= PIPE_6BPC; in cdv_intel_crtc_mode_set()
696 pipeconf |= PIPE_10BPC; in cdv_intel_crtc_mode_set()
699 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
705 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
707 pipeconf |= PIPE_6BPC; in cdv_intel_crtc_mode_set()
709 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
720 pipeconf |= PIPEACONF_ENABLE; in cdv_intel_crtc_mode_set()
803 REG_WRITE(map->conf, pipeconf); in cdv_intel_crtc_mode_set()