summaryrefslogtreecommitdiffstats
path: root/bsp/meta-synopsys/recipes-kernel/linux/linux-arc/0007-ETHNAVIV-don-t-print-command-dump.patch
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/meta-synopsys/recipes-kernel/linux/linux-arc/0007-ETHNAVIV-don-t-print-command-dump.patch')
-rw-r--r--bsp/meta-synopsys/recipes-kernel/linux/linux-arc/0007-ETHNAVIV-don-t-print-command-dump.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/bsp/meta-synopsys/recipes-kernel/linux/linux-arc/0007-ETHNAVIV-don-t-print-command-dump.patch b/bsp/meta-synopsys/recipes-kernel/linux/linux-arc/0007-ETHNAVIV-don-t-print-command-dump.patch
new file mode 100644
index 00000000..dae5280c
--- /dev/null
+++ b/bsp/meta-synopsys/recipes-kernel/linux/linux-arc/0007-ETHNAVIV-don-t-print-command-dump.patch
@@ -0,0 +1,28 @@
+From eeff10cb77dd9d646bdd09be0135645a0d4b5aa0 Mon Sep 17 00:00:00 2001
+From: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
+Date: Wed, 10 Oct 2018 18:53:15 +0300
+Subject: [PATCH 7/7] ETHNAVIV: don't print command dump
+
+Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
+---
+ drivers/gpu/drm/etnaviv/etnaviv_buffer.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/drivers/gpu/drm/etnaviv/etnaviv_buffer.c b/drivers/gpu/drm/etnaviv/etnaviv_buffer.c
+index 7fea74861a87..632acd7d96b4 100644
+--- a/drivers/gpu/drm/etnaviv/etnaviv_buffer.c
++++ b/drivers/gpu/drm/etnaviv/etnaviv_buffer.c
+@@ -118,8 +118,8 @@ static void etnaviv_buffer_dump(struct etnaviv_gpu *gpu,
+ dev_info(gpu->dev, "virt %p phys 0x%08x free 0x%08x\n",
+ ptr, etnaviv_cmdbuf_get_va(buf) + off, size - len * 4 - off);
+
+- print_hex_dump(KERN_INFO, "cmd ", DUMP_PREFIX_OFFSET, 16, 4,
+- ptr, len * 4, 0);
++// print_hex_dump(KERN_INFO, "cmd ", DUMP_PREFIX_OFFSET, 16, 4,
++// ptr, len * 4, 0);
+ }
+
+ /*
+--
+2.16.2
+