Skip to content

Instantly share code, notes, and snippets.

@hwchong
Last active April 13, 2023 13:45
Show Gist options
  • Save hwchong/06eed5fa4265f8af5a74d3e69303a183 to your computer and use it in GitHub Desktop.
Save hwchong/06eed5fa4265f8af5a74d3e69303a183 to your computer and use it in GitHub Desktop.
From af7b56ce91db6d35008a41765cc6b918936f1bd8 Mon Sep 17 00:00:00 2001
From: Hon Weng Chong <honwchong@gmail.com>
Date: Thu, 13 Apr 2023 22:31:05 +1000
Subject: [PATCH] Update aperture.c
---
drivers/video/aperture.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/aperture.c b/drivers/video/aperture.c
index 41e77de1ea82..7e54d655d0aa 100644
--- a/drivers/video/aperture.c
+++ b/drivers/video/aperture.c
@@ -294,7 +294,7 @@ int aperture_remove_conflicting_devices(resource_size_t base, resource_size_t si
* ask for this, so let's assume that a real driver for the display
* was already probed and prevent sysfb to register devices later.
*/
- sysfb_disable();
+ //sysfb_disable();
aperture_detach_devices(base, size);
--
2.39.2 (Apple Git-143)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment