lkml.org 
[lkml]   [2018]   [Jun]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v4 05/27] venus: hfi: support session continue for 4xx version
    Date
    This makes possible to handle session_continue for 4xx as well.

    Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
    Reviewed-by: Tomasz Figa <tfiga@chromium.org>
    ---
    drivers/media/platform/qcom/venus/hfi.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/media/platform/qcom/venus/hfi.c b/drivers/media/platform/qcom/venus/hfi.c
    index bca894a00c07..cbc6fad05e47 100644
    --- a/drivers/media/platform/qcom/venus/hfi.c
    +++ b/drivers/media/platform/qcom/venus/hfi.c
    @@ -312,7 +312,7 @@ int hfi_session_continue(struct venus_inst *inst)
    {
    struct venus_core *core = inst->core;

    - if (core->res->hfi_version != HFI_VERSION_3XX)
    + if (core->res->hfi_version == HFI_VERSION_1XX)
    return 0;

    return core->ops->session_continue(inst);
    --
    2.14.1
    \
     
     \ /
      Last update: 2018-06-27 17:37    [W:6.739 / U:0.056 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site