0001-drivers-Integrating-Mali-Midgard-video-and-gpu-drive.patch 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. From fe85565d9ed8212cbda2148d4731418a36a8d088 Mon Sep 17 00:00:00 2001
  2. From: Myy Miouyouyou <myy@miouyouyou.fr>
  3. Date: Mon, 11 Dec 2017 21:53:28 +0100
  4. Subject: [PATCH 1/3] drivers: Integrating Mali Midgard video and gpu drivers.
  5. I'm dropping the UMP drivers. They are not maintained.
  6. Signed-off-by: Myy Miouyouyou <myy@miouyouyou.fr>
  7. ---
  8. drivers/gpu/Makefile | 2 +-
  9. drivers/video/Kconfig | 1 +
  10. 2 files changed, 2 insertions(+), 1 deletion(-)
  11. diff --git a/drivers/gpu/Makefile b/drivers/gpu/Makefile
  12. index e9ed439a5..66386b42a 100644
  13. --- a/drivers/gpu/Makefile
  14. +++ b/drivers/gpu/Makefile
  15. @@ -2,5 +2,5 @@
  16. # taken to initialize them in the correct order. Link order is the only way
  17. # to ensure this currently.
  18. obj-$(CONFIG_TEGRA_HOST1X) += host1x/
  19. -obj-y += drm/ vga/
  20. +obj-y += drm/ vga/ arm/
  21. obj-$(CONFIG_IMX_IPUV3_CORE) += ipu-v3/
  22. diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
  23. index 3c20af999..041e15f2c 100644
  24. --- a/drivers/video/Kconfig
  25. +++ b/drivers/video/Kconfig
  26. @@ -17,6 +17,7 @@ source "drivers/gpu/vga/Kconfig"
  27. source "drivers/gpu/host1x/Kconfig"
  28. source "drivers/gpu/ipu-v3/Kconfig"
  29. +source "drivers/gpu/arm/midgard/Kconfig"
  30. source "drivers/gpu/drm/Kconfig"
  31. --
  32. 2.14.1