Searched defs:amdgpu_device (Results 1 – 1 of 1) sorted by relevance
938 struct amdgpu_device { struct939 struct device *dev;940 struct pci_dev *pdev;941 struct drm_device ddev;944 struct amdgpu_acp acp;946 struct amdgpu_hive_info *hive;947 struct amdgpu_xcp_mgr *xcp_mgr;949 enum amd_asic_type asic_type;950 uint32_t family;951 uint32_t rev_id;[all …]