Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology_internal.h18 int drm_dp_decode_sideband_req(const struct drm_dp_sideband_msg_tx *raw,
H A Ddrm_dp_mst_topology.c458 drm_dp_decode_sideband_req(const struct drm_dp_sideband_msg_tx *raw, in drm_dp_decode_sideband_req() function
597 EXPORT_SYMBOL_FOR_TESTS_ONLY(drm_dp_decode_sideband_req);
705 ret = drm_dp_decode_sideband_req(txmsg, &req); in drm_dp_mst_dump_sideband_msg_tx()
/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_dp_mst_helper_test.c383 KUNIT_EXPECT_GE_MSG(test, drm_dp_decode_sideband_req(txmsg, out), 0, in drm_test_dp_mst_sideband_msg_req_decode()