Home
last modified time | relevance | path

Searched refs:VDEC_REVISION_G12A (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/staging/media/meson/vdec/
H A Dvdec_hevc.c154 if (core->platform->revision == VDEC_REVISION_G12A || in vdec_hevc_stop()
170 if (core->platform->revision == VDEC_REVISION_G12A || in __vdec_hevc_start()
235 if (core->platform->revision == VDEC_REVISION_G12A || in vdec_hevc_start()
H A Dvdec_platform.h19 VDEC_REVISION_G12A, enumerator
H A Dcodec_hevc_common.h48 return revision >= VDEC_REVISION_G12A && in codec_hevc_use_mmu()
H A Dcodec_vp9.c566 else if (core->platform->revision >= VDEC_REVISION_G12A) in vp9_loop_filter_init()
731 if (core->platform->revision >= VDEC_REVISION_G12A) in codec_vp9_setup_workspace()
748 if (revision >= VDEC_REVISION_G12A) in codec_vp9_setup_workspace()
776 if (core->platform->revision >= VDEC_REVISION_G12A) in codec_vp9_start()
934 if (core->platform->revision >= VDEC_REVISION_G12A) { in codec_vp9_set_sao()
955 if (core->platform->revision < VDEC_REVISION_G12A) { in codec_vp9_set_sao()
H A Dvdec_platform.c319 .revision = VDEC_REVISION_G12A,
H A Dvdec.c1034 if (core->platform->revision == VDEC_REVISION_G12A || in vdec_probe()