Searched refs:crtc_ext_cntl (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | r128_output.c | 244 save->crtc_ext_cntl |= R128_CRTC_CRT_ON; 282 save->crtc_ext_cntl &= ~(R128_CRTC_CRT_ON);
|
| H A D | r128.h | 187 uint32_t crtc_ext_cntl; member in struct:__anona5d7874c0208
|
| H A D | r128_crtc.c | 108 save->crtc_ext_cntl |= R128_VGA_ATI_LINEAR | R128_XCRT_CNT_EN; 260 OUTREGP(R128_CRTC_EXT_CNTL, restore->crtc_ext_cntl,
|
| H A D | r128_driver.c | 2361 save->crtc_ext_cntl = INREG(R128_CRTC_EXT_CNTL);
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | legacy_output.c | 965 save->crtc_ext_cntl |= RADEON_CRTC_CRT_ON; 1075 save->crtc_ext_cntl &= ~RADEON_CRTC_CRT_ON; 1696 uint32_t vclk_ecp_cntl, crtc_ext_cntl; local in function:radeon_detect_primary_dac 1702 crtc_ext_cntl = INREG(RADEON_CRTC_EXT_CNTL); 1711 tmp = crtc_ext_cntl | RADEON_CRTC_CRT_ON; 1752 OUTREG(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl);
|
| H A D | legacy_crtc.c | 152 restore->crtc_ext_cntl, 536 save->crtc_ext_cntl = INREG(RADEON_CRTC_EXT_CNTL); 558 if (save->crtc_ext_cntl & RADEON_CRTC_DISPLAY_DIS) 921 save->crtc_ext_cntl |= (RADEON_XCRT_CNT_EN|
|
| H A D | radeon_probe.h | 590 uint32_t crtc_ext_cntl; member in struct:__anon297917400b08
|
| H A D | radeon_bios.c | 273 uint32_t crtc_ext_cntl = INREG(RADEON_CRTC_EXT_CNTL); local in function:radeon_read_disabled_bios 300 OUTREG(RADEON_CRTC_EXT_CNTL, ((crtc_ext_cntl & ~RADEON_CRTC_CRT_ON) | 316 OUTREG(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl);
|
| H A D | radeon_driver.c | 4093 uint32_t crtc_ext_cntl, crtc_gen_cntl, crtc2_gen_cntl=0, ov0_scale_cntl; local in function:RADEONRestoreMemMapRegisters 4113 crtc_ext_cntl = INREG(RADEON_CRTC_EXT_CNTL); 4114 OUTREG(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl | RADEON_CRTC_DISPLAY_DIS);
|
Completed in 25 milliseconds