mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
This patch is based on 1699785. It uses to extend the related interface to support the request-based operations. We use extension fields in the parameters of VIDIOC_SUBDEV_S_SELECTION, VIDIOC_SUBDEV_S_FMT and VIDIOC_SUBDEV_S_FRAME_INTERVAL as request fd. The driver uses media_request_get_by_fd() to retrieve the media request and save the pending change in it, so that we can apply the pending change in req_queue() callback then. Bug: 191903073 CR-Id: Signed-off-by: Louis Kuo <louis.kuo@mediatek.com> Change-Id: Idb7921724cf8febc44b01880a4ad8b7c9272ba6a |
||
|---|---|---|
| .. | ||
| events | ||
| hooks | ||
| bpf_probe.h | ||
| define_trace.h | ||
| perf.h | ||
| syscall.h | ||
| trace_events.h | ||