commit | 0cb380a6b318376743174d173f5bc9e18b9b8ce3 | [log] [tgz] |
---|---|---|
author | Kenneth Graunke <kenneth@whitecape.org> | Wed May 29 23:40:20 2019 -0700 |
committer | Kenneth Graunke <kenneth@whitecape.org> | Thu May 30 00:15:26 2019 -0700 |
tree | b3783b3072f2cce215fafbba781b4bb6eeade08f | |
parent | 53878f7a8989879b0f3ca37df9fd1fb37f2525ca [diff] |
iris: Move SET_DOMAIN to alloc_fresh_bo() Chris pointed out that the order between SET_DOMAIN and SET_TILING doesn't matter, so we can just do the page allocation when creating a new BO. Simplifies the flow a bit. Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>