Home
last modified time | relevance | path

Searched refs:payload_allocation_status (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c3298 if (payload->payload_allocation_status == DRM_DP_MST_PAYLOAD_ALLOCATION_REMOTE) { in drm_dp_destroy_payload_at_remote_and_dfp()
3300 payload->payload_allocation_status = DRM_DP_MST_PAYLOAD_ALLOCATION_DFP; in drm_dp_destroy_payload_at_remote_and_dfp()
3303 if (payload->payload_allocation_status == DRM_DP_MST_PAYLOAD_ALLOCATION_DFP) in drm_dp_destroy_payload_at_remote_and_dfp()
3334 payload->payload_allocation_status = DRM_DP_MST_PAYLOAD_ALLOCATION_LOCAL; in drm_dp_add_payload_part1()
3352 payload->payload_allocation_status = DRM_DP_MST_PAYLOAD_ALLOCATION_DFP; in drm_dp_add_payload_part1()
3388 payload->payload_allocation_status = DRM_DP_MST_PAYLOAD_ALLOCATION_LOCAL; in drm_dp_remove_payload_part1()
3424 new_payload->payload_allocation_status = DRM_DP_MST_PAYLOAD_ALLOCATION_NONE; in drm_dp_remove_payload_part2()
3443 if (payload->payload_allocation_status != DRM_DP_MST_PAYLOAD_ALLOCATION_DFP) { in drm_dp_add_payload_part2()
3455 payload->payload_allocation_status = DRM_DP_MST_PAYLOAD_ALLOCATION_REMOTE; in drm_dp_add_payload_part2()
4489 payload->payload_allocation_status = DRM_DP_MST_PAYLOAD_ALLOCATION_NONE; in drm_dp_atomic_find_time_slots()
[all …]
/linux/include/drm/display/
H A Ddrm_dp_mst_helper.h582 enum drm_dp_mst_payload_allocation payload_allocation_status; member