Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_legacy_crtc.c61 u32 fp_h_sync_strt_wid, fp_crtc_h_total_disp; in radeon_legacy_rmx_mode_set() local
81 fp_crtc_h_total_disp = ((((mode->crtc_htotal / 8) - 1) & 0x3ff) in radeon_legacy_rmx_mode_set()
164 fp_crtc_h_total_disp = (((blank_width) & 0x3ff) in radeon_legacy_rmx_mode_set()
206 WREG32(RADEON_FP_CRTC_H_TOTAL_DISP, fp_crtc_h_total_disp); in radeon_legacy_rmx_mode_set()