Lines Matching refs:pipeconf
583 u32 dpll = 0, dspcntr, pipeconf; in cdv_intel_crtc_mode_set() local
678 pipeconf = REG_READ(map->conf); in cdv_intel_crtc_mode_set()
680 pipeconf &= ~(PIPE_BPC_MASK); in cdv_intel_crtc_mode_set()
684 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
687 pipeconf |= PIPE_6BPC; in cdv_intel_crtc_mode_set()
690 pipeconf |= PIPE_10BPC; in cdv_intel_crtc_mode_set()
693 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
699 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
701 pipeconf |= PIPE_6BPC; in cdv_intel_crtc_mode_set()
703 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
714 pipeconf |= PIPEACONF_ENABLE; in cdv_intel_crtc_mode_set()
797 REG_WRITE(map->conf, pipeconf); in cdv_intel_crtc_mode_set()