Re: [PATCH] drm/msm/adreno: Do not print error on "qcom,gpu-pwrlevels" absence

2019-09-05 Thread Jordan Crouse
On Thu, Sep 05, 2019 at 08:16:48AM -0300, Fabio Estevam wrote: > Booting the adreno driver on a imx53 board leads to the following > error message: > > adreno 3000.gpu: [drm:adreno_gpu_init] *ERROR* Could not find the GPU > powerlevels > > As the "qcom,gpu-pwrlevels" property is optional

[PATCH] drm/msm/adreno: Do not print error on "qcom, gpu-pwrlevels" absence

2019-09-05 Thread Fabio Estevam
Booting the adreno driver on a imx53 board leads to the following error message: adreno 3000.gpu: [drm:adreno_gpu_init] *ERROR* Could not find the GPU powerlevels As the "qcom,gpu-pwrlevels" property is optional and never present on i.MX5, turn the message into debug level instead.