Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_display_power_well.c43 void (*sync_hw)(struct drm_i915_private *i915, member
111 power_well->desc->ops->sync_hw(i915, power_well); in intel_power_well_sync_hw()
1839 .sync_hw = i9xx_power_well_sync_hw_noop,
1846 .sync_hw = chv_pipe_power_well_sync_hw,
1853 .sync_hw = i9xx_power_well_sync_hw_noop,
1860 .sync_hw = i830_pipes_power_well_sync_hw,
1875 .sync_hw = hsw_power_well_sync_hw,
1882 .sync_hw = i9xx_power_well_sync_hw_noop,
1889 .sync_hw = i9xx_power_well_sync_hw_noop,
1896 .sync_hw = i9xx_power_well_sync_hw_noop,
[all …]
/linux-6.1.9/drivers/clk/st/
Dclk-flexgen.c160 struct clk_hw *sync_hw = &flexgen->sync.hw; in flexgen_set_rate() local
161 struct clk_gate *config = to_clk_gate(sync_hw); in flexgen_set_rate()