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

/linux-master/drivers/gpu/drm/arm/
H A Dhdlcd_drv.h19 atomic_t vsync_count; member in struct:hdlcd_drm_private
H A Dhdlcd_drv.c59 atomic_inc(&hdlcd->vsync_count);
113 atomic_set(&hdlcd->vsync_count, 0);
203 seq_printf(m, "vsync : %d\n", atomic_read(&hdlcd->vsync_count));
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-debug.c154 unsigned int vsync_count = 0; local
175 vsync_count++;
182 seq_printf(m, "vsync: %u, hsync: %u\n", vsync_count, hsync_count);
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.h129 * @vsync_count : Running count of received vsync events
161 u32 vsync_count; member in struct:dpu_crtc
H A Ddpu_hw_mdss.h476 * @vsync_count: Ratio of MDP VSYNC clk freq(Hz) to refresh rate divided
493 u32 vsync_count; member in struct:dpu_hw_tear_check
H A Ddpu_encoder_phys_cmd.c363 * vsync_count is ratio of MDP VSYNC clock frequency to LCD panel
372 tc_cfg.vsync_count = vsync_hz /
394 "tc hw_vsync_mode %u vsync_count %u vsync_init_val %u\n",
395 tc_cfg.hw_vsync_mode, tc_cfg.vsync_count,
H A Ddpu_hw_pingpong.c92 cfg |= te->vsync_count;
H A Ddpu_hw_intf.c351 cfg |= te->vsync_count;

Completed in 156 milliseconds