Re: [Mesa-dev] [PATCH] panfrost: Reset the damage area on imported resources

2019-08-28 Thread Alyssa Rosenzweig
Yeah, I gathered given the temporal proximity w/ IRC :) On Wed, Aug 28, 2019 at 05:02:43PM +0200, Boris Brezillon wrote: > On Wed, 28 Aug 2019 07:59:21 -0700 > Alyssa Rosenzweig wrote: > > > R-b > > For the record, that was the reason for those damage_width/height = 0 > situations you fixed in

Re: [Mesa-dev] [PATCH] panfrost: Reset the damage area on imported resources

2019-08-28 Thread Boris Brezillon
On Wed, 28 Aug 2019 07:59:21 -0700 Alyssa Rosenzweig wrote: > R-b For the record, that was the reason for those damage_width/height = 0 situations you fixed in 0c5633036195 ("panfrost: Workaround bug in partial update implementation"). > > On Wed, Aug 28, 2019 at 04:53:15PM +0200, Boris Brezi

Re: [Mesa-dev] [PATCH] panfrost: Reset the damage area on imported resources

2019-08-28 Thread Alyssa Rosenzweig
R-b On Wed, Aug 28, 2019 at 04:53:15PM +0200, Boris Brezillon wrote: > Reset the damage area in the resource_from_handle() path (as done in > panfrost_resource_create()). > > Signed-off-by: Boris Brezillon > --- > src/gallium/drivers/panfrost/pan_resource.c | 23 +++-- > 1 file

[Mesa-dev] [PATCH] panfrost: Reset the damage area on imported resources

2019-08-28 Thread Boris Brezillon
Reset the damage area in the resource_from_handle() path (as done in panfrost_resource_create()). Signed-off-by: Boris Brezillon --- src/gallium/drivers/panfrost/pan_resource.c | 23 +++-- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/src/gallium/drivers/panfros