Re: [Mesa-dev] [PATCH mesa 1/2] virgl: add missing function parameter

2018-11-20 Thread Eric Engestrom
On Tuesday, 2018-11-20 14:36:28 +0100, Robert Foss wrote: > Hey Eric, > > On 2018-11-20 13:36, Eric Engestrom wrote: > > Fixes: d1a1c21e7621b5177feb "virgl: native fence fd support" > > Cc: Robert Foss > > Cc: Emil Velikov > > Signed-off-by: Eric Engestrom > > --- > > I don't know if something

Re: [Mesa-dev] [PATCH mesa 1/2] virgl: add missing function parameter

2018-11-20 Thread Robert Foss
Hey Eric, On 2018-11-20 13:36, Eric Engestrom wrote: Fixes: d1a1c21e7621b5177feb "virgl: native fence fd support" Cc: Robert Foss Cc: Emil Velikov Signed-off-by: Eric Engestrom --- I don't know if something should be done with the fd type in this function, so one of you might want to send ano

[Mesa-dev] [PATCH mesa 1/2] virgl: add missing function parameter

2018-11-20 Thread Eric Engestrom
Fixes: d1a1c21e7621b5177feb "virgl: native fence fd support" Cc: Robert Foss Cc: Emil Velikov Signed-off-by: Eric Engestrom --- I don't know if something should be done with the fd type in this function, so one of you might want to send another patch to fix this? Otherwise, at least this fixes t