Lines Matching refs:pipeconf
593 u32 dpll = 0, dspcntr, pipeconf; in cdv_intel_crtc_mode_set() local
700 pipeconf = REG_READ(map->conf); in cdv_intel_crtc_mode_set()
702 pipeconf &= ~(PIPE_BPC_MASK); in cdv_intel_crtc_mode_set()
706 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
709 pipeconf |= PIPE_6BPC; in cdv_intel_crtc_mode_set()
712 pipeconf |= PIPE_10BPC; in cdv_intel_crtc_mode_set()
715 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
721 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
723 pipeconf |= PIPE_6BPC; in cdv_intel_crtc_mode_set()
725 pipeconf |= PIPE_8BPC; in cdv_intel_crtc_mode_set()
736 pipeconf |= PIPEACONF_ENABLE; in cdv_intel_crtc_mode_set()
819 REG_WRITE(map->conf, pipeconf); in cdv_intel_crtc_mode_set()