linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Venus dynamic debug
@ 2020-04-08 21:20 Stanimir Varbanov
  2020-04-08 21:20 ` [PATCH 1/2] venus: Add debugfs interface to set firmware log level Stanimir Varbanov
  2020-04-08 21:20 ` [PATCH 2/2] venus: make debug infrastructure more flexible Stanimir Varbanov
  0 siblings, 2 replies; 3+ messages in thread
From: Stanimir Varbanov @ 2020-04-08 21:20 UTC (permalink / raw)
  To: linux-media, linux-arm-msm, linux-kernel
  Cc: Vikash Garodia, Stanimir Varbanov

Hello,

Here are two patches which are modifying the debug
infrastructure in the Venus driver to make it more
flexible and usable during debug specific issues.

Please comment.

Stanimir Varbanov (2):
  venus: Add debugfs interface to set firmware log level
  venus: make debug infrastructure more flexible

 drivers/media/platform/qcom/venus/Makefile    |  2 +-
 drivers/media/platform/qcom/venus/core.c      |  5 ++
 drivers/media/platform/qcom/venus/core.h      |  7 +++
 drivers/media/platform/qcom/venus/dbgfs.c     | 27 ++++++++
 drivers/media/platform/qcom/venus/dbgfs.h     | 12 ++++
 drivers/media/platform/qcom/venus/helpers.c   |  2 +-
 drivers/media/platform/qcom/venus/hfi_msgs.c  | 24 ++++---
 drivers/media/platform/qcom/venus/hfi_venus.c | 27 ++++++--
 .../media/platform/qcom/venus/pm_helpers.c    |  3 +-
 drivers/media/platform/qcom/venus/vdec.c      | 63 +++++++++++++++++--
 drivers/media/platform/qcom/venus/venc.c      |  4 ++
 11 files changed, 147 insertions(+), 29 deletions(-)
 create mode 100644 drivers/media/platform/qcom/venus/dbgfs.c
 create mode 100644 drivers/media/platform/qcom/venus/dbgfs.h

-- 
2.17.1


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

end of thread, other threads:[~2020-04-08 21:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-08 21:20 [PATCH 0/2] Venus dynamic debug Stanimir Varbanov
2020-04-08 21:20 ` [PATCH 1/2] venus: Add debugfs interface to set firmware log level Stanimir Varbanov
2020-04-08 21:20 ` [PATCH 2/2] venus: make debug infrastructure more flexible Stanimir Varbanov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).