gpu: ion: fill in buffer->{dev,size} before mapping new buffers
authorGreg Hackmann <ghackmann@google.com>
Tue, 5 Jun 2012 20:23:42 +0000 (13:23 -0700)
committerArve Hjønnevåg <arve@android.com>
Mon, 1 Jul 2013 20:40:48 +0000 (13:40 -0700)
commit9405700955e4bb6eac2b80135b1b76d078e3c219
tree4c5b14bad01a61d8dff695e5401cde9c124c76dd
parent639f69a560724de8eb62ef2dd163868c8737fee6
gpu: ion: fill in buffer->{dev,size} before mapping new buffers

At least one map_dma() implementation (EXYNOS_CONTIG) assumes the fields
are filled in

Change-Id: I88c84dc5663df41f9aa9401b5f80fc2570f9dd95
Signed-off-by: Greg Hackmann <ghackmann@google.com>
drivers/gpu/ion/ion.c