Searched refs:pipe_conf (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/ |
D | intelfbhw.c | 1050 u32 *vs, *vb, *vt, *hs, *hb, *ht, *ss, *pipe_conf; in intelfbhw_mode_to_hw() local 1070 pipe_conf = &hw->pipe_b_conf; in intelfbhw_mode_to_hw() 1082 pipe_conf = &hw->pipe_a_conf; in intelfbhw_mode_to_hw() 1266 *pipe_conf &= ~PIPECONF_GAMMA; in intelfbhw_mode_to_hw() 1269 *pipe_conf |= PIPECONF_INTERLACE_W_FIELD_INDICATION; in intelfbhw_mode_to_hw() 1271 *pipe_conf &= ~PIPECONF_INTERLACE_MASK; in intelfbhw_mode_to_hw() 1281 const u32 *dpll, *fp0, *fp1, *pipe_conf; in intelfbhw_program_mode() local 1306 pipe_conf = &hw->pipe_b_conf; in intelfbhw_program_mode() 1330 pipe_conf = &hw->pipe_a_conf; in intelfbhw_program_mode() 1441 OUTREG(pipe_conf_reg, *pipe_conf | PIPECONF_ENABLE); in intelfbhw_program_mode()
|