Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_legacy_tv.c546 uint32_t tv_vscaler_cntl1, tv_vscaler_cntl2; in radeon_legacy_tv_mode_set() local
662 tv_vscaler_cntl2 = RREG32(RADEON_TV_VSCALER_CNTL2) & 0x00fffff0; in radeon_legacy_tv_mode_set()
663 tv_vscaler_cntl2 |= (0x10 << 24) | in radeon_legacy_tv_mode_set()
797 WREG32(RADEON_TV_VSCALER_CNTL2, tv_vscaler_cntl2); in radeon_legacy_tv_mode_set()