Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/radeon/
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()
/Linux-v4.19/drivers/video/fbdev/aty/
Dradeonfb.h214 u32 fp_crtc_h_total_disp; member
Dradeon_base.c1335 save->fp_crtc_h_total_disp = INREG(FP_CRTC_H_TOTAL_DISP); in radeon_save_state()
1507 OUTREG(FP_CRTC_H_TOTAL_DISP, mode->fp_crtc_h_total_disp); in radeon_write_mode()
1930 newmode->fp_crtc_h_total_disp = (((rinfo->panel_info.hblank / 8) & 0x3ff) | in radeonfb_set_par()