Lines Matching refs:uvd
287 fw_info->ver = adev->uvd.fw_version; in amdgpu_firmware_info()
442 for (i = 0; i < adev->uvd.num_uvd_inst; i++) { in amdgpu_hw_ip_info()
443 if (adev->uvd.harvest_config & (1 << i)) in amdgpu_hw_ip_info()
446 if (adev->uvd.inst[i].ring.sched.ready) in amdgpu_hw_ip_info()
462 for (i = 0; i < adev->uvd.num_uvd_inst; i++) { in amdgpu_hw_ip_info()
463 if (adev->uvd.harvest_config & (1 << i)) in amdgpu_hw_ip_info()
466 for (j = 0; j < adev->uvd.num_enc_rings; j++) in amdgpu_hw_ip_info()
467 if (adev->uvd.inst[i].ring_enc[j].sched.ready) in amdgpu_hw_ip_info()
476 if (adev->uvd.harvest_config & (1 << i)) in amdgpu_hw_ip_info()
488 if (adev->uvd.harvest_config & (1 << i)) in amdgpu_hw_ip_info()
941 handle.uvd_max_handles = adev->uvd.max_handles; in amdgpu_info_ioctl()