soc: qcom: hgsl: Update hfi command data structure

Sync the data structure with kgsl/gmu.

Change-Id: I9820f6dab0d5dde1aede7ef22e1b22af7d9b4284
Signed-off-by: Thomas (Wonyoung) Yun <wyun@codeaurora.org>
tirimbino
Thomas (Wonyoung) Yun 5 years ago
parent 76fdfd96be
commit 5898eaccf3
  1. 2
      drivers/soc/qcom/hgsl/hgsl.c

@ -226,7 +226,9 @@ struct hgsl_db_cmds {
uint32_t ctx_id;
uint32_t cmd_flags;
uint32_t timestamp;
uint64_t user_profile_gpuaddr;
uint32_t num_ibs;
uint32_t ib_desc_gmuaddr;
struct hgsl_fw_ib_desc ib_descs[];
} __packed;

Loading…
Cancel
Save