Searched refs:vcpis (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/ |
| A D | drm_dp_mst_topology.c | 4393 list_for_each_entry(pos, &topology_state->vcpis, next) { in drm_dp_atomic_find_vcpi_slots() 4439 list_add(&vcpi->next, &topology_state->vcpis); in drm_dp_atomic_find_vcpi_slots() 5083 INIT_LIST_HEAD(&state->vcpis); in drm_dp_mst_duplicate_state() 5085 list_for_each_entry(pos, &old_state->vcpis, next) { in drm_dp_mst_duplicate_state() 5095 list_add(&vcpi->next, &state->vcpis); in drm_dp_mst_duplicate_state() 5158 list_for_each_entry(vcpi, &state->vcpis, next) { in drm_dp_mst_atomic_check_mstb_bw_limit() 5200 list_for_each_entry(vcpi, &state->vcpis, next) { in drm_dp_mst_atomic_check_port_bw_limit() 5251 list_for_each_entry(vcpi, &mst_state->vcpis, next) { in drm_dp_mst_atomic_check_vcpi_alloc_limit() 5310 list_for_each_entry(pos, &mst_state->vcpis, next) { in drm_dp_mst_add_affected_dsc_crtcs() 5373 list_for_each_entry(pos, &mst_state->vcpis, next) { in drm_dp_mst_atomic_enable_dsc() [all …]
|
| /linux/include/drm/ |
| A D | drm_dp_mst_helper.h | 555 struct list_head vcpis; member
|
Completed in 15 milliseconds