commit | 5f4a4a73f437b007019495c3c789599d71b9c59e | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Wed Nov 30 15:26:26 2016 +0100 |
committer | Lucas Stach <l.stach@pengutronix.de> | Fri Dec 02 19:30:23 2016 +0100 |
tree | 95266e6635a76cb0ea822cfcc616d4e2ca8f320c | |
parent | 557800532ebdec4fc460876af4e3c216d23a184d [diff] |
drm/etnaviv: fix gem_prime_get_sg_table to return new SG table The object internal SG table must not be returned, as the caller will take ownership of the returned table. Construct a new table from the object pages and return this one instead. Signed-off-by: Lucas Stach <l.stach@pengutronix.de>