Searched refs:drm_dp_encode_sideband_req (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/display/ |
D | drm_dp_mst_topology_internal.h | 16 drm_dp_encode_sideband_req(const struct drm_dp_sideband_msg_req_body *req,
|
D | drm_dp_mst_topology.c | 332 drm_dp_encode_sideband_req(const struct drm_dp_sideband_msg_req_body *req, in drm_dp_encode_sideband_req() function 451 EXPORT_SYMBOL_FOR_TESTS_ONLY(drm_dp_encode_sideband_req); 1151 drm_dp_encode_sideband_req(&req, msg); in build_dpcd_write() 1159 drm_dp_encode_sideband_req(&req, msg); in build_link_address() 1167 drm_dp_encode_sideband_req(&req, msg); in build_clear_payload_id_table() 1178 drm_dp_encode_sideband_req(&req, msg); in build_enum_path_resources() 1199 drm_dp_encode_sideband_req(&req, msg); in build_allocate_payload() 1214 drm_dp_encode_sideband_req(&req, msg); in build_power_updown_phy() 1233 drm_dp_encode_sideband_req(&req, msg); in build_query_stream_enc_status() 2717 drm_dp_encode_sideband_req(&req, msg); in build_dpcd_read() [all …]
|
/Linux-v6.6/drivers/gpu/drm/tests/ |
D | drm_dp_mst_helper_test.c | 382 drm_dp_encode_sideband_req(in, txmsg); in drm_test_dp_mst_sideband_msg_req_decode()
|