Home
last modified time | relevance | path

Searched refs:vce (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/gpu/drm/radeon/
H A Dvce_v1_0.c205 rdev->vce.keyselect = le32_to_cpu(sign->val[i].keyselect); in vce_v1_0_load_fw()
218 uint64_t addr = rdev->vce.gpu_addr; in vce_v1_0_resume()
254 WREG32(VCE_LMI_FW_START_KEYSEL, rdev->vce.keyselect); in vce_v1_0_resume()
H A Dvce_v2_0.c160 uint64_t addr = rdev->vce.gpu_addr; in vce_v2_0_resume()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_kms.c218 fw_info->ver = adev->vce.fw_version; in amdgpu_firmware_info()
219 fw_info->feature = adev->vce.fb_version; in amdgpu_firmware_info()
469 for (i = 0; i < adev->vce.num_rings; i++) in amdgpu_hw_ip_info()
470 if (adev->vce.ring[i].sched.ready && in amdgpu_hw_ip_info()
471 !adev->vce.ring[i].no_user_submission) in amdgpu_hw_ip_info()
960 if (adev->vce.fw_version && in amdgpu_info_ioctl()
961 adev->vce.fw_version < AMDGPU_VCE_FW_53_45) in amdgpu_info_ioctl()
984 dev_info->vce_harvest_config = adev->vce.harvest_config; in amdgpu_info_ioctl()
H A Damdgpu_dev_coredump.c82 adev->vce.fb_version, adev->vce.fw_version); in amdgpu_devcoredump_fw_info()
H A Damdgpu_ucode.c751 FW_VERSION_ATTR(vce_fw_version, 0444, vce.fw_version);
H A Damdgpu.h1128 struct amdgpu_vce vce; member
H A Damdgpu_virt.c565 POPULATE_UCODE_INFO(vf2pf_info, AMD_SRIOV_UCODE_ID_VCE, adev->vce.fw_version); in amdgpu_virt_populate_vf2pf_ucode_info()
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu10_hwmgr.h111 uint32_t vce : 1; member
H A Dsmu8_hwmgr.h134 uint32_t vce : 1; member
/linux/drivers/scsi/qla2xxx/
H A Dqla_isr.c2858 struct vp_ctrl_entry_24xx *vce) in qla_ctrlvp_completed() argument
2864 sp = qla2x00_get_sp_from_handle(vha, func, req, vce); in qla_ctrlvp_completed()
2868 if (vce->entry_status != 0) { in qla_ctrlvp_completed()
2871 sp->name, vce->entry_status); in qla_ctrlvp_completed()
2873 } else if (vce->comp_status != cpu_to_le16(CS_COMPLETE)) { in qla_ctrlvp_completed()
2876 sp->name, le16_to_cpu(vce->comp_status), in qla_ctrlvp_completed()
2877 le16_to_cpu(vce->vp_idx_failed)); in qla_ctrlvp_completed()
H A Dqla_iocb.c3815 qla25xx_ctrlvp_iocb(srb_t *sp, struct vp_ctrl_entry_24xx *vce) in qla25xx_ctrlvp_iocb() argument
3819 vce->entry_type = VP_CTRL_IOCB_TYPE; in qla25xx_ctrlvp_iocb()
3820 vce->handle = sp->handle; in qla25xx_ctrlvp_iocb()
3821 vce->entry_count = 1; in qla25xx_ctrlvp_iocb()
3822 vce->command = cpu_to_le16(sp->u.iocb_cmd.u.ctrlvp.cmd); in qla25xx_ctrlvp_iocb()
3823 vce->vp_count = cpu_to_le16(1); in qla25xx_ctrlvp_iocb()
3831 vce->vp_idx_map[map] |= 1 << pos; in qla25xx_ctrlvp_iocb()