Home
last modified time | relevance | path

Searched hist:"799926 a123cfe6fcb38979c45b3609c0aea61b84" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/platform/qcom/venus/
H A Dpm_helpers.cdiff 799926a123cfe6fcb38979c45b3609c0aea61b84 Thu Jul 29 11:30:44 CEST 2021 Mansur Alisha Shaik <mansur@codeaurora.org> media: venus: helper: change log level for false warning message

In current video driver implementation in calculate_inst_freq()
frequency is calculated based on filled_len. The filled_len may
vary frame to frame, because of this in load_scale_v4() since
frequency is calculated for all instances, driver is throwing
false warning like "HW is overloaded".

Hence to handle this, changed log level to low log message. Since the
actual session rejection is happening in decide_core() based on
load.

Signed-off-by: Mansur Alisha Shaik <mansur@codeaurora.org>
Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>