diff options
author | Bjorn Andersson <[email protected]> | 2022-07-08 09:26:32 -0700 |
---|---|---|
committer | Rob Clark <[email protected]> | 2022-08-15 10:19:18 -0700 |
commit | 02b9f2636209beb843ca501d47f7fddc8792b2d7 (patch) | |
tree | 6b796b4b8eb0db7db89a1e6c87266311ec1cdba9 /scripts/gdb | |
parent | a1653a75987749ba6dba94fa2e62f0f36b387d1a (diff) |
drm/msm/gpu: Drop qos request if devm_devfreq_add_device() fails
In the event that devm_devfreq_add_device() fails the device's qos freq
list is left referencing df->idle_freq and df->boost_freq. Attempting to
initialize devfreq again after a probe deferral will then cause invalid
memory accesses in dev_pm_qos_add_request().
Fix this by dropping the requests in the error path.
Fixes: 7c0ffcd40b16 ("drm/msm/gpu: Respect PM QoS constraints")
Signed-off-by: Bjorn Andersson <[email protected]>
Reviewed-by: Rob Clark <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Patchwork: https://patchwork.freedesktop.org/patch/493001/
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'scripts/gdb')
0 files changed, 0 insertions, 0 deletions