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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp_vsync.c249 mfd->vsync_width_boundary = vmalloc(mfd->panel_info.xres * 4);
294 if (mfd->vsync_width_boundary)
295 vfree(mfd->vsync_width_boundary);
H A Dmsm_fb.h117 __u32 *vsync_width_boundary; member in struct:msm_fb_data_type
H A Dmdp_dma.c301 mfd->vsync_width_boundary[mdp_last_dma2_update_width] =
304 mfd->vsync_width_boundary[mdp_last_dma2_update_width] =
308 if (mfd->vsync_width_boundary[mdp_last_dma2_update_width] >
H A Dmsm_fb.c304 if (mfd->vsync_width_boundary)
305 vfree(mfd->vsync_width_boundary);

Completed in 118 milliseconds