Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6cf9c1b authored by Deva Ramasubramanian's avatar Deva Ramasubramanian Committed by Matt Wagantall
Browse files

msm: vidc: Stop publishing frequency tables to devfreq



The frequency tables contains the min and max bandwidth values for each
bus. The governor might provide any value in the range of those two values.
However, if the device publishes a frequency table, devfreq expects the
governor to pick a enumerated in freq table, which doesn't really
suit some of the governors that we use.

The latter behaviour from devfreq is undesirable as it spams the log
"Couldn't update frequency transition information" each time we attempt
to scale buses.

As such, just stop publishing the table to devfreq and manually clamp
the governor's frequency vote in the .target() callback.

Change-Id: I167e1a7a43e643da501c452a31f320e2733cd94c
Signed-off-by: default avatarDeva Ramasubramanian <dramasub@codeaurora.org>
parent fbc2f1ba
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment