Searched refs:to_dp_mst_topology_state (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/drm/display/
H A Ddrm_dp_mst_helper.h521 #define to_dp_mst_topology_state(x) container_of(x, struct drm_dp_mst_topology_state, base) macro
974 *old_state = to_dp_mst_topology_state(objs_state->old_state);
976 *new_state = to_dp_mst_topology_state(objs_state->new_state);
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c5081 to_dp_mst_topology_state(obj->state);
5124 to_dp_mst_topology_state(state);
5600 return to_dp_mst_topology_state(drm_atomic_get_private_obj_state(state, &mgr->base));
5625 return old_priv_state ? to_dp_mst_topology_state(old_priv_state) : NULL;
5650 return new_priv_state ? to_dp_mst_topology_state(new_priv_state) : NULL;

Completed in 212 milliseconds