Loading drivers/gpu/msm/adreno.c +6 −1 Original line number Diff line number Diff line /* Copyright (c) 2002,2007-2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2002,2007-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -42,6 +42,8 @@ #include "adreno-gpulist.h" #include "adreno_dispatch.h" #include <soc/qcom/boot_stats.h> #undef MODULE_PARAM_PREFIX #define MODULE_PARAM_PREFIX "adreno." Loading Loading @@ -1035,6 +1037,9 @@ static int adreno_probe(struct platform_device *pdev) } } #endif place_marker("M - DRIVER GPU Ready"); out: if (status) { adreno_ringbuffer_close(adreno_dev); Loading Loading
drivers/gpu/msm/adreno.c +6 −1 Original line number Diff line number Diff line /* Copyright (c) 2002,2007-2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2002,2007-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -42,6 +42,8 @@ #include "adreno-gpulist.h" #include "adreno_dispatch.h" #include <soc/qcom/boot_stats.h> #undef MODULE_PARAM_PREFIX #define MODULE_PARAM_PREFIX "adreno." Loading Loading @@ -1035,6 +1037,9 @@ static int adreno_probe(struct platform_device *pdev) } } #endif place_marker("M - DRIVER GPU Ready"); out: if (status) { adreno_ringbuffer_close(adreno_dev); Loading