Re: [Mesa-dev] [PATCH] r600g: fix UVD detection

2013-09-30 Thread Marek Olšák
Hi, I have committed a simpler fix as 7b25f52a95fe13bfc86c4d421328f6df7690876c . Marek On Mon, Sep 30, 2013 at 10:53 AM, Grigori Goronzy wrote: > UVD was checked before the info fields were initialized. Introduced > by commit 68f6dec32. > --- > src/gallium/drivers/r600/r600_pipe.c | 13 +++-

[Mesa-dev] [PATCH] r600g: fix UVD detection

2013-09-30 Thread Grigori Goronzy
UVD was checked before the info fields were initialized. Introduced by commit 68f6dec32. --- src/gallium/drivers/r600/r600_pipe.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c index 097