Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c4757 uint32_t hpo_dp_recycle_map = 0; in dc_get_cur_link_res_map() local
4770 hpo_dp_recycle_map |= (1 << i); in dc_get_cur_link_res_map()
4772 *map |= (hpo_dp_recycle_map << LINK_RES_HPO_DP_REC_MAP__SHIFT); in dc_get_cur_link_res_map()
4799 uint32_t hpo_dp_recycle_map = (*map & LINK_RES_HPO_DP_REC_MAP__MASK) in dc_restore_link_res_map() local
4806 if ((hpo_dp_recycle_map & (1 << i)) == 0) { in dc_restore_link_res_map()
4820 if ((hpo_dp_recycle_map & (1 << i)) != 0) { in dc_restore_link_res_map()