Re: [Mesa-dev] [PATCH 1/4] intel/decoder: add gen_spec_init method

2018-09-05 Thread Lionel Landwerlin
On 05/09/2018 18:19, Sagar Ghuge wrote: Initialize gen_spec instance properly when loading hardware xml description from specifc directory to avoid segmentation fault. Signed-off-by: Sagar Ghuge --- src/intel/common/gen_decoder.c | 51 +++--- 1 file changed, 35 in

[Mesa-dev] [PATCH 1/4] intel/decoder: add gen_spec_init method

2018-09-05 Thread Sagar Ghuge
Initialize gen_spec instance properly when loading hardware xml description from specifc directory to avoid segmentation fault. Signed-off-by: Sagar Ghuge --- src/intel/common/gen_decoder.c | 51 +++--- 1 file changed, 35 insertions(+), 16 deletions(-) diff --git a/s