This series fixes two buffer handling bugs. The first bug is trivial and ~impossible to hit without the second bug but with fixing anyway. Its a simple NULL pointer handling issue. The second bug relates to HFI_VERSION_1XX output buffers. Unfortunately these have been broken since Commit: 9593126dae3e ("media: venus: Add a handling of QC08C compressed format") A bit of bisecting the commits in venus found it handily enough. Once the fix is applied we have I have decode working again on db410c. Bryan O'Donoghue (2): media: venus: dec: Handle the case where find_format fails media: venus: Fix NV12 decoder buffer discovery on HFI_VERSION_1XX drivers/media/platform/qcom/venus/helpers.c | 13 +++++++------ drivers/media/platform/qcom/venus/vdec.c | 2 ++ 2 files changed, 9 insertions(+), 6 deletions(-) -- 2.36.1