Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/display/
Ddrm_dp_mst_topology_internal.h18 int drm_dp_decode_sideband_req(const struct drm_dp_sideband_msg_tx *raw,
Ddrm_dp_mst_topology.c455 drm_dp_decode_sideband_req(const struct drm_dp_sideband_msg_tx *raw, in drm_dp_decode_sideband_req() function
594 EXPORT_SYMBOL_FOR_TESTS_ONLY(drm_dp_decode_sideband_req);
702 ret = drm_dp_decode_sideband_req(txmsg, &req); in drm_dp_mst_dump_sideband_msg_tx()
/Linux-v6.1/drivers/gpu/drm/tests/
Ddrm_dp_mst_helper_test.c141 ret = drm_dp_decode_sideband_req(txmsg, out); in sideband_msg_req_encode_decode()