Home
last modified time | relevance | path

Searched hist:"30 c1886ab53e89be5a0aa16df47b367957fc4bc2" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/platform/xilinx/
H A Dxilinx-vipp.cdiff 30c1886ab53e89be5a0aa16df47b367957fc4bc2 Fri Sep 29 08:31:08 CEST 2023 Sakari Ailus <sakari.ailus@linux.intel.com> media: xilinx-vipp: Look for entities also in waiting_list

The big V4L2 async framework overhaul simplified linked lists used by the
V4L2 async framework. This affected a few drivers and it turns out a few
of those drivers rely on searching for entities in both async notifier's
waiting and done lists. Do that by separately traversing both.

Fixes: 9bf19fbf0c8b ("media: v4l: async: Rework internal lists")
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>