Home
last modified time | relevance | path

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

/NextBSD/sys/dev/drm2/radeon/
HDradeon_legacy_crtc.c560 uint32_t crtc_h_total_disp; in radeon_set_crtc_timing() local
598 crtc_h_total_disp = ((((mode->crtc_htotal / 8) - 1) & 0x3ff) in radeon_set_crtc_timing()
697 radeon_legacy_tv_adjust_crtc_reg(encoder, &crtc_h_total_disp, in radeon_set_crtc_timing()
701 WREG32(RADEON_CRTC_H_TOTAL_DISP + radeon_crtc->crtc_offset, crtc_h_total_disp); in radeon_set_crtc_timing()