Searched refs:hor_resolution (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c69 uint16_t hor_resolution; member in struct:radeon_tv_mode_constants
517 h_inc = (u16)((int)(const_ptr->hor_resolution * 4096 * NTSC_TV_CLOCK_T) / radeon_legacy_tv_init_restarts()
520 h_inc = (u16)((int)(const_ptr->hor_resolution * 4096 * PAL_TV_CLOCK_T) / radeon_legacy_tv_init_restarts()
628 if (const_ptr->hor_resolution == 1024) radeon_legacy_tv_mode_set()
790 WREG32(RADEON_TV_HDISP, const_ptr->hor_resolution - 1); radeon_legacy_tv_mode_set()
849 *h_total_disp = (((const_ptr->hor_resolution / 8) - 1) << RADEON_CRTC_H_DISP_SHIFT) | radeon_legacy_tv_adjust_crtc_reg()

Completed in 187 milliseconds