Searched refs:update_clk (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_core_perf.c | 308 bool update_bus = false, update_clk = false; in dpu_core_perf_crtc_update() local 354 update_clk = true; in dpu_core_perf_crtc_update() 360 update_clk = true; in dpu_core_perf_crtc_update() 364 new->core_clk_rate, !crtc->enabled, update_bus, update_clk); in dpu_core_perf_crtc_update() 379 if (update_clk) { in dpu_core_perf_crtc_update()
|
D | dpu_trace.h | 142 bool stop_req, bool update_bus, bool update_clk), 143 TP_ARGS(crtc, bw_ctl, core_clk_rate, stop_req, update_bus, update_clk), 150 __field(u32, update_clk) 158 __entry->update_clk = update_clk; 167 __entry->update_clk)
|
/linux-6.12.1/drivers/spi/ |
D | spi-cadence-xspi.c | 433 bool update_clk = false; in cdns_mrvl_xspi_setup_clock() local 459 update_clk = true; in cdns_mrvl_xspi_setup_clock() 462 if (update_clk) in cdns_mrvl_xspi_setup_clock() 466 return update_clk; in cdns_mrvl_xspi_setup_clock()
|