Searched refs:max_group_count (Results 1 – 2 of 2) sorted by relevance
96 drm_dp_tunnel_mgr_create(struct drm_device *dev, int max_group_count);238 drm_dp_tunnel_mgr_create(struct drm_device *dev, int max_group_count) in drm_dp_tunnel_mgr_create() argument
1903 drm_dp_tunnel_mgr_create(struct drm_device *dev, int max_group_count) in drm_dp_tunnel_mgr_create() argument1915 mgr->groups = kcalloc(max_group_count, sizeof(*mgr->groups), GFP_KERNEL); in drm_dp_tunnel_mgr_create()1926 for (i = 0; i < max_group_count; i++) { in drm_dp_tunnel_mgr_create()