[RFC 3/3] drm/tegra: Implement panel support

2013-08-30 Thread Thierry Reding
Use the DRM panel framework to attach a panel to an output. Signed-off-by: Thierry Reding --- drivers/gpu/host1x/drm/Kconfig | 1 + drivers/gpu/host1x/drm/drm.h| 1 + drivers/gpu/host1x/drm/output.c | 28 ++-- 3 files changed, 28 insertions(+), 2 deletions(-) diff

[RFC 3/3] drm/tegra: Implement panel support

2013-08-30 Thread Thierry Reding
Use the DRM panel framework to attach a panel to an output. Signed-off-by: Thierry Reding --- drivers/gpu/host1x/drm/Kconfig | 1 + drivers/gpu/host1x/drm/drm.h| 1 + drivers/gpu/host1x/drm/output.c | 28 ++-- 3 files changed, 28 insertions(+), 2 deletions(-) diff