Lines Matching refs:uvd
211 fw_info->ver = adev->uvd.fw_version; in amdgpu_firmware_info()
399 for (i = 0; i < adev->uvd.num_uvd_inst; i++) { in amdgpu_hw_ip_info()
400 if (adev->uvd.harvest_config & (1 << i)) in amdgpu_hw_ip_info()
403 if (adev->uvd.inst[i].ring.sched.ready) in amdgpu_hw_ip_info()
419 for (i = 0; i < adev->uvd.num_uvd_inst; i++) { in amdgpu_hw_ip_info()
420 if (adev->uvd.harvest_config & (1 << i)) in amdgpu_hw_ip_info()
423 for (j = 0; j < adev->uvd.num_enc_rings; j++) in amdgpu_hw_ip_info()
424 if (adev->uvd.inst[i].ring_enc[j].sched.ready) in amdgpu_hw_ip_info()
433 if (adev->uvd.harvest_config & (1 << i)) in amdgpu_hw_ip_info()
445 if (adev->uvd.harvest_config & (1 << i)) in amdgpu_hw_ip_info()
920 handle.uvd_max_handles = adev->uvd.max_handles; in amdgpu_info_ioctl()