commit | eed86035d5c7a587b36a6d5baa252ef2aaaa4816 | [log] [tgz] |
---|---|---|
author | Laura Abbott <lauraa@codeaurora.org> | Mon Dec 05 15:32:36 2011 -0800 |
committer | Linux Build Service Account <lnxbuild@localhost> | Thu Dec 08 08:39:38 2011 -0700 |
tree | 281124872cdd52aeea7c0f73456145303e645c56 | |
parent | a1a8359355db0cfd11e3b196661ecde2382e8c30 [diff] |
gpu: ion: Fix debugfs handling of multiple kernel clients Currently, Ion registers all debugfs entries for clients via pid. If there are multiple kernel clients, this means the debugfs entry only gets created for the first one. Fix this by creating debugfs entries by name always. When creating user clients, specify the name via the pid. Change-Id: I00cbb284d1c53b3362bb7be9c0275620a9fac167 Signed-off-by: Laura Abbott <lauraa@codeaurora.org>