Searched refs:vcpis (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_dp_mst_topology.c | 4391 list_for_each_entry(pos, &topology_state->vcpis, next) { in drm_dp_atomic_find_vcpi_slots() 4436 list_add(&vcpi->next, &topology_state->vcpis); in drm_dp_atomic_find_vcpi_slots() 4483 list_for_each_entry(pos, &topology_state->vcpis, next) { in drm_dp_atomic_release_vcpi_slots() 5023 INIT_LIST_HEAD(&state->vcpis); in drm_dp_mst_duplicate_state() 5025 list_for_each_entry(pos, &old_state->vcpis, next) { in drm_dp_mst_duplicate_state() 5035 list_add(&vcpi->next, &state->vcpis); in drm_dp_mst_duplicate_state() 5041 list_for_each_entry_safe(pos, vcpi, &state->vcpis, next) { in drm_dp_mst_duplicate_state() 5057 list_for_each_entry_safe(pos, tmp, &mst_state->vcpis, next) { in drm_dp_mst_destroy_state() 5098 list_for_each_entry(vcpi, &state->vcpis, next) { in drm_dp_mst_atomic_check_mstb_bw_limit() 5141 list_for_each_entry(vcpi, &state->vcpis, nex in drm_dp_mst_atomic_check_port_bw_limit() [all...] |
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_dp_mst_helper.h | 555 struct list_head vcpis; member
|
Completed in 8 milliseconds