From 6d83772d005379ca3926b05f611cb805eb718ca8 Mon Sep 17 00:00:00 2001 From: Deepak Nibade Date: Thu, 10 Mar 2016 16:31:34 +0530 Subject: [PATCH] gpu: host1x: enable gather filter for T186 Bug 1704301 Change-Id: Id783a06f353ae4627103ac48ab903eefd9b2ec7b Signed-off-by: Deepak Nibade Reviewed-on: http://git-master/r/1029502 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Arto Merilainen GVS: Gerrit_Virtual_Submit Reviewed-by: Shridhar Rasal --- drivers/gpu/host1x/dev_t186.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/host1x/dev_t186.c b/drivers/gpu/host1x/dev_t186.c index e4d14876..d29a48c6 100644 --- a/drivers/gpu/host1x/dev_t186.c +++ b/drivers/gpu/host1x/dev_t186.c @@ -26,7 +26,7 @@ struct host1x_info host1x05_info = { .nb_bases = 16, .init = host1x05_init, .sync_offset = 0x0, - .gather_filter_enabled = false, + .gather_filter_enabled = true, }; void host1x_writel(struct host1x *host1x, u32 v, u32 r)