Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
A Dradeon_legacy_tv.c72 uint16_t hor_resolution; member
510 h_inc = (u16)((int)(const_ptr->hor_resolution * 4096 * NTSC_TV_CLOCK_T) / in radeon_legacy_tv_init_restarts()
513 h_inc = (u16)((int)(const_ptr->hor_resolution * 4096 * PAL_TV_CLOCK_T) / in radeon_legacy_tv_init_restarts()
621 if (const_ptr->hor_resolution == 1024) in radeon_legacy_tv_mode_set()
777 WREG32(RADEON_TV_HDISP, const_ptr->hor_resolution - 1); in radeon_legacy_tv_mode_set()
836 *h_total_disp = (((const_ptr->hor_resolution / 8) - 1) << RADEON_CRTC_H_DISP_SHIFT) | in radeon_legacy_tv_adjust_crtc_reg()

Completed in 4 milliseconds