Searched refs:pipeconf (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_crt.c | 287 uint32_t pipeconf = INREG(pipeconf_reg); local in function:i830_crt_detect_load 288 OUTREG(pipeconf_reg, pipeconf | PIPECONF_FORCE_BORDER); 293 OUTREG(pipeconf_reg, pipeconf);
|
| H A D | i830_tv.c | 888 int pipeconf = INREG(pipeconf_reg); local in function:i830_tv_restore 901 OUTREG(pipeconf_reg, pipeconf & ~PIPEACONF_ENABLE); 911 OUTREG(pipeconf_reg, pipeconf); 1283 int pipeconf = INREG(pipeconf_reg); local in function:i830_tv_mode_set 1298 OUTREG(pipeconf_reg, pipeconf & ~PIPEACONF_ENABLE); 1319 OUTREG(pipeconf_reg, pipeconf);
|
| H A D | i830_display.c | 1520 uint32_t dpll = 0, fp = 0, dspcntr, pipeconf, lvds_bits = 0; local in function:i830_crtc_mode_set 1709 pipeconf = INREG(pipeconf_reg); 1719 pipeconf |= PIPEACONF_DOUBLE_WIDE; 1721 pipeconf &= ~PIPEACONF_DOUBLE_WIDE; 1731 pipeconf |= PIPEACONF_ENABLE; 1847 OUTREG(pipeconf_reg, pipeconf); 2024 uint32_t pipeconf = i == 0 ? INREG(PIPEACONF) : local in function:i830DescribeOutputConfiguration 2027 Bool hw_pipe_enable = (pipeconf & PIPEACONF_ENABLE) != 0;
|
Completed in 12 milliseconds