Home
last modified time | relevance | path

Searched refs:tv_vscaler_cntl2 (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/radeon/
Dradeon_legacy_tv.c538 uint32_t tv_vscaler_cntl1, tv_vscaler_cntl2; in radeon_legacy_tv_mode_set() local
654 tv_vscaler_cntl2 = RREG32(RADEON_TV_VSCALER_CNTL2) & 0x00fffff0; in radeon_legacy_tv_mode_set()
655 tv_vscaler_cntl2 |= (0x10 << 24) | in radeon_legacy_tv_mode_set()
785 WREG32(RADEON_TV_VSCALER_CNTL2, tv_vscaler_cntl2); in radeon_legacy_tv_mode_set()