diff options
| author | Rebecca Schultz Zavin <rebecca@android.com> | 2012-10-10 10:34:50 -0700 |
|---|---|---|
| committer | Arve Hjønnevåg <arve@android.com> | 2013-07-01 14:16:11 -0700 |
| commit | 15da191d8fdf3ebd8aed546461d17ac0714be47a (patch) | |
| tree | ae902834cd00d53823bbae9b394fa4b781a2c383 /drivers/gpu/drm/omapdrm/omap_fbdev.c | |
| parent | cb80c2ec451c3beb042bab7aa22a129fa5488121 (diff) | |
| download | olio-linux-3.10-15da191d8fdf3ebd8aed546461d17ac0714be47a.tar.xz olio-linux-3.10-15da191d8fdf3ebd8aed546461d17ac0714be47a.zip | |
gpu: ion: Fix lockdep issue in ion_page_pool
Currently the mutex is held while kmalloc is called, under a low memory
condition this might trigger the shrinker which also takes this mutex.
Refactor so the mutex is not held during allocation.
Change-Id: Ic1d3b2f69e61209191bac84724ba56f6b98e2bc4
Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_fbdev.c')
0 files changed, 0 insertions, 0 deletions