linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] qcom: remove memcpy()ing from cmd-db driver
@ 2018-09-26 18:02 Stephen Boyd
  2018-09-26 18:02 ` [PATCH v3 1/2] soc: qcom: cmd-db: Remove memcpy()ing from cmd_db_get_header() Stephen Boyd
  2018-09-26 18:02 ` [PATCH v3 2/2] soc: qcom: cmd-db: Stop memcpy()ing in cmd_db_read_aux_data() Stephen Boyd
  0 siblings, 2 replies; 3+ messages in thread
From: Stephen Boyd @ 2018-09-26 18:02 UTC (permalink / raw)
  To: Andy Gross
  Cc: linux-kernel, linux-arm-msm, linux-soc, Mahesh Sivasubramanian,
	Lina Iyer, Bjorn Andersson, Evan Green, Jordan Crouse, Rob Clark

A couple patches for the cmd-db code to not do any more copying
of memory. Instead, we'll just hand out pointers to things
inside cmd-db. 

Changes from v2:
 * Consolidated GPU code some more per Jordan's suggestion

Changes from v1:
 * Fixed patch#2 for GPU wreckage

Cc: Mahesh Sivasubramanian <msivasub@codeaurora.org>
Cc: Lina Iyer <ilina@codeaurora.org>
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: Evan Green <evgreen@chromium.org>
Cc: Jordan Crouse <jcrouse@codeaurora.org>
Cc: Rob Clark <robdclark@gmail.com>

Stephen Boyd (2):
  soc: qcom: cmd-db: Remove memcpy()ing from cmd_db_get_header()
  soc: qcom: cmd-db: Stop memcpy()ing in cmd_db_read_aux_data()

 drivers/gpu/drm/msm/adreno/a6xx_gmu.c | 54 ++++++----------
 drivers/soc/qcom/cmd-db.c             | 93 +++++++++------------------
 include/soc/qcom/cmd-db.h             | 12 +---
 3 files changed, 51 insertions(+), 108 deletions(-)

-- 
Sent by a computer through tubes


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

end of thread, other threads:[~2018-09-26 18:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-26 18:02 [PATCH v3 0/2] qcom: remove memcpy()ing from cmd-db driver Stephen Boyd
2018-09-26 18:02 ` [PATCH v3 1/2] soc: qcom: cmd-db: Remove memcpy()ing from cmd_db_get_header() Stephen Boyd
2018-09-26 18:02 ` [PATCH v3 2/2] soc: qcom: cmd-db: Stop memcpy()ing in cmd_db_read_aux_data() Stephen Boyd

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).