Searched defs:amdgpu_device (Results 1 – 1 of 1) sorted by relevance
809 struct amdgpu_device { struct810 struct device *dev;811 struct pci_dev *pdev;812 struct drm_device ddev;815 struct amdgpu_acp acp;817 struct amdgpu_hive_info *hive;819 enum amd_asic_type asic_type;820 uint32_t family;821 uint32_t rev_id;822 uint32_t external_rev_id;[all …]