Skip to content
Snippets Groups Projects
Commit 506edea9 authored by Yunfei Dong's avatar Yunfei Dong Committed by Enric Balletbo i Serra
Browse files

FROMLIST: media: mtk-vcodec: vdec: move stateful ops into their own file


We are planning to add support for stateless decoders to this driver.
Part of the driver will be shared between stateful and stateless
codecs, but a few ops need to be specialized for both. Extract the
stateful part of the driver and move it into its own file, accessible
through ops that the common driver parts can call.

This patch only moves code around and introduces a set of abstractions ;
the behavior of the driver should not be changed in any way. Changes to
code styling has been done to accommodate 'checkpatch.pl --strict'.

Signed-off-by: default avatarYunfei Dong <yunfei.dong@mediatek.com>
[acourbot: refactor, cleanup and split]
Co-developed-by: default avatarAlexandre Courbot <acourbot@chromium.org>
Signed-off-by: default avatarAlexandre Courbot <acourbot@chromium.org>
Change-Id: I0bf192c6dbfca7fe0e542000ca3d1d4817c0425d
parent 7f58a7ed
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment