mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 12:46:47 +07:00
b0e0e1f83d
Prepare to divide videobuf2 - Separate vb2 trace events from v4l2 trace event. - Make wrapper functions that will move to v4l2-side. - Make vb2_core_* functions that will remain in core-side. - Add a callback function table for buffer operation which makes vb2-core to be able to invoke a v4l2-side functions. - Rename internal functions as vb2_*. Signed-off-by: Junghak Sung <jh1009.sung@samsung.com> Signed-off-by: Geunyoung Kim <nenggun.kim@samsung.com> Acked-by: Seung-Woo Kim <sw0312.kim@samsung.com> Acked-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
12 lines
343 B
C
12 lines
343 B
C
#include <media/v4l2-common.h>
|
|
#include <media/v4l2-fh.h>
|
|
#include <media/videobuf2-v4l2.h>
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
#include <trace/events/v4l2.h>
|
|
|
|
EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_v4l2_buf_done);
|
|
EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_v4l2_buf_queue);
|
|
EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_v4l2_dqbuf);
|
|
EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_v4l2_qbuf);
|