summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/intel_gpu_top.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/intel_gpu_top.c b/tools/intel_gpu_top.c
index 5a016c76..76708fe1 100644
--- a/tools/intel_gpu_top.c
+++ b/tools/intel_gpu_top.c
@@ -165,6 +165,8 @@ print_clock_info(struct pci_device *pci_dev)
uint32_t devid = pci_dev->device_id;
uint16_t gcfgc;
+ return 0;
+
if (IS_GM45(devid)) {
int core_clock = -1;
@@ -511,6 +513,7 @@ int main(int argc, char **argv)
/* Grab access to the registers */
intel_register_access_init(pci_dev, 1);
+#if 0
ring_init(&render_ring);
if (IS_GEN4(devid) || IS_GEN5(devid))
ring_init(&bsd_ring);
@@ -518,6 +521,7 @@ int main(int argc, char **argv)
ring_init(&bsd6_ring);
ring_init(&blt_ring);
}
+#endif
/* Initialize GPU stats */
if (HAS_STATS_REGS(devid)) {