Searched refs:vsync_count (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/ |
H A D | rkisp1-debug.c | 150 unsigned int vsync_count = 0; in rkisp1_debug_input_status_show() local 171 vsync_count++; in rkisp1_debug_input_status_show() 178 seq_printf(m, "vsync: %u, hsync: %u\n", vsync_count, hsync_count); in rkisp1_debug_input_status_show()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/ |
H A D | hdlcd_drv.c | 59 atomic_inc(&hdlcd->vsync_count); in hdlcd_irq() 113 atomic_set(&hdlcd->vsync_count, 0); in hdlcd_load() 203 seq_printf(m, "vsync : %d\n", atomic_read(&hdlcd->vsync_count)); in hdlcd_show_underrun_count()
|
H A D | hdlcd_drv.h | 19 atomic_t vsync_count; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/ |
H A D | hdlcd_drv.h | 17 atomic_t vsync_count; member
|
H A D | hdlcd_drv.c | 56 atomic_set(&hdlcd->vsync_count, 0); in hdlcd_load() 144 atomic_inc(&hdlcd->vsync_count); in hdlcd_irq() 205 seq_printf(m, "vsync : %d\n", atomic_read(&hdlcd->vsync_count)); in hdlcd_show_underrun_count()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | mdfld_dsi_dpi.h | 39 u16 vsync_count; member
|
H A D | mdfld_dsi_dpi.c | 460 dpi_timing->vsync_count = mdfld_dsi_dpi_to_byte_clock_count( in mdfld_dsi_dpi_timing_calculation() 538 dpi_timing.vsync_count & DSI_DPI_TIMING_MASK); in mdfld_dsi_dpi_controller_init() 767 dpi_timing.vsync_count & DSI_DPI_TIMING_MASK); in mdfld_mipi_set_video_timing()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_pingpong.h | 22 u32 vsync_count; member
|
H A D | dpu_crtc.h | 115 * @vsync_count : Running count of received vsync events 148 u32 vsync_count; member
|
H A D | dpu_encoder_phys_cmd.c | 358 * vsync_count is ratio of MDP VSYNC clock frequency to LCD panel in dpu_encoder_phys_cmd_tearcheck_config() 368 tc_cfg.vsync_count = vsync_hz / in dpu_encoder_phys_cmd_tearcheck_config() 395 "tc %d hw_vsync_mode %u vsync_count %u vsync_init_val %u\n", in dpu_encoder_phys_cmd_tearcheck_config() 397 tc_cfg.vsync_count, tc_cfg.vsync_init_val); in dpu_encoder_phys_cmd_tearcheck_config()
|
H A D | dpu_hw_pingpong.c | 107 cfg |= te->vsync_count; in dpu_hw_pp_setup_te_config()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_crtc.h | 129 * @vsync_count : Running count of received vsync events 161 u32 vsync_count; member
|
H A D | dpu_hw_mdss.h | 466 * @vsync_count: Ratio of MDP VSYNC clk freq(Hz) to refresh rate divided 483 u32 vsync_count; member
|
H A D | dpu_encoder_phys_cmd.c | 364 * vsync_count is ratio of MDP VSYNC clock frequency to LCD panel in dpu_encoder_phys_cmd_tearcheck_config() 373 tc_cfg.vsync_count = vsync_hz / in dpu_encoder_phys_cmd_tearcheck_config() 395 "tc hw_vsync_mode %u vsync_count %u vsync_init_val %u\n", in dpu_encoder_phys_cmd_tearcheck_config() 396 tc_cfg.hw_vsync_mode, tc_cfg.vsync_count, in dpu_encoder_phys_cmd_tearcheck_config()
|
H A D | dpu_hw_pingpong.c | 90 cfg |= te->vsync_count; in dpu_hw_pp_enable_te()
|
H A D | dpu_hw_intf.c | 349 cfg |= te->vsync_count; in dpu_hw_intf_enable_te()
|
Completed in 11 milliseconds