diff options
| author | Bjorn Andersson <andersson@kernel.org> | 2024-06-20 22:57:26 -0500 |
|---|---|---|
| committer | Bjorn Andersson <andersson@kernel.org> | 2024-06-21 00:16:28 -0500 |
| commit | 04b1deb821ea7f313d24a9aaf4c592375d688d39 (patch) | |
| tree | f803f0a58a54db76beb84bff67534b6067025b7e /drivers/soc/qcom/socinfo.c | |
| parent | 75287992f58a74271a083fef0356bc81d629f671 (diff) | |
| parent | 81bbb2b891174da9301fc0d4fe9622bd4cb6a995 (diff) | |
| download | lwn-04b1deb821ea7f313d24a9aaf4c592375d688d39.tar.gz lwn-04b1deb821ea7f313d24a9aaf4c592375d688d39.zip | |
Merge branch '20240430-a750-raytracing-v3-2-7f57c5ac082d@gmail.com' into drivers-for-6.11
Merge SMEM and SCM patches related to GPU features through a topic
branch to make it possible to share these with the msm-next DRM tree.
Diffstat (limited to 'drivers/soc/qcom/socinfo.c')
| -rw-r--r-- | drivers/soc/qcom/socinfo.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index 8087941a7887..beb23e292323 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -21,14 +21,6 @@ #include <dt-bindings/arm/qcom,ids.h> -/* - * SoC version type with major number in the upper 16 bits and minor - * number in the lower 16 bits. - */ -#define SOCINFO_MAJOR(ver) (((ver) >> 16) & 0xffff) -#define SOCINFO_MINOR(ver) ((ver) & 0xffff) -#define SOCINFO_VERSION(maj, min) ((((maj) & 0xffff) << 16)|((min) & 0xffff)) - /* Helper macros to create soc_id table */ #define qcom_board_id(id) QCOM_ID_ ## id, __stringify(id) #define qcom_board_id_named(id, name) QCOM_ID_ ## id, (name) |
