]> Pileus Git - ~andy/linux/commit
gpu: ion: Switch heap rbtree to a prio list
authorRebecca Schultz Zavin <rebecca@android.com>
Fri, 13 Dec 2013 22:24:25 +0000 (14:24 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 14 Dec 2013 16:55:40 +0000 (08:55 -0800)
commitcd69488c7be3abb0767b49f313b12b8591abe5dc
tree77e5e812887ab5d30c88fdbf0b2ce3ce2607a025
parentdf0f6c7634f0856c3eb3d26ddc909d414199f6a7
gpu: ion: Switch heap rbtree to a prio list

Switches the rbtree tree of heaps for a plist.  This significantly
simplifies the code and the list is small and is modified only at
first boot so the rbtree is unnecessary.  This also switches
the traversal of the heap list to traverse from highest to lowest
id's.  This allows allocations to pass a heap mask that falls
back on the system heap -- typically id 0, which is the common case.

Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
[jstultz: modified patch to apply to staging directory]
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/ion.c
drivers/staging/android/ion/ion_priv.h