commit | 8f1cd826641d677d0f7494253ecfc3335f0bcd4e | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Thu Nov 08 08:16:53 2018 -0800 |
committer | Eric Anholt <eric@anholt.net> | Tue Nov 27 12:23:23 2018 -0800 |
tree | ca74308db0d25b90bc8668e5d1793d083255336c | |
parent | e90e45f6bd45cc494a6f4cd1853c5e7cd4be7f68 [diff] |
drm/v3d: Clean up the reservation object setup. The extra to_v3d_bo() calls came from copying this from the vc4 driver, which stored the cma gem object in the structs. v2: Fix an unused var warning Signed-off-by: Eric Anholt <eric@anholt.net> Link: https://patchwork.freedesktop.org/patch/msgid/20181108161654.19888-4-eric@anholt.net Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com> (v1)