summaryrefslogtreecommitdiff
path: root/lib/intel_mmio.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/intel_mmio.c')
-rw-r--r--lib/intel_mmio.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/intel_mmio.c b/lib/intel_mmio.c
index c12ec489..2f8cab7a 100644
--- a/lib/intel_mmio.c
+++ b/lib/intel_mmio.c
@@ -205,10 +205,7 @@ intel_register_access_init(struct pci_device *pci_dev, int safe)
ret = find_debugfs_path("/debug/dri");
if (ret) {
fprintf(stderr, "Couldn't find path to dri/debugfs entry\n");
- if (i915_loaded()) {
- fprintf(stderr, "i915 loaded; not proceeding.\n");
- return ret;
- }
+ fprintf(stderr, "warning: forcewake will not be handled\n");
}
mmio_data.key = FAKEKEY;
} else