Skip to content
Commit 660de08a authored by Gopikrishnaiah Anandan's avatar Gopikrishnaiah Anandan Committed by Gerrit - the friendly Code Review server
Browse files

drm: use vmalloc/vfree for blob allocation



DRM frame-work blobs will be used only for CPU access. Currently blob
create api uses kzalloc which tries to allocate physically contiguous
memory and allocation can fail if the memory is fragmented when the
allocation size if more than page size. Change updates the api to use
vmalloc/vfree to resolve alloation failures.

Change-Id: I60c32f774c1159c3660b9f84ae8bc36c524dcb00
Signed-off-by: default avatarGopikrishnaiah Anandan <agopik@codeaurora.org>
parent 5bc0e57c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment