Re: [FFmpeg-devel] [PATCH] lavu/hwcontext_vulkan: check PCI ID if possible

2024-03-18 Thread Xiang, Haihao
On Ma, 2024-03-18 at 18:41 +0100, Lynne wrote: > Mar 18, 2024, 08:27 by haihao.xiang-at-intel@ffmpeg.org: > > > From: Haihao Xiang > > > > Otherwise the derived device and the source device might have different > > PCI ID in a multiple-device system. > > > > Signed-off-by: Haihao Xiang > >

Re: [FFmpeg-devel] [PATCH] lavu/hwcontext_vulkan: check PCI ID if possible

2024-03-18 Thread Lynne
Mar 18, 2024, 08:27 by haihao.xiang-at-intel@ffmpeg.org: > From: Haihao Xiang > > Otherwise the derived device and the source device might have different > PCI ID in a multiple-device system. > > Signed-off-by: Haihao Xiang > --- > libavutil/hwcontext_vulkan.c | 30 +++--

[FFmpeg-devel] [PATCH] lavu/hwcontext_vulkan: check PCI ID if possible

2024-03-18 Thread Xiang, Haihao
From: Haihao Xiang Otherwise the derived device and the source device might have different PCI ID in a multiple-device system. Signed-off-by: Haihao Xiang --- libavutil/hwcontext_vulkan.c | 30 +++--- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/libavu