Home
last modified time | relevance | path

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

/linux-6.15/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.c463 EXPORT_SYMBOL_FOR_TESTS_ONLY(drm_dp_encode_sideband_req);
1163 drm_dp_encode_sideband_req(&req, msg); in build_dpcd_write()
1171 drm_dp_encode_sideband_req(&req, msg); in build_link_address()
1179 drm_dp_encode_sideband_req(&req, msg); in build_clear_payload_id_table()
1190 drm_dp_encode_sideband_req(&req, msg); in build_enum_path_resources()
1211 drm_dp_encode_sideband_req(&req, msg); in build_allocate_payload()
1226 drm_dp_encode_sideband_req(&req, msg); in build_power_updown_phy()
1245 drm_dp_encode_sideband_req(&req, msg); in build_query_stream_enc_status()
2730 drm_dp_encode_sideband_req(&req, msg); in build_dpcd_read()
5855 drm_dp_encode_sideband_req(&msg, txmsg); in drm_dp_mst_i2c_read()
[all …]
/linux-6.15/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()