HomeSort by: relevance | last modified time | path
    Searched refs:link_index (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_hdcp.h 60 unsigned int link_index,
65 void hdcp_reset_display(struct hdcp_workqueue *work, unsigned int link_index);
66 void hdcp_handle_cpirq(struct hdcp_workqueue *work, unsigned int link_index);
amdgpu_dm_hdcp.c 99 unsigned int link_index,
104 struct hdcp_workqueue *hdcp_w = &hdcp_work[link_index];
105 struct mod_hdcp_display *display = &hdcp_work[link_index].display;
106 struct mod_hdcp_link *link = &hdcp_work[link_index].link;
146 unsigned int link_index,
149 struct hdcp_workqueue *hdcp_w = &hdcp_work[link_index];
159 void hdcp_reset_display(struct hdcp_workqueue *hdcp_work, unsigned int link_index)
161 struct hdcp_workqueue *hdcp_w = &hdcp_work[link_index];
175 void hdcp_handle_cpirq(struct hdcp_workqueue *hdcp_work, unsigned int link_index)
177 struct hdcp_workqueue *hdcp_w = &hdcp_work[link_index];
320 int link_index = aconnector->dc_link->link_index; local in function:update_config
    [all...]
amdgpu_dm.h 442 int link_index);
amdgpu_dm.c 148 uint32_t link_index);
151 uint32_t link_index,
155 uint32_t link_index);
1930 hdcp_reset_display(adev->dm.hdcp_workqueue, aconnector->dc_link->link_index);
5647 int link_index)
5658 aconnector->connector_id = link_index;
5779 int link_index,
5792 snprintf(i2c->base.name, sizeof(i2c->base.name), "AMDGPU DM i2c hw bus %d", link_index);
5795 i2c->ddc_service->ddc_pin->hw_info.ddc_channel = link_index;
5807 uint32_t link_index,
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_link.h 78 unsigned int link_index; member in struct:dc_link
158 static inline struct dc_link *dc_get_link_at_index(struct dc *dc, uint32_t link_index)
160 return dc->links[link_index];
312 uint32_t link_index,
dc.h 1066 struct dc *dc, uint32_t link_index);
  /src/sys/dev/acpi/
acpi_pci_link.c 133 int link_index; member in struct:link_res_request
217 KASSERT(req->link_index < req->sc->pl_num_links);
218 link = &req->sc->pl_links[req->link_index];
220 req->link_index++;
295 KASSERT(req->link_index < req->sc->pl_num_links);
296 link = &req->sc->pl_links[req->link_index];
301 req->link_index++;
478 rreq.link_index = 0;
496 rreq.link_index = 0;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
core_types.h 64 uint32_t link_index; /* this is mapped to DAL display_index member in struct:link_init_data
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link.c 870 link->link_index);
1042 link->link_index);
1061 link->link_index, sink,
1266 link->link_index = init_params->link_index;
3026 pipe_ctx->stream->link->link_index,
amdgpu_dc.c 184 link_init_params.link_index = dc->link_count;
221 link->link_index = dc->link_count;
2558 uint32_t link_index,
2562 struct dc_link *link = dc->links[link_index];
amdgpu_dc_stream.c 677 stream->link->link_index);
amdgpu_dc_link_dp.c 2827 __func__, link->link_index);
2859 __func__, link->link_index);
4028 link->link_index,

Completed in 27 milliseconds