mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2] drm/imagination: DRM_POWERVR should depend on ARCH_K3
@ 2024-02-15 12:50 Geert Uytterhoeven
  2024-02-15 16:17 ` Maxime Ripard
  0 siblings, 1 reply; 26+ messages in thread
From: Geert Uytterhoeven @ 2024-02-15 12:50 UTC (permalink / raw)
  To: Frank Binns, Matt Coster, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Daniel Vetter, Sarah Walker,
	Donald Robson
  Cc: dri-devel, linux-kernel, Geert Uytterhoeven,
	Javier Martinez Canillas, Nishanth Menon

Using the Imagination Technologies PowerVR Series 6 GPU requires a
proprietary firmware image, which is currently only available for Texas
Instruments K3 AM62x SoCs.  Hence add a dependency on ARCH_K3, to
prevent asking the user about this driver when configuring a kernel
without Texas Instruments K3 Multicore SoC support.

Fixes: 4babef0708656c54 ("drm/imagination: Add skeleton PowerVR driver")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Nishanth Menon <nm@ti.com>
---
v2:
  - Add Reviewed-by,
  - Clarify the firmware dependency.
---
 drivers/gpu/drm/imagination/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/imagination/Kconfig b/drivers/gpu/drm/imagination/Kconfig
index 3bfa2ac212dccb73..af492dbd9afd4ed9 100644
--- a/drivers/gpu/drm/imagination/Kconfig
+++ b/drivers/gpu/drm/imagination/Kconfig
@@ -6,6 +6,7 @@ config DRM_POWERVR
 	depends on ARM64
 	depends on DRM
 	depends on PM
+	depends on ARCH_K3 || COMPILE_TEST
 	select DRM_EXEC
 	select DRM_GEM_SHMEM_HELPER
 	select DRM_SCHED
-- 
2.34.1


^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2024-03-05 16:55 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-15 12:50 [PATCH v2] drm/imagination: DRM_POWERVR should depend on ARCH_K3 Geert Uytterhoeven
2024-02-15 16:17 ` Maxime Ripard
2024-02-15 16:53   ` Geert Uytterhoeven
2024-02-15 17:10     ` Adam Ford
2024-02-15 17:22       ` Adam Ford
2024-02-15 23:36         ` Adam Ford
2024-02-16  8:47           ` Biju Das
2024-02-16  9:05             ` Maxime Ripard
2024-02-16  9:13               ` Biju Das
2024-02-16 14:14                 ` Maxime Ripard
2024-02-18 23:26                   ` Adam Ford
2024-02-19  7:45                     ` Biju Das
2024-02-19 16:38                       ` Adam Ford
2024-02-19 16:53                         ` Maxime Ripard
2024-02-19 17:32                         ` Matt Coster
2024-02-19  9:00                     ` Matt Coster
2024-02-19 20:38                       ` Adam Ford
2024-02-20  9:21                         ` Matt Coster
2024-02-20 11:26                           ` Adam Ford
2024-02-20 11:58                             ` Adam Ford
2024-02-20 11:55                         ` Erico Nunes
2024-02-20 12:04                           ` Adam Ford
2024-03-05 11:58         ` Frank Binns
2024-03-05 13:47           ` Adam Ford
2024-03-05 16:42             ` Frank Binns
2024-03-05 16:55               ` Biju Das

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®