Searched defs:amdgpu_device (Results 1 – 1 of 1) sorted by relevance
940 struct amdgpu_device { struct941 struct device *dev;942 struct pci_dev *pdev;943 struct drm_device ddev;946 struct amdgpu_acp acp;948 struct amdgpu_hive_info *hive;949 struct amdgpu_xcp_mgr *xcp_mgr;951 enum amd_asic_type asic_type;952 uint32_t family;953 uint32_t rev_id;[all …]