Lines Matching refs:uvd
231 fw_info->ver = adev->uvd.fw_version; in amdgpu_firmware_info()
374 for (i = 0; i < adev->uvd.num_uvd_inst; i++) { in amdgpu_hw_ip_info()
375 if (adev->uvd.harvest_config & (1 << i)) in amdgpu_hw_ip_info()
378 if (adev->uvd.inst[i].ring.sched.ready) in amdgpu_hw_ip_info()
394 for (i = 0; i < adev->uvd.num_uvd_inst; i++) { in amdgpu_hw_ip_info()
395 if (adev->uvd.harvest_config & (1 << i)) in amdgpu_hw_ip_info()
398 for (j = 0; j < adev->uvd.num_enc_rings; j++) in amdgpu_hw_ip_info()
399 if (adev->uvd.inst[i].ring_enc[j].sched.ready) in amdgpu_hw_ip_info()
408 if (adev->uvd.harvest_config & (1 << i)) in amdgpu_hw_ip_info()
420 if (adev->uvd.harvest_config & (1 << i)) in amdgpu_hw_ip_info()
852 handle.uvd_max_handles = adev->uvd.max_handles; in amdgpu_info_ioctl()