Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddccg.h145 int phy_inst,
151 int phy_inst,
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.h42 void dcn35_physymclk_root_clock_control(struct dce_hwseq *hws, unsigned int phy_inst, bool clock_on…
H A Ddcn35_hwseq.c497 void dcn35_physymclk_root_clock_control(struct dce_hwseq *hws, unsigned int phy_inst, bool clock_on) in dcn35_physymclk_root_clock_control() argument
504 hws->ctx->dc->res_pool->dccg, phy_inst, clock_on); in dcn35_physymclk_root_clock_control()
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gc_9_4_3.c228 unsigned int phy_inst = GET_INST(GC, xcc_inst); in kgd_gfx_v9_4_3_set_pasid_vmid_mapping() local
230 unsigned int aid = phy_inst / 2; in kgd_gfx_v9_4_3_set_pasid_vmid_mapping()
267 aid * 4 + (phy_inst % 2) + 1); in kgd_gfx_v9_4_3_set_pasid_vmid_mapping()
/linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crc.c345 uint8_t phy_inst; in amdgpu_dm_crtc_notify_ta_to_read() local
373 if (!get_phy_id(dm, aconnector, &phy_inst)) { in amdgpu_dm_crtc_notify_ta_to_read()
393 securedisplay_cmd->securedisplay_in_message.send_roi_crc_v2.phy_id = phy_inst; in amdgpu_dm_crtc_notify_ta_to_read()
406 securedisplay_cmd->securedisplay_in_message.send_roi_crc.phy_id = phy_inst; in amdgpu_dm_crtc_notify_ta_to_read()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer_private.h127 unsigned int phy_inst,
/linux-6.15/drivers/gpu/drm/amd/display/dc/dccg/dcn31/
H A Ddcn31_dccg.c444 int phy_inst, in dccg31_set_physymclk() argument
451 switch (phy_inst) { in dccg31_set_physymclk()
H A Ddcn31_dccg.h195 int phy_inst,
/linux-6.15/drivers/gpu/drm/amd/display/dc/dccg/dcn401/
H A Ddcn401_dccg.c269 int phy_inst, in dccg401_set_physymclk() argument
276 switch (phy_inst) { in dccg401_set_physymclk()
H A Ddcn401_dccg.h246 int phy_inst,
/linux-6.15/drivers/gpu/drm/amd/display/dc/dccg/dcn35/
H A Ddcn35_dccg.c1513 int phy_inst, in dccg35_set_physymclk_root_clock_gating() argument
1521 switch (phy_inst) { in dccg35_set_physymclk_root_clock_gating()
1550 int phy_inst, in dccg35_set_physymclk() argument
1557 switch (phy_inst) { in dccg35_set_physymclk()
/linux-6.15/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h5327 uint8_t phy_inst; /**< phy inst for cable id data */ member
/linux-6.15/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_capability.c1464 cmd.cable_id.data.input.phy_inst = resource_transmitter_to_phy_idx( in get_usbc_cable_id()