Re: [Mesa-dev] [PATCH v3 19/25] panfrost: Pass a batch to panfrost_set_value_job()

2019-09-05 Thread Alyssa Rosenzweig
R-b On Thu, Sep 05, 2019 at 09:41:44PM +0200, Boris Brezillon wrote: > So we can emit SET_VALUE jobs for a batch that's not currently bound > to the context. > > Signed-off-by: Boris Brezillon > --- > src/gallium/drivers/panfrost/pan_scoreboard.c | 6 ++ > 1 file changed, 2 insertions(+),

[Mesa-dev] [PATCH v3 19/25] panfrost: Pass a batch to panfrost_set_value_job()

2019-09-05 Thread Boris Brezillon
So we can emit SET_VALUE jobs for a batch that's not currently bound to the context. Signed-off-by: Boris Brezillon --- src/gallium/drivers/panfrost/pan_scoreboard.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/gallium/drivers/panfrost/pan_scoreboard.c