HomeSort by: relevance | last modified time | path
    Searched refs:to_dp_mst_topology_state (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_dp_mst_helper.h 506 #define to_dp_mst_topology_state(x) container_of(x, struct drm_dp_mst_topology_state, base) macro
859 *old_state = to_dp_mst_topology_state(objs_state->old_state);
861 *new_state = to_dp_mst_topology_state(objs_state->new_state);
  /src/sys/external/bsd/drm2/dist/drm/
drm_dp_mst_topology.c 4772 to_dp_mst_topology_state(obj->state);
4812 to_dp_mst_topology_state(state);
5105 return to_dp_mst_topology_state(drm_atomic_get_private_obj_state(state, &mgr->base));

Completed in 55 milliseconds