Re: [FFmpeg-devel] [PATCH] lavu/hwcontext_vulkan: check both vendor and PCI IDs

2024-03-18 Thread Xiang, Haihao
On Ma, 2024-03-18 at 07:39 +0100, Lynne wrote: > Mar 18, 2024, 07:33 by haihao.xiang-at-intel@ffmpeg.org: > > > On Ma, 2024-03-18 at 07:18 +0100, Lynne wrote: > > > > > Mar 18, 2024, 06:57 by haihao.xiang-at-intel@ffmpeg.org: > > > > > > > On Vr, 2024-03-08 at 15:13 +0800, Xiang, Haihao

Re: [FFmpeg-devel] [PATCH] lavu/hwcontext_vulkan: check both vendor and PCI IDs

2024-03-18 Thread Lynne
Mar 18, 2024, 07:33 by haihao.xiang-at-intel@ffmpeg.org: > On Ma, 2024-03-18 at 07:18 +0100, Lynne wrote: > >> Mar 18, 2024, 06:57 by haihao.xiang-at-intel@ffmpeg.org: >> >> > On Vr, 2024-03-08 at 15:13 +0800, Xiang, Haihao wrote: >> > >> > > From: Haihao Xiang >> > > >> > > Otherwise

Re: [FFmpeg-devel] [PATCH] lavu/hwcontext_vulkan: check both vendor and PCI IDs

2024-03-18 Thread Xiang, Haihao
On Ma, 2024-03-18 at 07:18 +0100, Lynne wrote: > Mar 18, 2024, 06:57 by haihao.xiang-at-intel@ffmpeg.org: > > > On Vr, 2024-03-08 at 15:13 +0800, Xiang, Haihao wrote: > > > > > From: Haihao Xiang > > > > > > Otherwise the derived device and the source device might have different > > > PCI

Re: [FFmpeg-devel] [PATCH] lavu/hwcontext_vulkan: check both vendor and PCI IDs

2024-03-18 Thread Lynne
Mar 18, 2024, 06:57 by haihao.xiang-at-intel@ffmpeg.org: > On Vr, 2024-03-08 at 15:13 +0800, Xiang, Haihao wrote: > >> From: Haihao Xiang >> >> Otherwise the derived device and the source device might have different >> PCI ID or vendor ID in a multiple-device system. >> >> Signed-off-by:

Re: [FFmpeg-devel] [PATCH] lavu/hwcontext_vulkan: check both vendor and PCI IDs

2024-03-17 Thread Xiang, Haihao
On Vr, 2024-03-08 at 15:13 +0800, Xiang, Haihao wrote: > From: Haihao Xiang > > Otherwise the derived device and the source device might have different > PCI ID or vendor ID in a multiple-device system. > > Signed-off-by: Haihao Xiang > --- >  libavutil/hwcontext_vulkan.c | 31

[FFmpeg-devel] [PATCH] lavu/hwcontext_vulkan: check both vendor and PCI IDs

2024-03-07 Thread Xiang, Haihao
From: Haihao Xiang Otherwise the derived device and the source device might have different PCI ID or vendor ID in a multiple-device system. Signed-off-by: Haihao Xiang --- libavutil/hwcontext_vulkan.c | 31 +-- 1 file changed, 29 insertions(+), 2 deletions(-) diff