Re: [Mesa-dev] [PATCH 05/11] etnaviv: increment correct seqno for external resources

2017-06-28 Thread Wladimir J. van der Laan
On Fri, Jun 23, 2017 at 05:50:22PM +0200, Lucas Stach wrote: > If we import a dma-buf with a sampler/pixel pipe incompatible modifier, > the imported buffer will end up in an external resource view. As > resource_changed signals the change of the imported resource, we need > to update the external

Re: [Mesa-dev] [PATCH 05/11] etnaviv: increment correct seqno for external resources

2017-06-26 Thread Philipp Zabel
On Fri, 2017-06-23 at 17:50 +0200, Lucas Stach wrote: > If we import a dma-buf with a sampler/pixel pipe incompatible modifier, > the imported buffer will end up in an external resource view. As > resource_changed signals the change of the imported resource, we need > to update the external view se

[Mesa-dev] [PATCH 05/11] etnaviv: increment correct seqno for external resources

2017-06-23 Thread Lucas Stach
If we import a dma-buf with a sampler/pixel pipe incompatible modifier, the imported buffer will end up in an external resource view. As resource_changed signals the change of the imported resource, we need to update the external view seqno, instead of the base resource seqno. Signed-off-by: Lucas