Searched refs:crtc_gen_cntl (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | mach64_ct.c | 284 u32 crtc_gen_cntl, lcd_gen_cntrl; in aty_set_pll_ct() local 309 crtc_gen_cntl = aty_ld_le32(CRTC_GEN_CNTL, par); in aty_set_pll_ct() 310 if (!(crtc_gen_cntl & CRTC_EXT_DISP_EN)) in aty_set_pll_ct() 311 aty_st_le32(CRTC_GEN_CNTL, crtc_gen_cntl | CRTC_EXT_DISP_EN, par); in aty_set_pll_ct() 345 if (!(crtc_gen_cntl & CRTC_EXT_DISP_EN)) in aty_set_pll_ct() 346 aty_st_le32(CRTC_GEN_CNTL, crtc_gen_cntl, par); in aty_set_pll_ct()
|
H A D | radeonfb.h | 184 u32 crtc_gen_cntl; member
|
H A D | radeon_base.c | 1313 save->crtc_gen_cntl = INREG(CRTC_GEN_CNTL); in radeon_save_state() 1479 OUTREG(CRTC_GEN_CNTL, mode->crtc_gen_cntl); in radeon_write_mode() 1732 newmode->crtc_gen_cntl = CRTC_EXT_DISP_EN | CRTC_EN | in radeonfb_set_par() 1744 newmode->crtc_gen_cntl &= ~(CRTC_DBL_SCAN_EN | in radeonfb_set_par()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | mach64_ct.c | 282 u32 crtc_gen_cntl; in aty_set_pll_ct() local 310 crtc_gen_cntl = aty_ld_le32(CRTC_GEN_CNTL, par); in aty_set_pll_ct() 311 if (!(crtc_gen_cntl & CRTC_EXT_DISP_EN)) in aty_set_pll_ct() 312 aty_st_le32(CRTC_GEN_CNTL, crtc_gen_cntl | CRTC_EXT_DISP_EN, par); in aty_set_pll_ct() 346 if (!(crtc_gen_cntl & CRTC_EXT_DISP_EN)) in aty_set_pll_ct() 347 aty_st_le32(CRTC_GEN_CNTL, crtc_gen_cntl, par); in aty_set_pll_ct()
|
H A D | radeonfb.h | 184 u32 crtc_gen_cntl; member
|
H A D | radeon_base.c | 1314 save->crtc_gen_cntl = INREG(CRTC_GEN_CNTL); in radeon_save_state() 1480 OUTREG(CRTC_GEN_CNTL, mode->crtc_gen_cntl); in radeon_write_mode() 1733 newmode->crtc_gen_cntl = CRTC_EXT_DISP_EN | CRTC_EN | in radeonfb_set_par() 1745 newmode->crtc_gen_cntl &= ~(CRTC_DBL_SCAN_EN | in radeonfb_set_par()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_bios.c | 515 uint32_t crtc_gen_cntl; in legacy_read_disabled_bios() local 527 crtc_gen_cntl = RREG32(RADEON_CRTC_GEN_CNTL); in legacy_read_disabled_bios() 555 ((crtc_gen_cntl & ~RADEON_CRTC_EN) | in legacy_read_disabled_bios() 582 WREG32(RADEON_CRTC_GEN_CNTL, crtc_gen_cntl); in legacy_read_disabled_bios()
|
H A D | radeon_legacy_crtc.c | 684 uint32_t crtc_gen_cntl; in radeon_set_crtc_timing() local 688 crtc_gen_cntl = RREG32(RADEON_CRTC_GEN_CNTL) & 0x00718000; in radeon_set_crtc_timing() 689 crtc_gen_cntl |= (RADEON_CRTC_EXT_DISP_EN in radeon_set_crtc_timing() 704 crtc_gen_cntl |= RADEON_CRTC_EN; in radeon_set_crtc_timing() 716 WREG32(RADEON_CRTC_GEN_CNTL, crtc_gen_cntl); in radeon_set_crtc_timing()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_bios.c | 515 uint32_t crtc_gen_cntl; in legacy_read_disabled_bios() local 527 crtc_gen_cntl = RREG32(RADEON_CRTC_GEN_CNTL); in legacy_read_disabled_bios() 555 ((crtc_gen_cntl & ~RADEON_CRTC_EN) | in legacy_read_disabled_bios() 582 WREG32(RADEON_CRTC_GEN_CNTL, crtc_gen_cntl); in legacy_read_disabled_bios()
|
H A D | radeon_legacy_crtc.c | 684 uint32_t crtc_gen_cntl; in radeon_set_crtc_timing() local 688 crtc_gen_cntl = RREG32(RADEON_CRTC_GEN_CNTL) & 0x00718000; in radeon_set_crtc_timing() 689 crtc_gen_cntl |= (RADEON_CRTC_EXT_DISP_EN in radeon_set_crtc_timing() 704 crtc_gen_cntl |= RADEON_CRTC_EN; in radeon_set_crtc_timing() 716 WREG32(RADEON_CRTC_GEN_CNTL, crtc_gen_cntl); in radeon_set_crtc_timing()
|
Completed in 15 milliseconds