Lines Matching refs:pipeconf
591 u32 dpll = 0, dspcntr, pipeconf; in cdv_intel_crtc_mode_set() local
698 pipeconf = REG_READ(map->conf); in cdv_intel_crtc_mode_set()
700 pipeconf &= ~(PIPE_BPC_MASK); in cdv_intel_crtc_mode_set()
704 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
707 pipeconf |= PIPE_6BPC; in cdv_intel_crtc_mode_set()
710 pipeconf |= PIPE_10BPC; in cdv_intel_crtc_mode_set()
713 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
719 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
721 pipeconf |= PIPE_6BPC; in cdv_intel_crtc_mode_set()
723 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
734 pipeconf |= PIPEACONF_ENABLE; in cdv_intel_crtc_mode_set()
817 REG_WRITE(map->conf, pipeconf); in cdv_intel_crtc_mode_set()