Loading drivers/gpu/drm/msm/msm_drv.c +8 −0 Original line number Diff line number Diff line Loading @@ -1696,6 +1696,13 @@ static const struct of_device_id msm_gpu_match[] = { { }, }; #ifdef CONFIG_QCOM_KGSL static int add_gpu_components(struct device *dev, struct component_match **matchptr) { return 0; } #else static int add_gpu_components(struct device *dev, struct component_match **matchptr) { Loading @@ -1711,6 +1718,7 @@ static int add_gpu_components(struct device *dev, return 0; } #endif static int msm_drm_bind(struct device *dev) { Loading Loading
drivers/gpu/drm/msm/msm_drv.c +8 −0 Original line number Diff line number Diff line Loading @@ -1696,6 +1696,13 @@ static const struct of_device_id msm_gpu_match[] = { { }, }; #ifdef CONFIG_QCOM_KGSL static int add_gpu_components(struct device *dev, struct component_match **matchptr) { return 0; } #else static int add_gpu_components(struct device *dev, struct component_match **matchptr) { Loading @@ -1711,6 +1718,7 @@ static int add_gpu_components(struct device *dev, return 0; } #endif static int msm_drm_bind(struct device *dev) { Loading