On Sun, Nov 03, 2013 at 02:31:13PM +0100, Daniel Vetter wrote:
I'm a bit confused about how this all works wrt host1x clients, but this patch looks like the right thing to me.
Cc: Thierry Reding thierry.reding@gmail.com Signed-off-by: Daniel Vetter daniel.vetter@ffwll.ch
drivers/gpu/host1x/drm/drm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
This has been largely rewritten in the code that I submitted in my 3.13 pull request. In fact Tegra DRM no longer uses drm_platform, but a custom bus type to deal with the quirkiness of the multi-driver architecture.
So if you really want to get rid of drm_bus altogether I'd appreciate a heads-up so I know what's coming and can prepare.
Thierry