Home
last modified time | relevance | path

Searched refs:link_index (Results 1 – 25 of 35) sorted by relevance

12

/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_dpia_bw.c68 DC_LOG_DEBUG("reset usb4 bw alloc of link(%d)\n", link->link_index); in reset_bw_alloc_struct()
175 if (idx > dc_struct->links[i]->link_index) { in get_lowest_dpia_index()
176 idx = dc_struct->links[i]->link_index; in get_lowest_dpia_index()
204 hr_index_temp = (dc->links[i]->link_index - lowest_dpia_index) / 2; in get_host_router_total_dp_tunnel_bw()
247 __func__, link->link_index); in dpia_bw_alloc_unplug()
260 __func__, link->link_index); in set_usb4_req_bw_req()
275 __func__, link->link_index); in set_usb4_req_bw_req()
335 __func__, link->link_index); in link_dp_dpia_set_dptx_usb4_bw_alloc_support()
339 __func__, link->link_index); in link_dp_dpia_set_dptx_usb4_bw_alloc_support()
378 __func__, link->link_index); in dpia_handle_bw_alloc_response()
[all …]
H A Dlink_dp_capability.c1247 DC_LOG_DP2("DFP capability extension is read at link %d", link->link_index); in get_active_converter_info()
1382 link->link_index, in dpcd_set_source_specific_data()
1885 DC_LOG_DSC("DSC branch decoder capability is read at link %d", link->link_index); in retrieve_link_cap()
1910 DC_LOG_DSC("Clear DSC SUPPORT for USB4 link(%d) in TBT3 compatibility mode", link->link_index); in retrieve_link_cap()
1919 DC_LOG_DP2("128b/132b encoding is supported at link %d", link->link_index); in retrieve_link_cap()
1933 DC_LOG_DP2("128b/132b supported link rates is read at link %d", link->link_index); in retrieve_link_cap()
1942 DC_LOG_DP2("sink video fallback format is read at link %d", link->link_index); in retrieve_link_cap()
1958 DC_LOG_DP2("FEC CAPABILITY 1 is read at link %d", link->link_index); in retrieve_link_cap()
H A Dlink_dp_training.c1642 __func__, link->link_index, (unsigned int)j + 1, attempts, in perform_link_training_with_retries()
1722 __func__, link->link_index, (unsigned int)j + 1, attempts, in perform_link_training_with_retries()
1728 __func__, link->link_index, (unsigned int)j + 1, attempts, in perform_link_training_with_retries()
1786 __func__, link->link_index, req_bw, link_bw); in perform_link_training_with_retries()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c165 unsigned int link_index, in hdcp_update_display() argument
170 struct hdcp_workqueue *hdcp_w = &hdcp_work[link_index]; in hdcp_update_display()
216 unsigned int link_index, in hdcp_remove_display() argument
219 struct hdcp_workqueue *hdcp_w = &hdcp_work[link_index]; in hdcp_remove_display()
245 void hdcp_reset_display(struct hdcp_workqueue *hdcp_work, unsigned int link_index) in hdcp_reset_display() argument
247 struct hdcp_workqueue *hdcp_w = &hdcp_work[link_index]; in hdcp_reset_display()
266 void hdcp_handle_cpirq(struct hdcp_workqueue *hdcp_work, unsigned int link_index) in hdcp_handle_cpirq() argument
268 struct hdcp_workqueue *hdcp_w = &hdcp_work[link_index]; in hdcp_handle_cpirq()
505 int link_index = aconnector->dc_link->link_index; in update_config() local
506 struct mod_hdcp_display *display = &hdcp_work[link_index].display; in update_config()
[all …]
H A Damdgpu_dm_hdcp.h78 unsigned int link_index,
83 void hdcp_reset_display(struct hdcp_workqueue *work, unsigned int link_index);
84 void hdcp_handle_cpirq(struct hdcp_workqueue *work, unsigned int link_index);
H A Damdgpu_dm_wb.c188 uint32_t link_index) in amdgpu_dm_wb_connector_init() argument
191 struct dc_link *link = dc_get_link_at_index(dc, link_index); in amdgpu_dm_wb_connector_init()
H A Damdgpu_dm_wb.h34 uint32_t link_index);
H A Damdgpu_dm.h945 int link_index);
981 int amdgpu_dm_process_dmub_aux_transfer_sync(struct dc_context *ctx, unsigned int link_index,
984 int amdgpu_dm_process_dmub_set_config_sync(struct dc_context *ctx, unsigned int link_index,
H A Damdgpu_dm_crtc.h48 uint32_t link_index);
H A Damdgpu_dm_mst_types.h66 int link_index);
/linux/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_srv_stat.c74 notify->link_index = cmd.dp_aux_reply.control.instance; in dmub_srv_stat_get_notification()
87 notify->link_index = cmd.dp_hpd_notify.hpd_data.instance; in dmub_srv_stat_get_notification()
92 notify->link_index = cmd.set_config_reply.set_config_reply_control.instance; in dmub_srv_stat_get_notification()
97 notify->link_index = cmd.dpia_notification.payload.header.instance; in dmub_srv_stat_get_notification()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_redirect.c76 int link_index = if_nametoindex(dev); in ping_dev() local
79 if (!ASSERT_GE(link_index, 0, "if_nametoindex")) in ping_dev()
83 snprintf(ip, sizeof(ip), "10.0.0.%d", link_index); in ping_dev()
85 snprintf(ip, sizeof(ip), "20.0.0.%d", link_index); in ping_dev()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dchan.h107 u8 link_index);
109 #define rtw89_mgnt_chan_get(rtwdev, link_index) \ argument
110 __rtw89_mgnt_chan_get(rtwdev, __func__, link_index)
H A Dchan.c304 u8 link_index) in __rtw89_mgnt_chan_get() argument
315 if (unlikely(link_index >= __RTW89_MLD_MAX_LINK_NUM)) { in __rtw89_mgnt_chan_get()
317 link_index, __RTW89_MLD_MAX_LINK_NUM); in __rtw89_mgnt_chan_get()
335 chanctx_idx = mgnt->chanctx_tbl[role_index][link_index]; in __rtw89_mgnt_chan_get()
345 if (link_index == RTW89_ROC_BY_LINK_INDEX) in __rtw89_mgnt_chan_get()
354 __func__, caller_message ?: "", link_index); in __rtw89_mgnt_chan_get()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stat.c67 notify->link_index = in dc_stat_get_dmub_notification()
68 get_link_index_from_dpia_port_index(dc, notify->link_index); in dc_stat_get_dmub_notification()
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_factory.c471 link->link_index = init_params->link_index; in construct_phy()
549 if (link->link_index == 0) in construct_phy()
556 if (link->link_index == 1) in construct_phy()
762 link->link_index = init_params->link_index; in construct_dpia()
H A Dlink_detection.c721 link->link_index); in discover_dp_mst_topology()
742 link->link_index); in link_reset_cur_dp_mst_topology()
1224 link->link_index, sink, in detect_link_and_local_sink()
1304 link->link_index, is_local_sink_detect_success, pre_link_type, link->type); in link_detect()
/linux/kernel/bpf/
H A Dnet_namespace.c66 static int link_index(struct net *net, enum netns_bpf_attach_type type, in link_index() function
125 idx = link_index(net, type, net_link); in bpf_netns_link_release()
191 idx = link_index(net, type, net_link); in bpf_netns_link_update_prog()
/linux/drivers/gpu/drm/amd/display/dc/link/hwss/
H A Dlink_hwss_dpia.c47 status = dc_process_dmub_set_mst_slots(link->dc, link->link_index, in update_dpia_stream_allocation_table()
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pow.h656 uint64_t link_index:11; member
695 uint64_t link_index:11;
766 uint64_t link_index:11; member
783 uint64_t link_index:11;
/linux/drivers/soc/ti/
H A Dknav_qmss.h200 unsigned link_index; member
H A Dknav_qmss_queue.c1040 region->link_index, &region->dma_start, &region->dma_end, in knav_queue_setup_region()
1049 writel_relaxed(region->link_index, &regs->start_index); in knav_queue_setup_region()
1112 &region->link_index); in knav_queue_setup_regions()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
H A Ddcn35_clk_mgr.c262 if (idx > dc_struct->links[i]->link_index) in get_lowest_dpia_index()
263 idx = dc_struct->links[i]->link_index; in get_lowest_dpia_index()
286 if (link->link_index < lowest_dpia_index) in dcn35_notify_host_router_bw()
289 hr_index = (link->link_index - lowest_dpia_index) / 2; in dcn35_notify_host_router_bw()
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_aux.c729 ddc && ddc->link ? ddc->link->link_index : UINT_MAX, in dce_aux_transfer_with_retries()
750 ddc && ddc->link ? ddc->link->link_index : UINT_MAX, in dce_aux_transfer_with_retries()
/linux/drivers/gpu/drm/amd/display/dmub/
H A Ddmub_srv.h559 uint8_t link_index; member

12