git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cf1e98
)
drm/tegra: Remove bogus tegra_framebuffer structure
author
Thierry Reding
<thierry.reding@avionic-design.de>
Tue, 19 Feb 2013 15:22:51 +0000
(16:22 +0100)
committer
Thierry 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