commit | d5fb46e0e3b7e49ee83ba92efc3ab4e1a545ecc1 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Tue Jul 26 13:47:10 2016 -0700 |
committer | Eric Anholt <eric@anholt.net> | Fri Aug 19 19:15:19 2016 -0700 |
tree | 83516ac13ea75e3c8d6ddb983df930c9011bada8 | |
parent | 29b4817d4018df78086157ea3a55c1d9424a7cfc [diff] |
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: d5b1a78a772f ("drm/vc4: Add support for drawing 3D frames.") Cc: stable@vger.kernel.org