Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Damdgpu_discovery.c193 [UVD_HWIP] = UVD_HWID,
326 if ((adev->ip_versions[UVD_HWIP][1] == IP_VERSION(3, 0, 1)) && in amdgpu_discovery_harvest_config_quirk()
2025 switch (adev->ip_versions[UVD_HWIP][0]) { in amdgpu_discovery_set_mm_ip_blocks()
2035 adev->ip_versions[UVD_HWIP][0]); in amdgpu_discovery_set_mm_ip_blocks()
2052 switch (adev->ip_versions[UVD_HWIP][0]) { in amdgpu_discovery_set_mm_ip_blocks()
2099 adev->ip_versions[UVD_HWIP][0]); in amdgpu_discovery_set_mm_ip_blocks()
2177 adev->ip_versions[UVD_HWIP][0] = IP_VERSION(7, 0, 0); in amdgpu_discovery_set_ip_blocks()
2199 adev->ip_versions[UVD_HWIP][0] = IP_VERSION(7, 0, 0); in amdgpu_discovery_set_ip_blocks()
2222 adev->ip_versions[UVD_HWIP][0] = IP_VERSION(1, 0, 1); in amdgpu_discovery_set_ip_blocks()
2238 adev->ip_versions[UVD_HWIP][0] = IP_VERSION(1, 0, 0); in amdgpu_discovery_set_ip_blocks()
[all …]
Darct_reg_init.c41 adev->reg_offset[UVD_HWIP][i] = (uint32_t *)(&(UVD_BASE.instance[i])); in arct_reg_base_init()
Damdgpu_vcn.c92 amdgpu_ucode_ip_version_decode(adev, UVD_HWIP, ucode_prefix, sizeof(ucode_prefix)); in amdgpu_vcn_early_init()
127 if (adev->ip_versions[UVD_HWIP][0] == IP_VERSION(3, 0, 2)) { in amdgpu_vcn_sw_init()
172 if (adev->ip_versions[UVD_HWIP][0] >= IP_VERSION(4, 0, 0)) { in amdgpu_vcn_sw_init()
268 if (adev->ip_versions[UVD_HWIP][0] >= IP_VERSION(4, 0, 0)) in amdgpu_vcn_using_unified_queue()
1006 if (adev->ip_versions[UVD_HWIP][0] != IP_VERSION(4, 0, 3)) { in amdgpu_vcn_unified_ring_test_ib()
1056 if (adev->ip_versions[UVD_HWIP][0] == IP_VERSION(4, 0, 3)) in amdgpu_vcn_setup_ucode()
Dvega10_reg_init.c41 adev->reg_offset[UVD_HWIP][i] = (uint32_t *)(&(UVD_BASE.instance[i])); in vega10_reg_base_init()
Dvega20_reg_init.c41 adev->reg_offset[UVD_HWIP][i] = (uint32_t *)(&(UVD_BASE.instance[i])); in vega20_reg_base_init()
Damdgpu_ucode.c1184 } else if (block_type == UVD_HWIP) { in amdgpu_ucode_legacy_naming()
1185 switch (adev->ip_versions[UVD_HWIP][0]) { in amdgpu_ucode_legacy_naming()
1297 case UVD_HWIP: in amdgpu_ucode_ip_version_decode()
Dvcn_v3_0.c103 if (adev->ip_versions[UVD_HWIP][0] == IP_VERSION(3, 0, 33)) in vcn_v3_0_early_init()
230 if (adev->ip_versions[UVD_HWIP][0] == IP_VERSION(3, 1, 2)) in vcn_v3_0_sw_init()
232 else if (adev->ip_versions[UVD_HWIP][0] == IP_VERSION(3, 1, 1)) in vcn_v3_0_sw_init()
1258 if (adev->ip_versions[UVD_HWIP][0] != IP_VERSION(3, 0, 33)) { in vcn_v3_0_start()
1631 if (adev->ip_versions[UVD_HWIP][0] != IP_VERSION(3, 0, 33)) { in vcn_v3_0_pause_dpg_mode()
Djpeg_v3_0.c55 switch (adev->ip_versions[UVD_HWIP][0]) { in jpeg_v3_0_early_init()
Djpeg_v2_5.c131 if (adev->ip_versions[UVD_HWIP][0] == IP_VERSION(2, 5, 0)) in jpeg_v2_5_sw_init()
Damdgpu.h652 UVD_HWIP, enumerator
653 VCN_HWIP = UVD_HWIP,
Dvcn_v2_5.c190 if (adev->ip_versions[UVD_HWIP][0] == IP_VERSION(2, 5, 0)) in vcn_v2_5_sw_init()
210 if (adev->ip_versions[UVD_HWIP][0] == IP_VERSION(2, 5, 0)) in vcn_v2_5_sw_init()
797 if (adev->ip_versions[UVD_HWIP][0] != IP_VERSION(2, 6, 0)) in vcn_v2_6_enable_ras()
Dsoc21.c156 switch (adev->ip_versions[UVD_HWIP][0]) { in soc21_query_video_codecs()
Duvd_v7_0.c1299 reg -= p->adev->reg_offset[UVD_HWIP][0][1]; in uvd_v7_0_ring_patch_cs_in_place()
1300 reg += p->adev->reg_offset[UVD_HWIP][1][1]; in uvd_v7_0_ring_patch_cs_in_place()
Dnv.c217 switch (adev->ip_versions[UVD_HWIP][0]) { in nv_query_video_codecs()
Damdgpu_uvd.c1138 offset = adev->reg_offset[UVD_HWIP][ring->me][1]; in amdgpu_uvd_send_msg()
Dsoc15.c190 switch (adev->ip_versions[UVD_HWIP][0]) { in soc15_query_video_codecs()
Damdgpu_kms.c501 result->ip_discovery_version = adev->ip_versions[UVD_HWIP][0]; in amdgpu_hw_ip_info()