Files
linux/drivers/gpu
Colin Cross 002119eeb2 ion: index client->handles rbtree by buffer
The only remaining users of the client->handles rbtree are
iterating through it like a list.  Keep the rbtree, but change
its index to be the buffer address instead of the handle address,
which makes ion_handle_lookup a fast rbtree search.

Change-Id: Ie7d974b3a5d9831c0d664de85ddae8db3c3abdf9
Signed-off-by: Colin Cross <ccross@android.com>
2013-09-19 23:03:33 -05:00
..
2013-02-08 12:02:43 +10:00
2013-07-01 13:40:35 -07:00