Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Dradeon_legacy_crtc.c587 uint32_t crtc_v_total_disp; in radeon_set_crtc_timing() local
638 crtc_v_total_disp = (((mode->crtc_vtotal - 1) & 0xffff) in radeon_set_crtc_timing()
723 &crtc_h_sync_strt_wid, &crtc_v_total_disp, in radeon_set_crtc_timing()
728 WREG32(RADEON_CRTC_V_TOTAL_DISP + radeon_crtc->crtc_offset, crtc_v_total_disp); in radeon_set_crtc_timing()
/drivers/video/fbdev/aty/
Dradeonfb.h189 u32 crtc_v_total_disp; member
Dradeon_base.c1320 save->crtc_v_total_disp = INREG(CRTC_V_TOTAL_DISP); in radeon_save_state()
1487 OUTREG(CRTC_V_TOTAL_DISP, mode->crtc_v_total_disp); in radeon_write_mode()
1761 newmode->crtc_v_total_disp = ((vTotal - 1) & 0xffff) | in radeonfb_set_par()
1815 newmode->crtc_v_total_disp, newmode->crtc_v_sync_strt_wid); in radeonfb_set_par()