Home
last modified time | relevance | path

Searched refs:drm_dp_encode_sideband_req (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/
Ddrm_dp_mst_topology_internal.h16 drm_dp_encode_sideband_req(const struct drm_dp_sideband_msg_req_body *req,
Ddrm_dp_mst_topology.c328 drm_dp_encode_sideband_req(const struct drm_dp_sideband_msg_req_body *req, in drm_dp_encode_sideband_req() function
447 EXPORT_SYMBOL_FOR_TESTS_ONLY(drm_dp_encode_sideband_req);
1140 drm_dp_encode_sideband_req(&req, msg); in build_dpcd_write()
1148 drm_dp_encode_sideband_req(&req, msg); in build_link_address()
1156 drm_dp_encode_sideband_req(&req, msg); in build_clear_payload_id_table()
1166 drm_dp_encode_sideband_req(&req, msg); in build_enum_path_resources()
1187 drm_dp_encode_sideband_req(&req, msg); in build_allocate_payload()
1202 drm_dp_encode_sideband_req(&req, msg); in build_power_updown_phy()
1221 drm_dp_encode_sideband_req(&req, msg); in build_query_stream_enc_status()
2783 drm_dp_encode_sideband_req(&req, msg); in build_dpcd_read()
[all …]
/Linux-v5.10/drivers/gpu/drm/selftests/
Dtest-drm_dp_mst_helper.c128 drm_dp_encode_sideband_req(in, &txmsg); in sideband_msg_req_encode_decode()