Home
last modified time | relevance | path

Searched refs:drm_dp_sideband_msg_hdr (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_dp_mst_helper.h147 struct drm_dp_sideband_msg_hdr { struct
224 struct drm_dp_sideband_msg_hdr initial_hdr;
/dragonfly/sys/dev/drm/
H A Ddrm_dp_mst_topology.c137 static inline u8 drm_dp_calc_sb_hdr_size(struct drm_dp_sideband_msg_hdr *hdr) in drm_dp_calc_sb_hdr_size()
144 static void drm_dp_encode_sideband_msg_hdr(struct drm_dp_sideband_msg_hdr *hdr, in drm_dp_encode_sideband_msg_hdr()
163 static bool drm_dp_decode_sideband_msg_hdr(struct drm_dp_sideband_msg_hdr *hdr, in drm_dp_decode_sideband_msg_hdr()
334 struct drm_dp_sideband_msg_hdr recv_hdr; in drm_dp_sideband_msg_build()
357 memcpy(&msg->initial_hdr, &recv_hdr, sizeof(struct drm_dp_sideband_msg_hdr)); in drm_dp_sideband_msg_build()
1447 static int set_hdr_from_dst_qlock(struct drm_dp_sideband_msg_hdr *hdr, in set_hdr_from_dst_qlock()
1491 struct drm_dp_sideband_msg_hdr hdr; in process_single_tx_qlock()
1495 memset(&hdr, 0, sizeof(struct drm_dp_sideband_msg_hdr)); in process_single_tx_qlock()