OSDN Git Service

media: mtk-vcodec: vdec: set VPI IPI handler in one place
authorAlexandre Courbot <acourbot@chromium.org>
Fri, 6 Sep 2019 11:55:02 +0000 (08:55 -0300)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Tue, 1 Oct 2019 19:45:25 +0000 (16:45 -0300)
commit2abb4db289d757cddf2bf8aae34be65bad653bb7
treee41374e8da840101df8cebfed41fe3b51f633369
parentdda8415e17c99ad3d6ac56d8aa722198f816fc74
media: mtk-vcodec: vdec: set VPI IPI handler in one place

Each of the supported decoder formats used to set the same RPC
interrupt handler by themselves, even though this could be done
by the IF init function itself. Move it to the right place and stop
making its symbol public.

Signed-off-by: Alexandre Courbot <acourbot@chromium.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/mtk-vcodec/vdec/vdec_h264_if.c
drivers/media/platform/mtk-vcodec/vdec/vdec_vp8_if.c
drivers/media/platform/mtk-vcodec/vdec/vdec_vp9_if.c
drivers/media/platform/mtk-vcodec/vdec_vpu_if.c
drivers/media/platform/mtk-vcodec/vdec_vpu_if.h