Re: [PATCH] drm/msm/adreno: Add support for Adreno 505 GPU

From: Konrad Dybcio
Date: Tue Jun 04 2024 - 07:55:36 EST




On 6/4/24 02:20, Barnabás Czémán wrote:
From: Daniil Titov <daniilt971@xxxxxxxxx>

This GPU is found on SoCs such as MSM8937 (450 MHz), MSM8940 (475 MHz),
SDM439 (650 MHz).

Signed-off-by: Daniil Titov <daniilt971@xxxxxxxxx>
Signed-off-by: Barnabás Czémán <trabarni@xxxxxxxxx>
---

This all looks very good, just a nit

[...]

+ /*
+ * Increase inactive period to 250 to avoid bouncing
+ * the GDSC which appears to make it grumpy
+ */
+ .inactive_period = 250,

Are you sure this is actually necessary?

Konrad