Searched refs:amdgpu_dev (Results 1 – 1 of 1) sorted by relevance
15 static const struct amdgpu_device *amdgpu_dev; variable63 *out = amdgpu_dev->hw_ip_gfx; in amdgpu_info_hw_ip_info()66 *out = amdgpu_dev->hw_ip_compute; in amdgpu_info_hw_ip_info()78 *out = amdgpu_dev->fw_gfx_me; in amdgpu_info_fw_version()81 *out = amdgpu_dev->fw_gfx_pfp; in amdgpu_info_fw_version()84 *out = amdgpu_dev->fw_gfx_mec; in amdgpu_info_fw_version()98 for (int j = 0; j < amdgpu_dev->mmr_reg_count; j++) { in amdgpu_info_read_mmr_reg()99 const uint32_t *triple = &amdgpu_dev->mmr_regs[j * 3]; in amdgpu_info_read_mmr_reg()117 *out = amdgpu_dev->dev; in amdgpu_info_dev_info()123 *out = amdgpu_dev->mem; in amdgpu_info_memory()[all …]