Loading drivers/gpu/msm/adreno_llc.h +4 −4 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved. * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved. */ #ifndef __ADRENO_LLC_H #define __ADRENO_LLC_H #ifdef CONFIG_QCOM_LLCC #include "adreno.h" #include <linux/soc/qcom/llcc-qcom.h> #ifdef CONFIG_QCOM_LLCC static inline bool adreno_llc_supported(void) { return true; Loading Loading @@ -69,8 +70,7 @@ static inline bool adreno_llc_supported(void) return false; } static inline void *adreno_llc_getd(struct device *dev, const char *name) static inline void *adreno_llc_getd(u32 uid) { return NULL; } Loading Loading
drivers/gpu/msm/adreno_llc.h +4 −4 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved. * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved. */ #ifndef __ADRENO_LLC_H #define __ADRENO_LLC_H #ifdef CONFIG_QCOM_LLCC #include "adreno.h" #include <linux/soc/qcom/llcc-qcom.h> #ifdef CONFIG_QCOM_LLCC static inline bool adreno_llc_supported(void) { return true; Loading Loading @@ -69,8 +70,7 @@ static inline bool adreno_llc_supported(void) return false; } static inline void *adreno_llc_getd(struct device *dev, const char *name) static inline void *adreno_llc_getd(u32 uid) { return NULL; } Loading