Home
last modified time | relevance | path

Searched refs:dss_feat_get_num_mgrs (Results 1 – 5 of 5) sorted by relevance

/drivers/video/omap2/dss/
Dapply.c261 const int num_mgrs = dss_feat_get_num_mgrs(); in need_isr()
365 const int num_mgrs = dss_feat_get_num_mgrs(); in extra_info_update_ongoing()
829 const int num_mgrs = dss_feat_get_num_mgrs(); in dss_register_vsync_isr()
848 const int num_mgrs = dss_feat_get_num_mgrs(); in dss_unregister_vsync_isr()
867 const int num_mgrs = dss_feat_get_num_mgrs(); in dss_apply_irq_handler()
Dmanager.c43 num_managers = dss_feat_get_num_mgrs(); in dss_init_overlay_managers()
Ddss_features.c838 int dss_feat_get_num_mgrs(void) in dss_feat_get_num_mgrs() function
842 EXPORT_SYMBOL(dss_feat_get_num_mgrs);
Ddispc.c277 for (i = 0; i < dss_feat_get_num_mgrs(); i++) { in dispc_save_context()
392 for (i = 0; i < dss_feat_get_num_mgrs(); i++) { in dispc_restore_context()
3231 for (i = 0; i < dss_feat_get_num_mgrs(); i++) { in dispc_dump_regs()
/drivers/gpu/drm/omapdrm/
Domap_drv.c97 int num_mgrs = dss_feat_get_num_mgrs(); in omap_modeset_init()