Searched refs:sync_width (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | ps3gpu.h | 59 u64 ioif_offset, u64 sync_width, u64 pitch) in lv1_gpu_fb_blit() argument 63 ddr_offset, ioif_offset, sync_width, in lv1_gpu_fb_blit()
|
| /OK3568_Linux_fs/u-boot/drivers/video/tegra124/ |
| H A D | display.c | 67 &disp_ctrl->disp.sync_width); in update_display_mode() 169 dc_reg_ctx[i++] = readl(&disp_ctrl->disp.sync_width); in tegra_dc_sor_disable_win_short_raster() 171 &disp_ctrl->disp.sync_width); in tegra_dc_sor_disable_win_short_raster() 205 writel(dc_reg_ctx[i++], &disp_ctrl->disp.sync_width); in tegra_dc_sor_restore_win_and_raster()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mediatek/ |
| H A D | mtk_dpi.c | 99 u32 sync_width; member 145 sync->sync_width << HPW, HPW_MASK); in mtk_dpi_config_hsync() 157 sync->sync_width << VSYNC_WIDTH_SHIFT, in mtk_dpi_config_vsync() 452 hsync.sync_width = vm.hsync_len; in mtk_dpi_set_display_mode() 456 vsync_lodd.sync_width = vm.vsync_len; in mtk_dpi_set_display_mode()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/ |
| H A D | nvp6158_video_eq.c | 501 unsigned int sync_width = 0; in __nvp6158_get_sync_width() local 519 sync_width = gpio_i2c_read(nvp6158_iic_addr[devnum], 0xC4)&0x0F; in __nvp6158_get_sync_width() 520 sync_width <<=8; in __nvp6158_get_sync_width() 521 sync_width |= gpio_i2c_read(nvp6158_iic_addr[devnum], 0xC5); in __nvp6158_get_sync_width() 522 sync_width = sync_width & 0x0FFF; in __nvp6158_get_sync_width() 523 printk(">>>>> DRV[%s:%d] CH:%d, sync_width:0x%x\n", __func__, __LINE__, ch, sync_width ); in __nvp6158_get_sync_width() 525 return sync_width; in __nvp6158_get_sync_width() 534 unsigned int sync_width; in nvp6158_video_input_cable_measure_way() local 540 sync_width = __nvp6158_get_sync_width(ch, devnum); in nvp6158_video_input_cable_measure_way() 543 __func__, __LINE__, ch, acc_gain, acc_gain, y_slope, y_slope, sync_width, sync_width ); in nvp6158_video_input_cable_measure_way()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_panel.c | 253 u32 border, sync_pos, blank_width, sync_width; in centre_horizontally() local 256 sync_width = adjusted_mode->crtc_hsync_end - adjusted_mode->crtc_hsync_start; in centre_horizontally() 258 sync_pos = (blank_width - sync_width + 1) / 2; in centre_horizontally() 268 adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_start + sync_width; in centre_horizontally() 275 u32 border, sync_pos, blank_width, sync_width; in centre_vertically() local 278 sync_width = adjusted_mode->crtc_vsync_end - adjusted_mode->crtc_vsync_start; in centre_vertically() 280 sync_pos = (blank_width - sync_width + 1) / 2; in centre_vertically() 289 adjusted_mode->crtc_vsync_end = adjusted_mode->crtc_vsync_start + sync_width; in centre_vertically()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/ |
| H A D | dc.h | 185 uint sync_width; /* _DISP_SYNC_WIDTH_0 */ member
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | tegra.c | 111 writel(dt->hsync_len.typ | dt->vsync_len.typ << 16, &disp->sync_width); in update_display_mode()
|