Searched refs:crtc_more_cntl (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_legacy_crtc.c | 62 u32 scale, inc, crtc_more_cntl; in radeon_legacy_rmx_mode_set() local 75 crtc_more_cntl = 0; in radeon_legacy_rmx_mode_set() 80 crtc_more_cntl |= RADEON_CRTC_H_CUTOFF_ACTIVE_EN; in radeon_legacy_rmx_mode_set() 160 crtc_more_cntl |= (RADEON_CRTC_AUTO_HORZ_CENTER_EN | in radeon_legacy_rmx_mode_set() 205 WREG32(RADEON_CRTC_MORE_CNTL, crtc_more_cntl); in radeon_legacy_rmx_mode_set()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_legacy_crtc.c | 62 u32 scale, inc, crtc_more_cntl; in radeon_legacy_rmx_mode_set() local 75 crtc_more_cntl = 0; in radeon_legacy_rmx_mode_set() 80 crtc_more_cntl |= RADEON_CRTC_H_CUTOFF_ACTIVE_EN; in radeon_legacy_rmx_mode_set() 160 crtc_more_cntl |= (RADEON_CRTC_AUTO_HORZ_CENTER_EN | in radeon_legacy_rmx_mode_set() 205 WREG32(RADEON_CRTC_MORE_CNTL, crtc_more_cntl); in radeon_legacy_rmx_mode_set()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | radeon_base.c | 1315 save->crtc_more_cntl = INREG(CRTC_MORE_CNTL); in radeon_save_state() 1482 OUTREG(CRTC_MORE_CNTL, mode->crtc_more_cntl); in radeon_write_mode() 1736 newmode->crtc_more_cntl = rinfo->init_state.crtc_more_cntl; in radeonfb_set_par() 1737 newmode->crtc_more_cntl &= 0xfffffff0; in radeonfb_set_par()
|
H A D | radeonfb.h | 196 u32 crtc_more_cntl; member
|
H A D | radeon_pm.c | 1250 u32 crtcGenCntl, crtcGenCntl2, memRefreshCntl, crtc_more_cntl, in radeon_pm_full_reset_sdram() local 1256 crtc_more_cntl = INREG( CRTC_MORE_CNTL); in radeon_pm_full_reset_sdram() 1429 OUTREG( CRTC_MORE_CNTL, crtc_more_cntl); in radeon_pm_full_reset_sdram()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | radeon_base.c | 1316 save->crtc_more_cntl = INREG(CRTC_MORE_CNTL); in radeon_save_state() 1483 OUTREG(CRTC_MORE_CNTL, mode->crtc_more_cntl); in radeon_write_mode() 1737 newmode->crtc_more_cntl = rinfo->init_state.crtc_more_cntl; in radeonfb_set_par() 1738 newmode->crtc_more_cntl &= 0xfffffff0; in radeonfb_set_par()
|
H A D | radeonfb.h | 196 u32 crtc_more_cntl; member
|
H A D | radeon_pm.c | 1249 u32 crtcGenCntl, crtcGenCntl2, memRefreshCntl, crtc_more_cntl, in radeon_pm_full_reset_sdram() local 1255 crtc_more_cntl = INREG( CRTC_MORE_CNTL); in radeon_pm_full_reset_sdram() 1428 OUTREG( CRTC_MORE_CNTL, crtc_more_cntl); in radeon_pm_full_reset_sdram()
|
Completed in 16 milliseconds