// SPDX-License-Identifier: GPL-2.0 /* * Cedrus VPU driver * * Copyright (C) 2016 Florent Revest <[email protected]> * Copyright (C) 2018 Paul Kocialkowski <[email protected]> * Copyright (C) 2018 Bootlin * * Based on the vim2m driver, that is: * * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd. * Pawel Osciak, <[email protected]> * Marek Szyprowski, <[email protected]> */ #include <media/v4l2-device.h> #include <media/v4l2-ioctl.h> #include <media/v4l2-event.h> #include <media/v4l2-mem2mem.h> #include "cedrus.h" #include "cedrus_dec.h" #include "cedrus_hw.h" void cedrus_device_run(void *priv) { … }