]> git.karo-electronics.de Git - linux-beck.git/commit
drm/tegra: Move drm to live under host1x
authorTerje Bergstrom <tbergstrom@nvidia.com>
Fri, 22 Mar 2013 14:34:05 +0000 (16:34 +0200)
committerThierry Reding <thierry.reding@avionic-design.de>
Mon, 22 Apr 2013 10:39:11 +0000 (12:39 +0200)
commit4231c6b01af9f0f3eeca4b8d0d87125d78233b41
tree479f497053b58427bfd8ae54a080113b23de79ff
parent6236451d83a720072053855fa63d51934024a707
drm/tegra: Move drm to live under host1x

Make drm part of host1x driver.

Signed-off-by: Arto Merilainen <amerilainen@nvidia.com>
Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-by: Thierry Reding <thierry.reding@avionic-design.de>
Tested-by: Thierry Reding <thierry.reding@avionic-design.de>
Tested-by: Erik Faye-Lund <kusmabite@gmail.com>
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
16 files changed:
drivers/gpu/drm/Kconfig
drivers/gpu/drm/Makefile
drivers/gpu/drm/tegra/Makefile [deleted file]
drivers/gpu/host1x/Kconfig
drivers/gpu/host1x/Makefile
drivers/gpu/host1x/drm/Kconfig [moved from drivers/gpu/drm/tegra/Kconfig with 93% similarity]
drivers/gpu/host1x/drm/dc.c [moved from drivers/gpu/drm/tegra/dc.c with 100% similarity]
drivers/gpu/host1x/drm/dc.h [moved from drivers/gpu/drm/tegra/dc.h with 100% similarity]
drivers/gpu/host1x/drm/drm.c [moved from drivers/gpu/drm/tegra/drm.c with 100% similarity]
drivers/gpu/host1x/drm/drm.h [moved from drivers/gpu/drm/tegra/drm.h with 98% similarity]
drivers/gpu/host1x/drm/fb.c [moved from drivers/gpu/drm/tegra/fb.c with 100% similarity]
drivers/gpu/host1x/drm/hdmi.c [moved from drivers/gpu/drm/tegra/hdmi.c with 100% similarity]
drivers/gpu/host1x/drm/hdmi.h [moved from drivers/gpu/drm/tegra/hdmi.h with 100% similarity]
drivers/gpu/host1x/drm/host1x.c [moved from drivers/gpu/drm/tegra/host1x.c with 100% similarity]
drivers/gpu/host1x/drm/output.c [moved from drivers/gpu/drm/tegra/output.c with 100% similarity]
drivers/gpu/host1x/drm/rgb.c [moved from drivers/gpu/drm/tegra/rgb.c with 100% similarity]