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: Gopikrishnaiah Anandan <agopik@codeaurora.org>
Loading
Please register or sign in to comment