Re: [PATCH] accel/ivpu: Add initial Wildcat Lake support

2025-06-16 Thread Jacek Lawrynowicz
Applied to drm-misc-next On 6/5/2025 6:19 PM, Maciej Falkowski wrote: > Add support for Wildcat Lake (WCL) CPUs. > Wildcat Lake contains NPU5 just like Panther Lake > hence the initial support is very simple and adds > only PCI IDs. > > Signed-off-by: Maciej Falkowski > --- > drivers/accel/ivpu

Re: [PATCH] accel/ivpu: Add initial Wildcat Lake support

2025-06-06 Thread Jeff Hugo
On 6/5/2025 10:19 AM, Maciej Falkowski wrote: Add support for Wildcat Lake (WCL) CPUs. Wildcat Lake contains NPU5 just like Panther Lake hence the initial support is very simple and adds only PCI IDs. Signed-off-by: Maciej Falkowski Reviewed-by: Jeff Hugo

[PATCH] accel/ivpu: Add initial Wildcat Lake support

2025-06-05 Thread Maciej Falkowski
Add support for Wildcat Lake (WCL) CPUs. Wildcat Lake contains NPU5 just like Panther Lake hence the initial support is very simple and adds only PCI IDs. Signed-off-by: Maciej Falkowski --- drivers/accel/ivpu/ivpu_drv.c | 1 + drivers/accel/ivpu/ivpu_drv.h | 3 +++ drivers/accel/ivpu/ivpu_h