Home
last modified time | relevance | path

Searched refs:force_on (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn314/
H A Ddcn314_hwseq.c283 bool force_on = true; /* disable power gating */ in dcn314_enable_power_gating_plane() local
287 force_on = false; in dcn314_enable_power_gating_plane()
293 REG_UPDATE(DOMAIN0_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn314_enable_power_gating_plane()
294 REG_UPDATE(DOMAIN2_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn314_enable_power_gating_plane()
296 REG_UPDATE(DOMAIN1_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn314_enable_power_gating_plane()
297 REG_UPDATE(DOMAIN3_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn314_enable_power_gating_plane()
299 force_on = true; /* disable power gating */ in dcn314_enable_power_gating_plane()
301 force_on = false; in dcn314_enable_power_gating_plane()
304 REG_UPDATE(DOMAIN16_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn314_enable_power_gating_plane()
305 REG_UPDATE(DOMAIN17_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn314_enable_power_gating_plane()
[all …]
/linux-6.15/arch/arm/mach-omap2/
H A Dmcbsp.c34 static int omap3_mcbsp_force_ick_on(struct clk *clk, bool force_on) in omap3_mcbsp_force_ick_on() argument
39 if (force_on) in omap3_mcbsp_force_ick_on()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn31/
H A Ddcn31_hwseq.c349 bool force_on = true; /* disable power gating */ in dcn31_enable_power_gating_plane() local
353 force_on = false; in dcn31_enable_power_gating_plane()
359 REG_UPDATE(DOMAIN0_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn31_enable_power_gating_plane()
360 REG_UPDATE(DOMAIN2_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn31_enable_power_gating_plane()
362 REG_UPDATE(DOMAIN1_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn31_enable_power_gating_plane()
363 REG_UPDATE(DOMAIN3_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn31_enable_power_gating_plane()
365 force_on = true; /* disable power gating */ in dcn31_enable_power_gating_plane()
367 force_on = false; in dcn31_enable_power_gating_plane()
370 REG_UPDATE(DOMAIN16_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn31_enable_power_gating_plane()
371 REG_UPDATE(DOMAIN17_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn31_enable_power_gating_plane()
[all …]
/linux-6.15/drivers/gpu/drm/gma500/
H A Dpower.c214 bool gma_power_begin(struct drm_device *dev, bool force_on) in gma_power_begin() argument
216 if (force_on) in gma_power_begin()
/linux-6.15/include/linux/platform_data/
H A Dasoc-ti-mcbsp.h29 int (*force_ick_on)(struct clk *clk, bool force_on);
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c569 bool force_on = true; /* disable power gating */ in dcn35_enable_power_gating_plane() local
580 REG_UPDATE(DOMAIN0_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn35_enable_power_gating_plane()
581 REG_UPDATE(DOMAIN2_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn35_enable_power_gating_plane()
583 REG_UPDATE(DOMAIN1_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn35_enable_power_gating_plane()
584 REG_UPDATE(DOMAIN3_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn35_enable_power_gating_plane()
586 force_on = true; /* disable power gating */ in dcn35_enable_power_gating_plane()
588 force_on = false; in dcn35_enable_power_gating_plane()
591 REG_UPDATE(DOMAIN16_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn35_enable_power_gating_plane()
592 REG_UPDATE(DOMAIN17_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn35_enable_power_gating_plane()
593 REG_UPDATE(DOMAIN18_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn35_enable_power_gating_plane()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c302 bool force_on = true; /* disable power gating */ in dcn20_enable_power_gating_plane() local
306 force_on = false; in dcn20_enable_power_gating_plane()
313 REG_UPDATE(DOMAIN0_PG_CONFIG, DOMAIN0_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
314 REG_UPDATE(DOMAIN2_PG_CONFIG, DOMAIN2_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
315 REG_UPDATE(DOMAIN4_PG_CONFIG, DOMAIN4_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
316 REG_UPDATE(DOMAIN6_PG_CONFIG, DOMAIN6_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
318 REG_UPDATE(DOMAIN8_PG_CONFIG, DOMAIN8_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
323 REG_UPDATE(DOMAIN1_PG_CONFIG, DOMAIN1_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
324 REG_UPDATE(DOMAIN3_PG_CONFIG, DOMAIN3_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
325 REG_UPDATE(DOMAIN5_PG_CONFIG, DOMAIN5_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
[all …]
/linux-6.15/drivers/gpu/drm/i915/
H A Dvlv_suspend.c304 static int vlv_force_gfx_clock(struct drm_i915_private *i915, bool force_on) in vlv_force_gfx_clock() argument
310 force_on ? VLV_GFX_CLK_FORCE_ON_BIT : 0); in vlv_force_gfx_clock()
312 if (!force_on) in vlv_force_gfx_clock()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c137 bool force_on = true; /* disable power gating */ in dcn32_enable_power_gating_plane() local
141 force_on = false; in dcn32_enable_power_gating_plane()
148 REG_UPDATE(DOMAIN0_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn32_enable_power_gating_plane()
149 REG_UPDATE(DOMAIN1_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn32_enable_power_gating_plane()
150 REG_UPDATE(DOMAIN2_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn32_enable_power_gating_plane()
151 REG_UPDATE(DOMAIN3_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn32_enable_power_gating_plane()
154 REG_UPDATE(DOMAIN16_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn32_enable_power_gating_plane()
155 REG_UPDATE(DOMAIN17_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn32_enable_power_gating_plane()
156 REG_UPDATE(DOMAIN18_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn32_enable_power_gating_plane()
157 REG_UPDATE(DOMAIN19_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn32_enable_power_gating_plane()
/linux-6.15/arch/x86/kernel/cpu/resctrl/
H A Dcore.c737 bool force_off, force_on; member
771 o->force_on = true; in set_rdt_options()
792 if (o->force_on) in rdt_cpu_has()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c618 bool force_on = true; /* disable power gating */ in dcn10_enable_power_gating_plane() local
621 force_on = false; in dcn10_enable_power_gating_plane()
624 REG_UPDATE(DOMAIN0_PG_CONFIG, DOMAIN0_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
625 REG_UPDATE(DOMAIN2_PG_CONFIG, DOMAIN2_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
626 REG_UPDATE(DOMAIN4_PG_CONFIG, DOMAIN4_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
627 REG_UPDATE(DOMAIN6_PG_CONFIG, DOMAIN6_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
630 REG_UPDATE(DOMAIN1_PG_CONFIG, DOMAIN1_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
631 REG_UPDATE(DOMAIN3_PG_CONFIG, DOMAIN3_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
632 REG_UPDATE(DOMAIN5_PG_CONFIG, DOMAIN5_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
633 REG_UPDATE(DOMAIN7_PG_CONFIG, DOMAIN7_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
/linux-6.15/drivers/iommu/intel/
H A Diommu.c64 static int force_on = 0; variable
2247 if (force_on) in init_dmars()
2339 if (force_on) in init_iommu_hw()
2400 if (force_on) in iommu_resume()
2666 if (force_on) in intel_iommu_add()
3096 force_on = (!intel_iommu_tboot_noforce && tboot_force_iommu()) || in intel_iommu_init()
3101 if (force_on) in intel_iommu_init()
3107 if (force_on) in intel_iommu_init()
3161 if (force_on) in intel_iommu_init()