Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology_internal.h18 drm_dp_encode_sideband_req(const struct drm_dp_sideband_msg_req_body *req,
H A Ddrm_dp_mst_topology.c345 drm_dp_encode_sideband_req(const struct drm_dp_sideband_msg_req_body *req, in drm_dp_encode_sideband_req() function
464 EXPORT_SYMBOL_FOR_TESTS_ONLY(drm_dp_encode_sideband_req);
1164 drm_dp_encode_sideband_req(&req, msg); in build_dpcd_write()
1172 drm_dp_encode_sideband_req(&req, msg); in build_link_address()
1180 drm_dp_encode_sideband_req(&req, msg); in build_clear_payload_id_table()
1191 drm_dp_encode_sideband_req(&req, msg); in build_enum_path_resources()
1212 drm_dp_encode_sideband_req(&req, msg); in build_allocate_payload()
1227 drm_dp_encode_sideband_req(&req, msg); in build_power_updown_phy()
1246 drm_dp_encode_sideband_req(&req, msg); in build_query_stream_enc_status()
2727 drm_dp_encode_sideband_req(&req, msg); in build_dpcd_read()
[all …]
/linux/drivers/gpu/drm/tests/
H A Ddrm_dp_mst_helper_test.c526 drm_dp_encode_sideband_req(in, txmsg); in drm_test_dp_mst_sideband_msg_req_decode()