[PATCHv5,RESEND 6/8] gpu: host1x: Remove second host1x driver

2013-02-04 Thread Thierry Reding
On Tue, Jan 15, 2013 at 01:44:02PM +0200, Terje Bergstrom wrote: [...] > +void host1x_set_drm_data(struct platform_device *pdev, void *data) > +{ > + struct host1x *host1x = platform_get_drvdata(pdev); > + host1x->drm_data = data; > +} > + > +void *host1x_get_drm_data(struct platform_device

Re: [PATCHv5,RESEND 6/8] gpu: host1x: Remove second host1x driver

2013-02-04 Thread Thierry Reding
On Tue, Jan 15, 2013 at 01:44:02PM +0200, Terje Bergstrom wrote: [...] > +void host1x_set_drm_data(struct platform_device *pdev, void *data) > +{ > + struct host1x *host1x = platform_get_drvdata(pdev); > + host1x->drm_data = data; > +} > + > +void *host1x_get_drm_data(struct platform_device

[PATCHv5,RESEND 6/8] gpu: host1x: Remove second host1x driver

2013-01-15 Thread Terje Bergstrom
Remove second host1x driver, and bind tegra-drm to the new host1x driver. The logic to parse device tree and track clients is moved to drm.c. Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/Makefile|2 +- drivers/gpu/host1x/dev.c | 58 +- drivers/gpu/host1x/

[PATCHv5,RESEND 6/8] gpu: host1x: Remove second host1x driver

2013-01-15 Thread Terje Bergstrom
Remove second host1x driver, and bind tegra-drm to the new host1x driver. The logic to parse device tree and track clients is moved to drm.c. Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/Makefile|2 +- drivers/gpu/host1x/dev.c | 58 +- drivers/gpu/host1x/