Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_dp_mst_topology_internal.h16 drm_dp_encode_sideband_req(const struct drm_dp_sideband_msg_req_body *req,
H A Ddrm_dp_mst_topology.c331 drm_dp_encode_sideband_req(const struct drm_dp_sideband_msg_req_body *req, in drm_dp_encode_sideband_req() function
450 EXPORT_SYMBOL_FOR_TESTS_ONLY(drm_dp_encode_sideband_req);
1143 drm_dp_encode_sideband_req(&req, msg); in build_dpcd_write()
1151 drm_dp_encode_sideband_req(&req, msg); in build_link_address()
1159 drm_dp_encode_sideband_req(&req, msg); in build_clear_payload_id_table()
1170 drm_dp_encode_sideband_req(&req, msg); in build_enum_path_resources()
1191 drm_dp_encode_sideband_req(&req, msg); in build_allocate_payload()
1206 drm_dp_encode_sideband_req(&req, msg); in build_power_updown_phy()
1225 drm_dp_encode_sideband_req(&req, msg); in build_query_stream_enc_status()
2765 drm_dp_encode_sideband_req(&req, msg); in build_dpcd_read()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/
H A Dtest-drm_dp_mst_helper.c128 drm_dp_encode_sideband_req(in, &txmsg); in sideband_msg_req_encode_decode()