drm/tegra: Remove bogus tegra_framebuffer structure
authorThierry Reding <thierry.reding@avionic-design.de>
Tue, 19 Feb 2013 15:22:51 +0000 (16:22 +0100)
committerThierry Reding <thierry.reding@avionic-design.de>
Fri, 22 Feb 2013 07:21:10 +0000 (08:21 +0100)
Tegra uses the CMA FB helpers so framebuffers passed to the driver need
to use the corresponding functions to access the underlying GEM objects.

This used to work because struct tegra_framebuffer was sufficiently
similar to struct drm_fb_cma but that isn't guaranteed to stay that way.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>

No differences found