Searched refs:harvest_config (Results 1 – 11 of 11) sorted by relevance
83 if (adev->vce.harvest_config == 0 || in vce_v3_0_ring_get_rptr()84 adev->vce.harvest_config == AMDGPU_VCE_HARVEST_VCE1) in vce_v3_0_ring_get_rptr()86 else if (adev->vce.harvest_config == AMDGPU_VCE_HARVEST_VCE0) in vce_v3_0_ring_get_rptr()115 if (adev->vce.harvest_config == 0 || in vce_v3_0_ring_get_wptr()116 adev->vce.harvest_config == AMDGPU_VCE_HARVEST_VCE1) in vce_v3_0_ring_get_wptr()118 else if (adev->vce.harvest_config == AMDGPU_VCE_HARVEST_VCE0) in vce_v3_0_ring_get_wptr()146 if (adev->vce.harvest_config == 0 || in vce_v3_0_ring_set_wptr()147 adev->vce.harvest_config == AMDGPU_VCE_HARVEST_VCE1) in vce_v3_0_ring_set_wptr()149 else if (adev->vce.harvest_config == AMDGPU_VCE_HARVEST_VCE0) in vce_v3_0_ring_set_wptr()272 if (adev->vce.harvest_config & (1 << idx)) in vce_v3_0_start()[all …]
83 adev->vcn.harvest_config |= 1 << i; in vcn_v2_5_early_init()86 if (adev->vcn.harvest_config == (AMDGPU_VCN_HARVEST_VCN0 | in vcn_v2_5_early_init()117 if (adev->vcn.harvest_config & (1 << j)) in vcn_v2_5_sw_init()166 if (adev->vcn.harvest_config & (1 << j)) in vcn_v2_5_sw_init()254 if (adev->vcn.harvest_config & (1 << j)) in vcn_v2_5_hw_init()306 if (adev->vcn.harvest_config & (1 << i)) in vcn_v2_5_hw_fini()383 if (adev->vcn.harvest_config & (1 << i)) in vcn_v2_5_mc_resume()437 if (adev->vcn.harvest_config & (1 << i)) in vcn_v2_5_disable_clock_gating()555 if (adev->vcn.harvest_config & (1 << i)) in vcn_v2_5_enable_clock_gating()618 if (adev->vcn.harvest_config & (1 << i)) in jpeg_v2_5_start()[all …]
381 adev->uvd.harvest_config |= 1 << i; in uvd_v7_0_early_init()384 if (adev->uvd.harvest_config == (AMDGPU_UVD_HARVEST_UVD0 | in uvd_v7_0_early_init()411 if (adev->uvd.harvest_config & (1 << j)) in uvd_v7_0_sw_init()448 if (adev->uvd.harvest_config & (1 << j)) in uvd_v7_0_sw_init()505 if (adev->uvd.harvest_config & (1 << j)) in uvd_v7_0_sw_fini()535 if (adev->uvd.harvest_config & (1 << j)) in uvd_v7_0_hw_init()611 if (adev->uvd.harvest_config & (1 << i)) in uvd_v7_0_hw_fini()657 if (adev->uvd.harvest_config & (1 << i)) in uvd_v7_0_mc_resume()736 if (adev->uvd.harvest_config & (1 << i)) in uvd_v7_0_mmsch_start()794 if (adev->uvd.harvest_config & (1 << i)) in uvd_v7_0_sriov_start()[all …]
67 unsigned harvest_config; member
50 unsigned harvest_config; member
167 if (adev->vcn.harvest_config & (1 << i)) in amdgpu_vcn_sw_init()203 if (adev->vcn.harvest_config & (1 << j)) in amdgpu_vcn_sw_fini()233 if (adev->vcn.harvest_config & (1 << i)) in amdgpu_vcn_suspend()257 if (adev->vcn.harvest_config & (1 << i)) in amdgpu_vcn_resume()295 if (adev->vcn.harvest_config & (1 << j)) in amdgpu_vcn_idle_work_handler()
256 if (adev->uvd.harvest_config & (1 << j)) in amdgpu_uvd_sw_init()303 if (adev->uvd.harvest_config & (1 << j)) in amdgpu_uvd_sw_fini()363 if (adev->uvd.harvest_config & (1 << j)) in amdgpu_uvd_suspend()387 if (adev->uvd.harvest_config & (1 << i)) in amdgpu_uvd_resume()1185 if (adev->uvd.harvest_config & (1 << i)) in amdgpu_uvd_idle_work_handler()
158 if (adev->vcn.harvest_config & (1 << j)) in amdgpu_ctx_init()165 if (adev->vcn.harvest_config & (1 << j)) in amdgpu_ctx_init()173 if (adev->vcn.harvest_config & (1 << j)) in amdgpu_ctx_init()
343 if (adev->uvd.harvest_config & (1 << i)) in amdgpu_hw_ip_info()363 if (adev->uvd.harvest_config & (1 << i)) in amdgpu_hw_ip_info()376 if (adev->uvd.harvest_config & (1 << i)) in amdgpu_hw_ip_info()388 if (adev->uvd.harvest_config & (1 << i)) in amdgpu_hw_ip_info()401 if (adev->uvd.harvest_config & (1 << i)) in amdgpu_hw_ip_info()732 dev_info.vce_harvest_config = adev->vce.harvest_config; in amdgpu_info_ioctl()
194 unsigned harvest_config; member
672 mask |= (adev->vce.harvest_config & AMDGPU_VCE_HARVEST_VCE0) ? 0 : SRBM_STATUS2__VCE0_BUSY_MASK;673 mask |= (adev->vce.harvest_config & AMDGPU_VCE_HARVEST_VCE1) ? 0 : SRBM_STATUS2__VCE1_BUSY_MASK;904 if (adev->vce.harvest_config & (1 << i))