On 13/05/2026 22:24, Erikas Bitovtas wrote:
case HFI_VIDEO_CODEC_H263:
@@ -684,6 +686,8 @@ static const struct venus_resources msm8916_res = {
.vmem_addr = 0,
.dma_mask = 0xddc00000 - 1,
.fwname = "qcom/venus-1.8/venus.mbn",
+ .dec_codec_blacklist = HFI_VIDEO_CODEC_HEVC | HFI_VIDEO_CODEC_SPARK,
+ .enc_codec_blacklist = HFI_VIDEO_CODEC_HEVC,
This should be separate from the addition of the mechanism.
This is enumeration of a particular plaform and you might want for
example to revert the 8916 stuff in isolation without yanking the logic
that goes with it.
--
bod