Searched defs:amdgpu_device (Results 1 – 1 of 1) sorted by relevance
861 struct amdgpu_device { struct862 struct device *dev;863 struct pci_dev *pdev;864 struct drm_device ddev;867 struct amdgpu_acp acp;869 struct amdgpu_hive_info *hive;870 struct amdgpu_xcp_mgr *xcp_mgr;872 enum amd_asic_type asic_type;873 uint32_t family;874 uint32_t rev_id;[all …]