OSDN Git Service

minigbm: Disable UBWC for texture formats
[android-x86/external-minigbm.git] / msm.c
diff --git a/msm.c b/msm.c
index dbc5b70..46d2a34 100644 (file)
--- a/msm.c
+++ b/msm.c
@@ -191,7 +191,7 @@ static int msm_init(struct driver *drv)
                                  &metadata, render_use_flags | BO_USE_SCANOUT);
 
        msm_add_ubwc_combinations(drv, texture_source_formats, ARRAY_SIZE(texture_source_formats),
-                                 &metadata, texture_use_flags | BO_USE_SCANOUT);
+                                 &metadata, texture_use_flags);
 
        return 0;
 }