Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Dradeon_legacy_crtc.c551 uint32_t crtc_h_sync_strt_wid; in radeon_set_crtc_timing() local
596 crtc_h_sync_strt_wid = ((hsync_start & 0x1fff) in radeon_set_crtc_timing()
647 WREG32(RADEON_FP_H2_SYNC_STRT_WID, crtc_h_sync_strt_wid); in radeon_set_crtc_timing()
688 &crtc_h_sync_strt_wid, &crtc_v_total_disp, in radeon_set_crtc_timing()
692 WREG32(RADEON_CRTC_H_SYNC_STRT_WID + radeon_crtc->crtc_offset, crtc_h_sync_strt_wid); in radeon_set_crtc_timing()
/drivers/video/aty/
Dradeonfb.h187 u32 crtc_h_sync_strt_wid; member
Dradeon_base.c1215 save->crtc_h_sync_strt_wid = INREG(CRTC_H_SYNC_STRT_WID); in radeon_save_state()
1382 OUTREG(CRTC_H_SYNC_STRT_WID, mode->crtc_h_sync_strt_wid); in radeon_write_mode()
1660 newmode->crtc_h_sync_strt_wid = ((hsync_start & 0x1fff) | in radeonfb_set_par()
1715 newmode->crtc_h_total_disp, newmode->crtc_h_sync_strt_wid); in radeonfb_set_par()