-
- Downloads
FROMLIST: media: mtk-vcodec: vdec: handle firmware version field
Firmwares for decoders newer than MT8173 will include an ABI version
number in their initialization ack message. Add the capacity to manage
it and make initialization fail if the firmware ABI is of a version that
we don't support.
For MT8173, this ABI version field does not exist ; thus ignore it on
this chip. There should only be one firmware version available for it
anyway.
Signed-off-by:
Alexandre Courbot <acourbot@chromium.org>
Showing
- drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_stateful.c 1 addition, 0 deletionsdrivers/media/platform/mtk-vcodec/mtk_vcodec_dec_stateful.c
- drivers/media/platform/mtk-vcodec/mtk_vcodec_drv.h 4 additions, 0 deletionsdrivers/media/platform/mtk-vcodec/mtk_vcodec_drv.h
- drivers/media/platform/mtk-vcodec/vdec_ipi_msg.h 5 additions, 0 deletionsdrivers/media/platform/mtk-vcodec/vdec_ipi_msg.h
- drivers/media/platform/mtk-vcodec/vdec_vpu_if.c 19 additions, 2 deletionsdrivers/media/platform/mtk-vcodec/vdec_vpu_if.c
Loading
Please register or sign in to comment