Home
last modified time | relevance | path

Searched refs:update_bus (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_core_perf.c328 bool update_bus = false, update_clk = false; in dpu_core_perf_crtc_update() local
372 update_bus = true; in dpu_core_perf_crtc_update()
386 update_bus = true; in dpu_core_perf_crtc_update()
391 new->core_clk_rate, stop_req, update_bus, update_clk); in dpu_core_perf_crtc_update()
393 if (update_bus) { in dpu_core_perf_crtc_update()
Ddpu_trace.h142 bool stop_req, bool update_bus, bool update_clk),
143 TP_ARGS(crtc, bw_ctl, core_clk_rate, stop_req, update_bus, update_clk),
149 __field(u32, update_bus)
157 __entry->update_bus = update_bus;
166 __entry->update_bus,