media: mtk-vpu: add new IPI for VENC_HYBRID_H264

Add a new IPI for VENC_HYBRID_H264.It is added at the end because
I believe the order might matter to keep supporting mt8173.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
diff --git a/drivers/media/platform/mtk-vpu/mtk_vpu.h b/drivers/media/platform/mtk-vpu/mtk_vpu.h
index 4abad9f..b84d8e9 100644
--- a/drivers/media/platform/mtk-vpu/mtk_vpu.h
+++ b/drivers/media/platform/mtk-vpu/mtk_vpu.h
@@ -69,6 +69,7 @@
 	IPI_VENC_H264,
 	IPI_VENC_VP8,
 	IPI_MDP,
+	IPI_VENC_HYBRID_H264,
 	IPI_MAX,
 };