Re: [Mesa-dev] [PATCH mesa] anv: set error in anv_device_set_lost()

2018-10-26 Thread Eric Engestrom
On Friday, 2018-10-26 12:39:25 -0500, Jason Ekstrand wrote: > I sent two patches for this an hour ago Oops, should've checked before sending mine :) Your solution is cleaner; r-b > > On Fri, Oct 26, 2018 at 12:31 PM Eric Engestrom > wrote: > > > This de-duplicates the error messages. > > >

Re: [Mesa-dev] [PATCH mesa] anv: set error in anv_device_set_lost()

2018-10-26 Thread Jason Ekstrand
I sent two patches for this an hour ago On Fri, Oct 26, 2018 at 12:31 PM Eric Engestrom wrote: > This de-duplicates the error messages. > > Signed-off-by: Eric Engestrom > --- > Kinda hacky, so I won't take it personally if I get a "heck no!" :P > --- > src/intel/vulkan/anv_device.c | 27

[Mesa-dev] [PATCH mesa] anv: set error in anv_device_set_lost()

2018-10-26 Thread Eric Engestrom
This de-duplicates the error messages. Signed-off-by: Eric Engestrom --- Kinda hacky, so I won't take it personally if I get a "heck no!" :P --- src/intel/vulkan/anv_device.c | 27 --- src/intel/vulkan/anv_private.h | 5 + src/intel/vulkan/anv_queue.c | 16 ---