From patchwork Tue Apr 24 12:44:21 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stanimir Varbanov X-Patchwork-Id: 10359555 X-Patchwork-Delegate: agross@codeaurora.org Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id A82DC601BE for ; Tue, 24 Apr 2018 12:51:13 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 94EB028DDB for ; Tue, 24 Apr 2018 12:51:13 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0A37E28DDF; Tue, 24 Apr 2018 12:51:12 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6D37928DCD for ; Tue, 24 Apr 2018 12:51:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933244AbeDXMtI (ORCPT ); Tue, 24 Apr 2018 08:49:08 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:35593 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932822AbeDXMpW (ORCPT ); Tue, 24 Apr 2018 08:45:22 -0400 Received: by mail-wm0-f67.google.com with SMTP id o78so611588wmg.0 for ; Tue, 24 Apr 2018 05:45:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=boZzvw8J9AG3zB/hNfpFR04mGD4vUKszkUB2fak/o04=; b=Twek869AjrkmfI4O2C4w2pZfQkZlut3geXF9k776p0hvGVxUs3Ii8WgEcfxwRJX+G1 V2GlcHfzDuLIiV+isxHVw4G0BDX1J1HQ9WIZCuaTrxFZwNjwqDKALfO0AciUcIOQUxJ2 0sWwXbkjvlC+kXwQXx9wNXcDgcOY27EWLgpgE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=boZzvw8J9AG3zB/hNfpFR04mGD4vUKszkUB2fak/o04=; b=T+TLN7cURyKLKOCgXUNLPiOyA4mz4HPBEmQbGEnPbXqI0LNPvXAj/QznJgPyvOI0qe HXCQILSb6D35BmKXs9KBK5i826eXkaDKSu/1RSPt0dMintQvO+3hBP6Bcy++l4x0XnLf 6E7J34E8tTL+nI9FFbhVXmRTw3ZTLYp+Td2C1HSO1KA2uGtIJao34LWCcgEek8sfEHQI 7kScbLVCG/VRwsKVz2RLtmO322Vo5rFujhRxjXVX9MAngdu4gPzs2YrPBjuLxq03XqAT Nj5dV9pymVK/x085w2EgAH0hWl7E2Fxd3x9jhiElD2lBMnKS8w237Ilw6LZtXnZYWdl1 qHbw== X-Gm-Message-State: ALQs6tChk0z9CuZl4siaZesb/xGoNxp1lf59DNMD4fKEiuBJL7vjWufS RZkHwr5eDUDb0nHU+xEZGE+0mTYhnHE= X-Google-Smtp-Source: AIpwx4+SrlA3fW7TvtIsXJaMxf90HxSvH3jexW+ip267rECWmQV8Ac+cv6+31SwlCSZEP4eZNZ3Brg== X-Received: by 10.28.174.81 with SMTP id x78mr13084808wme.41.1524573920853; Tue, 24 Apr 2018 05:45:20 -0700 (PDT) Received: from localhost.localdomain ([37.157.136.206]) by smtp.gmail.com with ESMTPSA id n49-v6sm22666013wrn.50.2018.04.24.05.45.19 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Apr 2018 05:45:20 -0700 (PDT) From: Stanimir Varbanov To: Mauro Carvalho Chehab , Hans Verkuil Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Vikash Garodia , Stanimir Varbanov Subject: [PATCH 13/28] venus: core: delete not used flag for buffer mode Date: Tue, 24 Apr 2018 15:44:21 +0300 Message-Id: <20180424124436.26955-14-stanimir.varbanov@linaro.org> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20180424124436.26955-1-stanimir.varbanov@linaro.org> References: <20180424124436.26955-1-stanimir.varbanov@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Delete not used flag for capture buffer allocation mode. Signed-off-by: Stanimir Varbanov --- drivers/media/platform/qcom/venus/core.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/media/platform/qcom/venus/core.h b/drivers/media/platform/qcom/venus/core.h index fe2d2b9e8af8..c46334454cd9 100644 --- a/drivers/media/platform/qcom/venus/core.h +++ b/drivers/media/platform/qcom/venus/core.h @@ -249,7 +249,6 @@ struct venus_buffer { * @priv: a private for HFI operations callbacks * @session_type: the type of the session (decoder or encoder) * @hprop: a union used as a holder by get property - * @cap_bufs_mode_static: buffers allocation mode capability * @cap_bufs_mode_dynamic: buffers allocation mode capability */ struct venus_inst { @@ -299,7 +298,6 @@ struct venus_inst { const struct hfi_inst_ops *ops; u32 session_type; union hfi_get_property hprop; - bool cap_bufs_mode_static; bool cap_bufs_mode_dynamic; };