diff options
| author | Melody Olvera <melody.olvera@oss.qualcomm.com> | 2025-05-12 23:54:43 +0300 |
|---|---|---|
| committer | Bjorn Andersson <andersson@kernel.org> | 2025-05-13 00:26:21 +0300 |
| commit | 2c04e58e30ce858cc2be531298312c67c7d55fc3 (patch) | |
| tree | ca3665e4c4eaf9c5ddd97c3e4f16171122a4b6f6 /include/linux | |
| parent | 9186a0f3e4f2ebdd3e5ef1d87cef0418101a47dc (diff) | |
| download | linux-2c04e58e30ce858cc2be531298312c67c7d55fc3.tar.xz | |
soc: qcom: llcc-qcom: Add support for SM8750
Add system cache table and configs for SM8750 SoCs.
Signed-off-by: Melody Olvera <melody.olvera@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250512-sm8750_llcc_master-v5-3-d78dca6282a5@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/soc/qcom/llcc-qcom.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/soc/qcom/llcc-qcom.h b/include/linux/soc/qcom/llcc-qcom.h index 8e5d78fb4847..7a69210a250c 100644 --- a/include/linux/soc/qcom/llcc-qcom.h +++ b/include/linux/soc/qcom/llcc-qcom.h @@ -24,6 +24,7 @@ #define LLCC_CMPTDMA 15 #define LLCC_DISP 16 #define LLCC_VIDFW 17 +#define LLCC_CAMFW 18 #define LLCC_MDMHPFX 20 #define LLCC_MDMPNG 21 #define LLCC_AUDHW 22 @@ -67,6 +68,13 @@ #define LLCC_EVCS_LEFT 67 #define LLCC_EVCS_RIGHT 68 #define LLCC_SPAD 69 +#define LLCC_VIDDEC 70 +#define LLCC_CAMOFE 71 +#define LLCC_CAMRTIP 72 +#define LLCC_CAMSRTIP 73 +#define LLCC_CAMRTRF 74 +#define LLCC_CAMSRTRF 75 +#define LLCC_CPUSSMPAM 89 /** * struct llcc_slice_desc - Cache slice descriptor |
