Re: [Mesa-dev] [PATCH 3/4] intel/decoder: construct correct xml filename

2018-09-05 Thread Lionel Landwerlin
On 05/09/2018 18:19, Sagar Ghuge wrote: construct correct gen xml filename when we try to load hardware xml description from a given path Signed-off-by: Sagar Ghuge Reviewed-by: Lionel Landwerlin --- src/intel/common/gen_decoder.c | 18 -- 1 file changed, 12 insertions

[Mesa-dev] [PATCH 3/4] intel/decoder: construct correct xml filename

2018-09-05 Thread Sagar Ghuge
construct correct gen xml filename when we try to load hardware xml description from a given path Signed-off-by: Sagar Ghuge --- src/intel/common/gen_decoder.c | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/intel/common/gen_decoder.c b/src/intel/commo