Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/
Dtest-drm_dp_mst_helper.c183 in.req_type = DP_ALLOCATE_PAYLOAD; in igt_dp_mst_sideband_msg_req_decode()
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_dp_mst_topology.c347 case DP_ALLOCATE_PAYLOAD: in drm_dp_encode_sideband_req()
467 case DP_ALLOCATE_PAYLOAD: in drm_dp_decode_sideband_req()
617 case DP_ALLOCATE_PAYLOAD: in drm_dp_dump_sideband_msg_req_body()
1049 case DP_ALLOCATE_PAYLOAD: in drm_dp_sideband_parse_reply()
1184 req.req_type = DP_ALLOCATE_PAYLOAD; in build_allocate_payload()
/kernel/linux/linux-5.10/include/drm/
Ddrm_dp_helper.h1129 #define DP_ALLOCATE_PAYLOAD 0x11 macro