Searched defs:amdgpu_device (Results 1 – 1 of 1) sorted by relevance
752 struct amdgpu_device { struct753 struct device *dev;754 struct pci_dev *pdev;755 struct drm_device ddev;758 struct amdgpu_acp acp;760 struct amdgpu_hive_info *hive;762 enum amd_asic_type asic_type;763 uint32_t family;764 uint32_t rev_id;765 uint32_t external_rev_id;[all …]