From 56d170bc06c3ac69deb697f057c213f7c46d9a68 Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Wed, 18 Jun 2014 09:45:23 -0400 Subject: freedreno: add chip-id property Userspace needs to know the patch-revision in addition to just the gpu-id (ie. 320, 305, etc). Signed-off-by: Rob Clark --- freedreno/msm/msm_priv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'freedreno/msm/msm_priv.h') diff --git a/freedreno/msm/msm_priv.h b/freedreno/msm/msm_priv.h index 4c5623a9..75ae883f 100644 --- a/freedreno/msm/msm_priv.h +++ b/freedreno/msm/msm_priv.h @@ -53,6 +53,7 @@ struct msm_pipe { uint32_t pipe; uint32_t gpu_id; uint32_t gmem; + uint32_t chip_id; }; static inline struct msm_pipe * to_msm_pipe(struct fd_pipe *x) -- cgit v1.2.3