mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
MALI: bifrost: Enlarge csffw_gpu_metrics_buf to 32 pages
To eliminate the following err log when running test_offscreen_glmark2.sh on the 3588 Linux device: [ 157.846768] mali fb000000.gpu: Invalid activity state transition. (prev_act = 1, cur_act = 1) This change originally comes from ARM's suggested modifications_from_SP_241012. Change-Id: I5f70d9deaca76cd14dda073160f2836c6dc83c47 Signed-off-by: Zhen Chen <chenzhen@rock-chips.com>
This commit is contained in:
@@ -123,7 +123,7 @@ static const struct firmware_trace_buffer_data trace_buffer_data[] = {
|
||||
{ KBASE_CSFFW_BENCHMARK_BUF_NAME, { 0 }, 2 },
|
||||
{ KBASE_CSFFW_TIMELINE_BUF_NAME, { 0 }, KBASE_CSF_TL_BUFFER_NR_PAGES },
|
||||
#if IS_ENABLED(CONFIG_MALI_TRACE_POWER_GPU_WORK_PERIOD)
|
||||
{ KBASE_CSFFW_GPU_METRICS_BUF_NAME, { 0 }, 8 },
|
||||
{ KBASE_CSFFW_GPU_METRICS_BUF_NAME, { 0 }, 32 },
|
||||
#endif /* CONFIG_MALI_TRACE_POWER_GPU_WORK_PERIOD */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user