commit | 119001b1eff83fdb9232f96c031b9b0353eb5aa1 | [log] [tgz] |
---|---|---|
author | David Garbett <david.garbett@arm.com> | Thu Apr 04 09:04:26 2013 +0100 |
committer | David Garbett <david.garbett@arm.com> | Tue Jul 09 10:40:33 2013 +0100 |
tree | 7db055366f39b8fbc504820a7b7ee8596d2fe459 | |
parent | ea65195a9f14ee8af412f7041ec858a2fadeebf6 [diff] |
Cache GEM name in omap_bo A name remains valid while a GEM object has a handle. As such we avoid the IOCTL if we already have the name for an omap_bo. This simplifies the n-buffering implementation in DRI2, as we do not also need to track the names of the additional buffers. Change-Id: Ifa204e9f72239ce2777f6b48d824a77e8879a514 Signed-off-by: David Garbett <David.Garbett@arm.com>