Some changes to 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 v1: * Fixed patch#2 for GPU wreckage Cc: Mahesh Sivasubramanian <[email protected]> Cc: Lina Iyer <[email protected]> Cc: Bjorn Andersson <[email protected]> Cc: Evan Green <[email protected]> Cc: Jordan Crouse <[email protected]> Cc: Rob Clark <[email protected]> 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 | 34 +++++----- drivers/soc/qcom/cmd-db.c | 93 +++++++++------------------ include/soc/qcom/cmd-db.h | 12 +--- 3 files changed, 49 insertions(+), 90 deletions(-) -- Sent by a computer through tubes

