]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf73a5b2d484ef9f6c4ab0280f1f6ee8a2221d00a
treee41374e8da840101df8cebfed41fe3b51f633369
parent89cc61fa15b3526a8b66201c5c510c76e13b9ac1
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