Searched defs:amdgpu_device (Results 1 – 1 of 1) sorted by relevance
758 struct amdgpu_device { struct759 struct device *dev;760 struct pci_dev *pdev;761 struct drm_device ddev;764 struct amdgpu_acp acp;766 struct amdgpu_hive_info *hive;768 enum amd_asic_type asic_type;769 uint32_t family;770 uint32_t rev_id;771 uint32_t external_rev_id;[all …]