commit | 2f9225dbc09abe7cacb9820ebdeef5b6c0eb9c72 | [log] [tgz] |
---|---|---|
author | Lucas Stach <l.stach@pengutronix.de> | Fri Nov 24 16:56:37 2017 +0100 |
committer | Lucas Stach <l.stach@pengutronix.de> | Tue Jan 02 17:33:36 2018 +0100 |
tree | a766b33cd78a2806f4cfb26fe1d1826f44c30c81 | |
parent | 7a9c0fe20e04f16db075a71065685628ec79e6c6 [diff] |
drm/etnaviv: move cmdbuf into submit object Less dynamic allocations and slims down the cmdbuf object to only the required information, as everything else is already available in the submit object. This also simplifies buffer and mappings lifetime management, as they are now exlusively attached to the submit object and not additionally to the cmdbuf. Signed-off-by: Lucas Stach <l.stach@pengutronix.de>