Searched refs:tv_master_cntl (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | radeon_legacy_tv.c | 545 uint32_t tv_master_cntl, tv_rgb_cntl, tv_dac_cntl; in radeon_legacy_tv_mode_set() local 560 tv_master_cntl = (RADEON_VIN_ASYNC_RST | in radeon_legacy_tv_mode_set() 566 tv_master_cntl |= RADEON_TVCLK_ALWAYS_ONb; in radeon_legacy_tv_mode_set() 570 tv_master_cntl |= RADEON_RESTART_PHASE_FIX; in radeon_legacy_tv_mode_set() 759 WREG32(RADEON_TV_MASTER_CNTL, (tv_master_cntl | RADEON_TV_ASYNC_RST | in radeon_legacy_tv_mode_set() 804 WREG32(RADEON_TV_MASTER_CNTL, (tv_master_cntl | RADEON_TV_ASYNC_RST | in radeon_legacy_tv_mode_set() 813 WREG32(RADEON_TV_MASTER_CNTL, (tv_master_cntl | RADEON_TV_ASYNC_RST)); in radeon_legacy_tv_mode_set() 827 WREG32(RADEON_TV_MASTER_CNTL, tv_master_cntl); in radeon_legacy_tv_mode_set()
|
D | radeon_legacy_encoders.c | 1038 uint32_t tv_master_cntl = 0; in radeon_legacy_tv_dac_dpms() local 1048 tv_master_cntl = RREG32(RADEON_TV_MASTER_CNTL); in radeon_legacy_tv_dac_dpms() 1060 tv_master_cntl |= RADEON_TV_ON; in radeon_legacy_tv_dac_dpms() 1085 tv_master_cntl &= ~RADEON_TV_ON; in radeon_legacy_tv_dac_dpms() 1109 WREG32(RADEON_TV_MASTER_CNTL, tv_master_cntl); in radeon_legacy_tv_dac_dpms() 1377 uint32_t config_cntl, tv_pre_dac_mux_cntl, tv_master_cntl, tmp; in radeon_legacy_tv_detect() local 1384 tv_master_cntl = RREG32(RADEON_TV_MASTER_CNTL); in radeon_legacy_tv_detect() 1392 tmp = tv_master_cntl | RADEON_TV_ON; in radeon_legacy_tv_detect() 1430 WREG32(RADEON_TV_MASTER_CNTL, tv_master_cntl); in radeon_legacy_tv_detect()
|