drm_dp_mst_topology.c | 4190 struct drm_dp_mst_topology_state *topology_state; local in function:drm_dp_atomic_find_vcpi_slots 4194 topology_state = drm_atomic_get_mst_topology_state(state, mgr); 4195 if (IS_ERR(topology_state)) 4196 return PTR_ERR(topology_state); 4199 list_for_each_entry(pos, &topology_state->vcpis, next) { 4244 list_add(&vcpi->next, &topology_state->vcpis); 4283 struct drm_dp_mst_topology_state *topology_state; local in function:drm_dp_atomic_release_vcpi_slots 4287 topology_state = drm_atomic_get_mst_topology_state(state, mgr); 4288 if (IS_ERR(topology_state)) 4289 return PTR_ERR(topology_state); [all...] |