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

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

v3->v4:
-- removed vdec_ctrl_deinit() (Dikshita)

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      | 13 ++--------
 drivers/media/platform/qcom/venus/vdec.h      |  1 -
 .../media/platform/qcom/venus/vdec_ctrls.c    |  6 -----
 drivers/media/platform/qcom/venus/venc.c      | 12 +--------
 6 files changed, 30 insertions(+), 29 deletions(-)

-- 
2.47.0.163.g1226f6d8fa-goog


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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-25 10:50 [PATCHv4 0/3] media: venus: close() fixes Sergey Senozhatsky
2024-10-25 10:50 ` [PATCHv4 1/3] media: venus: fix enc/dec destruction order Sergey Senozhatsky
2024-10-25 10:50 ` [PATCHv4 2/3] media: venus: sync with threaded IRQ during inst destruction Sergey Senozhatsky
2024-10-25 10:50 ` [PATCHv4 3/3] media: venus: factor out inst destruction routine Sergey Senozhatsky
2024-10-25 11:43   ` Bryan O'Donoghue
2024-10-25 13:01     ` Sergey Senozhatsky

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.