Searched refs:sync_end (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
H A D | dsi.c | 3269 bool sync_end; in dsi_config_vp_sync_events() local 3273 sync_end = true; in dsi_config_vp_sync_events() 3275 sync_end = false; in dsi_config_vp_sync_events() 3282 r = FLD_MOD(r, sync_end, 16, 16); /* VP_VSYNC_END */ in dsi_config_vp_sync_events() 3284 r = FLD_MOD(r, sync_end, 18, 18); /* VP_HSYNC_END */ in dsi_config_vp_sync_events()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dsi.c | 3338 bool sync_end; in dsi_config_vp_sync_events() local 3342 sync_end = true; in dsi_config_vp_sync_events() 3344 sync_end = false; in dsi_config_vp_sync_events() 3351 r = FLD_MOD(r, sync_end, 16, 16); /* VP_VSYNC_END */ in dsi_config_vp_sync_events() 3353 r = FLD_MOD(r, sync_end, 18, 18); /* VP_HSYNC_END */ in dsi_config_vp_sync_events()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dsi.c | 3341 bool sync_end; in dsi_config_vp_sync_events() local 3345 sync_end = true; in dsi_config_vp_sync_events() 3347 sync_end = false; in dsi_config_vp_sync_events() 3354 r = FLD_MOD(r, sync_end, 16, 16); /* VP_VSYNC_END */ in dsi_config_vp_sync_events() 3356 r = FLD_MOD(r, sync_end, 18, 18); /* VP_HSYNC_END */ in dsi_config_vp_sync_events()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/ |
H A D | dsi.c | 2537 bool sync_end; in dsi_config_vp_sync_events() local 2541 sync_end = true; in dsi_config_vp_sync_events() 2543 sync_end = false; in dsi_config_vp_sync_events() 2550 r = FLD_MOD(r, sync_end, 16, 16); /* VP_VSYNC_END */ in dsi_config_vp_sync_events() 2552 r = FLD_MOD(r, sync_end, 18, 18); /* VP_HSYNC_END */ in dsi_config_vp_sync_events()
|
Completed in 36 milliseconds