]> git.baikalelectronics.ru Git - kernel.git/commit
drm/vc4: Use drm_free_large() on handles to match its allocation.
authorEric Anholt <eric@anholt.net>
Tue, 26 Jul 2016 20:47:10 +0000 (13:47 -0700)
committerEric Anholt <eric@anholt.net>
Sat, 20 Aug 2016 02:15:19 +0000 (19:15 -0700)
commit5f11e857af71e81a8bb00b30fc63bc3feae589d5
tree83516ac13ea75e3c8d6ddb983df930c9011bada8
parentb482605f7939bd4035b2d11a7952dc3da5821c6d
drm/vc4: Use drm_free_large() on handles to match its allocation.

If you managed to exceed the limit to switch to vmalloc, we'd use the
wrong free.

Signed-off-by: Eric Anholt <eric@anholt.net>
Fixes: b93122fca269 ("drm/vc4: Add support for drawing 3D frames.")
Cc: stable@vger.kernel.org
drivers/gpu/drm/vc4/vc4_gem.c