Re: [Mesa-dev] [PATCH] radv: fix pipeline statistics end query on compute queue

2017-12-28 Thread Bas Nieuwenhuizen
Please add a fixes tag. Reviewed-by: Bas Nieuwenhuizen On Thu, Dec 28, 2017 at 7:33 AM, Dave Airlie wrote: > From: Dave Airlie > > It's legal to a pipeline stat query on a compute queue, > but we'd emit the wrong packet here. This should fix it to emit > the correct packet. > > Noticed while i

[Mesa-dev] [PATCH] radv: fix pipeline statistics end query on compute queue

2017-12-27 Thread Dave Airlie
From: Dave Airlie It's legal to a pipeline stat query on a compute queue, but we'd emit the wrong packet here. This should fix it to emit the correct packet. Noticed while inspecting the mpv hang. Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_query.c | 2 +- 1 file changed, 1 insertion(+