[PATCH v3 27/32] drm/exynos: Add create_connector callback

2013-12-03 Thread Inki Dae
2013/10/30 Sean Paul : > This creates a new display hook called create_connector. The purpose is > to allow the display driver to create its own drm_connector instead of > using the exynos_drm_connector. This moves things closer to completely > removing the exynos_drm_connector abstraction. > > Sig

[PATCH v3 27/32] drm/exynos: Add create_connector callback

2013-11-11 Thread Tomasz Figa
On Tuesday 29 of October 2013 12:13:13 Sean Paul wrote: > This creates a new display hook called create_connector. The purpose is > to allow the display driver to create its own drm_connector instead of > using the exynos_drm_connector. This moves things closer to completely > removing the exynos_d

[PATCH v3 27/32] drm/exynos: Add create_connector callback

2013-10-29 Thread Sean Paul
This creates a new display hook called create_connector. The purpose is to allow the display driver to create its own drm_connector instead of using the exynos_drm_connector. This moves things closer to completely removing the exynos_drm_connector abstraction. Signed-off-by: Sean Paul --- Change