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.c552 uint32_t crtc_v_total_disp; in radeon_set_crtc_timing() local
603 crtc_v_total_disp = (((mode->crtc_vtotal - 1) & 0xffff) in radeon_set_crtc_timing()
688 &crtc_h_sync_strt_wid, &crtc_v_total_disp, in radeon_set_crtc_timing()
693 WREG32(RADEON_CRTC_V_TOTAL_DISP + radeon_crtc->crtc_offset, crtc_v_total_disp); in radeon_set_crtc_timing()
/drivers/video/aty/
Dradeonfb.h188 u32 crtc_v_total_disp; member
Dradeon_base.c1216 save->crtc_v_total_disp = INREG(CRTC_V_TOTAL_DISP); in radeon_save_state()
1383 OUTREG(CRTC_V_TOTAL_DISP, mode->crtc_v_total_disp); in radeon_write_mode()
1663 newmode->crtc_v_total_disp = ((vTotal - 1) & 0xffff) | in radeonfb_set_par()
1717 newmode->crtc_v_total_disp, newmode->crtc_v_sync_strt_wid); in radeonfb_set_par()