Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c176 drm_dp_mst_get_ufp_num_at_lct_from_rad(u8 lct, const u8 *rad) in drm_dp_mst_get_ufp_num_at_lct_from_rad() argument
178 int idx = (lct / 2) - 1; in drm_dp_mst_get_ufp_num_at_lct_from_rad()
179 int shift = (lct % 2) ? 0 : 4; in drm_dp_mst_get_ufp_num_at_lct_from_rad()
183 if (lct == 1) in drm_dp_mst_get_ufp_num_at_lct_from_rad()
192 drm_dp_mst_rad_to_str(const u8 rad[8], u8 lct, char *out, size_t len) in drm_dp_mst_rad_to_str() argument
197 for (i = 0; i < lct; i++) in drm_dp_mst_rad_to_str()
203 return snprintf(out, len, "%*phC", lct, unpacked_rad); in drm_dp_mst_rad_to_str()
278 size += (hdr->lct / 2); in drm_dp_calc_sb_hdr_size()
289 buf[idx++] = ((hdr->lct & 0xf) << 4) | (hdr->lcr & 0xf); in drm_dp_encode_sideband_msg_hdr()
290 for (i = 0; i < (hdr->lct / 2); i++) in drm_dp_encode_sideband_msg_hdr()
[all …]