Re: [PATCH 1/5] drm/panfrost: Restructure the GEM object creation

2019-07-23 Thread Steven Price
On 19/07/2019 23:22, Rob Herring wrote: > On Thu, Jul 18, 2019 at 9:03 AM Steven Price wrote: >> >> On 17/07/2019 19:33, Rob Herring wrote: >>> Setting the GPU VA when creating the GEM object doesn't allow for any >>> conditional adjustments. In preparation to support adjusting the >>> mapping, re

Re: [PATCH 1/5] drm/panfrost: Restructure the GEM object creation

2019-07-19 Thread Rob Herring
On Thu, Jul 18, 2019 at 9:03 AM Steven Price wrote: > > On 17/07/2019 19:33, Rob Herring wrote: > > Setting the GPU VA when creating the GEM object doesn't allow for any > > conditional adjustments. In preparation to support adjusting the > > mapping, restructure the GEM object creation to map the

Re: [PATCH 1/5] drm/panfrost: Restructure the GEM object creation

2019-07-19 Thread Steven Price
On 17/07/2019 19:33, Rob Herring wrote: > Setting the GPU VA when creating the GEM object doesn't allow for any > conditional adjustments. In preparation to support adjusting the > mapping, restructure the GEM object creation to map the GEM object after > we've created the base shmem object. > > C

[PATCH 1/5] drm/panfrost: Restructure the GEM object creation

2019-07-17 Thread Rob Herring
Setting the GPU VA when creating the GEM object doesn't allow for any conditional adjustments. In preparation to support adjusting the mapping, restructure the GEM object creation to map the GEM object after we've created the base shmem object. Cc: Tomeu Vizoso Cc: Boris Brezillon Cc: Robin Murp