All of lore.kernel.org
 help / color / mirror / Atom feed
* thoughts on requiring multi-arch support for arm drm drivers?
@ 2013-01-20 15:08 Rob Clark
  2013-01-20 15:42   ` Daniel Vetter
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Rob Clark @ 2013-01-20 15:08 UTC (permalink / raw)
  To: dri-devel; +Cc: Daniel Vetter, Laurent Pinchart

One thing I've run into in the past when trying to make changes in drm
core, and Daniel Vetter has mentioned the same, is that it is a bit of
a pain to compile test things for the arm drivers that do not support
CONFIG_ARCH_MULTIPLATFORM.  I went through a while back and fixed up
the low hanging fruit (basically the drivers that just needed a
Kconfig change).  But, IIRC some of the backlight related code in
shmob had some non-trivial plat dependencies.  And I think when tegra
came in, it introduced some non-trivial plat dependencies.

What do others think about requiring multiarch or no arch dependencies
for new drivers, and cleaning up existing drivers.  Even if it is at
reduced functionality (like maybe #ifdef CONFIG_ARCH_SHMOBILE for some
of the backlight code in shmob) or doesn't even work but is just for
the purpose of being able to compile test the rest of the code?

Thoughts?

BR,
-R

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

end of thread, other threads:[~2013-01-23  7:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-20 15:08 thoughts on requiring multi-arch support for arm drm drivers? Rob Clark
2013-01-20 15:42 ` Daniel Vetter
2013-01-20 15:42   ` Daniel Vetter
2013-01-21  7:28   ` Thierry Reding
2013-01-21  7:17 ` Thierry Reding
2013-01-21 13:57   ` Rob Clark
2013-01-21 15:47 ` Laurent Pinchart
2013-01-21 15:54   ` Rob Clark
2013-01-23  1:29     ` Laurent Pinchart
2013-01-23  1:42       ` Rob Clark
2013-01-23  7:39       ` Sascha Hauer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.