All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv3 0/3] media: venus: close() fixes
@ 2024-10-25  3:46 Sergey Senozhatsky
  2024-10-25  3:46 ` [PATCHv3 1/3] media: venus: fix enc/dec destruction order Sergey Senozhatsky
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Sergey Senozhatsky @ 2024-10-25  3:46 UTC (permalink / raw)
  To: Stanimir Varbanov, Vikash Garodia, Bryan O'Donoghue
  Cc: linux-media, linux-kernel, Sergey Senozhatsky

A couple of fixes for venus driver close() handling
(both enc and dec).

v2->v3:
-- factored out common close() code (Bryan)

Sergey Senozhatsky (3):
  media: venus: fix enc/dec destruction order
  media: venus: sync with threaded IRQ during inst destruction
  media: venus: factor out inst destruction routine

 drivers/media/platform/qcom/venus/core.c      | 25 +++++++++++++++++++
 drivers/media/platform/qcom/venus/core.h      |  2 ++
 drivers/media/platform/qcom/venus/vdec.c      | 11 +-------
 drivers/media/platform/qcom/venus/vdec.h      |  7 +++++-
 .../media/platform/qcom/venus/vdec_ctrls.c    |  6 -----
 drivers/media/platform/qcom/venus/venc.c      | 12 +--------
 6 files changed, 35 insertions(+), 28 deletions(-)

-- 
2.47.0.163.g1226f6d8fa-goog


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

end of thread, other threads:[~2024-10-25  9:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-25  3:46 [PATCHv3 0/3] media: venus: close() fixes Sergey Senozhatsky
2024-10-25  3:46 ` [PATCHv3 1/3] media: venus: fix enc/dec destruction order Sergey Senozhatsky
2024-10-25  7:20   ` Dikshita Agarwal
2024-10-25  9:47     ` Sergey Senozhatsky
2024-10-25  3:46 ` [PATCHv3 2/3] media: venus: sync with threaded IRQ during inst destruction Sergey Senozhatsky
2024-10-25  3:46 ` [PATCHv3 3/3] media: venus: factor out inst destruction routine Sergey Senozhatsky
2024-10-25  8:06   ` Dikshita Agarwal

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.