On 7/26/22 05:14, Bryan O'Donoghue wrote: > HFI_VERSION_1XX uses HFI_BUFFER_OUTPUT not HFI_BUFFER_OUTPUT2 for decoder > buffers. > > venus_helper_check_format() places a constraint on an output buffer to be > of type HFI_BUFFER_OUTPUT2. HFI_1XX uses HFI_BUFFER_OUTPUT though. > <cut> > > Validated playback with ffplay on db410c with h264 and vp8 decoding. > > Fixes: 9593126dae3e ("media: venus: Add a handling of QC08C compressed format") Cc: stable@xxxxxxxxxxxxxxx # v5.19 > Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx> > --- > drivers/media/platform/qcom/venus/helpers.c | 13 +++++++------ > 1 file changed, 7 insertions(+), 6 deletions(-) > -- regards, Stan