diff --git a/drivers/amlogic/media_modules/frame_sink/encoder/h265/vpu.c b/drivers/amlogic/media_modules/frame_sink/encoder/h265/vpu.c index 510b415ff0cf..3345b0a23e07 100644 --- a/drivers/amlogic/media_modules/frame_sink/encoder/h265/vpu.c +++ b/drivers/amlogic/media_modules/frame_sink/encoder/h265/vpu.c @@ -1987,7 +1987,8 @@ static s32 __init vpu_init(void) if ((get_cpu_type() != MESON_CPU_MAJOR_ID_GXM) && (get_cpu_type() != MESON_CPU_MAJOR_ID_G12A) - && (get_cpu_type() != MESON_CPU_MAJOR_ID_GXL)) { + && (get_cpu_type() != MESON_CPU_MAJOR_ID_GXLX) + && (get_cpu_type() != MESON_CPU_MAJOR_ID_G12B)) { enc_pr(LOG_DEBUG, "The chip is not support hevc encoder\n"); return -1;