Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crc.c120 uint8_t phy_inst; in amdgpu_dm_crtc_notify_ta_to_read() local
137 phy_inst = stream->link->link_enc_hw_inst; in amdgpu_dm_crtc_notify_ta_to_read()
145 securedisplay_cmd->securedisplay_in_message.send_roi_crc.phy_id = phy_inst; in amdgpu_dm_crtc_notify_ta_to_read()
/openbmc/linux/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()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddccg.h133 int phy_inst,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/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.h189 int phy_inst,
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h3857 uint8_t phy_inst; /**< phy inst for cable id data */ member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_capability.c1389 cmd.cable_id.data.input.phy_inst = resource_transmitter_to_phy_idx( in get_usbc_cable_id()