summaryrefslogtreecommitdiff
path: root/lib/intel_gpu_tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/intel_gpu_tools.h')
-rw-r--r--lib/intel_gpu_tools.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/intel_gpu_tools.h b/lib/intel_gpu_tools.h
index 1ae1bab0..37cbcb19 100644
--- a/lib/intel_gpu_tools.h
+++ b/lib/intel_gpu_tools.h
@@ -100,27 +100,9 @@ OUTREG(uint32_t reg, uint32_t val)
*(volatile uint32_t *)((volatile char *)mmio + reg) = val;
}
-struct pci_device *intel_get_pci_device(void);
-
-uint32_t intel_get_drm_devid(int fd);
-int intel_gen(uint32_t devid);
uint64_t intel_get_total_ram_mb(void);
uint64_t intel_get_total_swap_mb(void);
void intel_map_file(char *);
-enum pch_type {
- PCH_NONE,
- PCH_IBX,
- PCH_CPT,
- PCH_LPT,
-};
-
-extern enum pch_type pch;
-void intel_check_pch(void);
-
-#define HAS_IBX (pch == PCH_IBX)
-#define HAS_CPT (pch == PCH_CPT)
-#define HAS_LPT (pch == PCH_LPT)
-
#endif /* INTEL_GPU_TOOLS_H */