Message ID | 1363888630-30197-1-git-send-email-swarren@wwwdotorg.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
How far away are we from supporting tegradrm with ARCH_MULTIPLATFORM? It would be nice to be able to at least compile-test drm core changes with all the arm drivers in one shot.. BR, -R On Thu, Mar 21, 2013 at 1:57 PM, Stephen Warren <swarren@wwwdotorg.org> wrote: > From: Stephen Warren <swarren@nvidia.com> > > ARCH_TEGRA always enabled OF, so there's no need for any driver to > depend on it. > > Signed-off-by: Stephen Warren <swarren@nvidia.com> > Acked-by: Thierry Reding <thierry.reding@avionic-design.de> > --- > drivers/gpu/drm/tegra/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/tegra/Kconfig b/drivers/gpu/drm/tegra/Kconfig > index be1daf7..15974ae 100644 > --- a/drivers/gpu/drm/tegra/Kconfig > +++ b/drivers/gpu/drm/tegra/Kconfig > @@ -1,6 +1,6 @@ > config DRM_TEGRA > tristate "NVIDIA Tegra DRM" > - depends on DRM && OF && ARCH_TEGRA > + depends on DRM && ARCH_TEGRA > select DRM_KMS_HELPER > select DRM_GEM_CMA_HELPER > select DRM_KMS_CMA_HELPER > -- > 1.7.10.4 > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel
On 03/21/2013 01:02 PM, Rob Clark wrote: > How far away are we from supporting tegradrm with ARCH_MULTIPLATFORM? > It would be nice to be able to at least compile-test drm core changes > with all the arm drivers in one shot.. Pretty close. It might happen in 3.10 if I get time, otherwise it should happen for 3.11.
diff --git a/drivers/gpu/drm/tegra/Kconfig b/drivers/gpu/drm/tegra/Kconfig index be1daf7..15974ae 100644 --- a/drivers/gpu/drm/tegra/Kconfig +++ b/drivers/gpu/drm/tegra/Kconfig @@ -1,6 +1,6 @@ config DRM_TEGRA tristate "NVIDIA Tegra DRM" - depends on DRM && OF && ARCH_TEGRA + depends on DRM && ARCH_TEGRA select DRM_KMS_HELPER select DRM_GEM_CMA_HELPER select DRM_KMS_CMA_HELPER