All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] media: venus: core: correct firmware name for sm8250
@ 2021-04-09  0:33 Dmitry Baryshkov
  2021-05-26 19:03 ` patchwork-bot+linux-arm-msm
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Baryshkov @ 2021-04-09  0:33 UTC (permalink / raw)
  To: Stanimir Varbanov, Andy Gross, Bjorn Andersson
  Cc: Bryan O'Donoghue, Dikshita Agarwal, linux-arm-msm, linux-media

Firmware name for venus should be qcom/vpu-1.0/venus.mdt, not
qcom/sm8250/venus.mdt.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
 drivers/media/platform/qcom/venus/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/platform/qcom/venus/core.c b/drivers/media/platform/qcom/venus/core.c
index bef582470fa2..b7362706ad8e 100644
--- a/drivers/media/platform/qcom/venus/core.c
+++ b/drivers/media/platform/qcom/venus/core.c
@@ -701,7 +701,7 @@ static const struct venus_resources sm8250_res = {
 	.vmem_size = 0,
 	.vmem_addr = 0,
 	.dma_mask = 0xe0000000 - 1,
-	.fwname = "qcom/sm8250/venus.mdt",
+	.fwname = "qcom/vpu-1.0/venus.mdt",
 };
 
 static const struct of_device_id venus_dt_match[] = {
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] media: venus: core: correct firmware name for sm8250
  2021-04-09  0:33 [PATCH] media: venus: core: correct firmware name for sm8250 Dmitry Baryshkov
@ 2021-05-26 19:03 ` patchwork-bot+linux-arm-msm
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+linux-arm-msm @ 2021-05-26 19:03 UTC (permalink / raw)
  To: Dmitry Baryshkov; +Cc: linux-arm-msm

Hello:

This patch was applied to qcom/linux.git (refs/heads/for-next):

On Fri,  9 Apr 2021 03:33:55 +0300 you wrote:
> Firmware name for venus should be qcom/vpu-1.0/venus.mdt, not
> qcom/sm8250/venus.mdt.
> 
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
>  drivers/media/platform/qcom/venus/core.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - media: venus: core: correct firmware name for sm8250
    https://git.kernel.org/qcom/c/fb2b008b00fe

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-26 19:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-09  0:33 [PATCH] media: venus: core: correct firmware name for sm8250 Dmitry Baryshkov
2021-05-26 19:03 ` patchwork-bot+linux-arm-msm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.