Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_hwseq.c310 bool force_on = true; /* disable power gating */ in dcn314_enable_power_gating_plane() local
314 force_on = false; in dcn314_enable_power_gating_plane()
320 REG_UPDATE(DOMAIN0_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn314_enable_power_gating_plane()
321 REG_UPDATE(DOMAIN2_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn314_enable_power_gating_plane()
323 REG_UPDATE(DOMAIN1_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn314_enable_power_gating_plane()
324 REG_UPDATE(DOMAIN3_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn314_enable_power_gating_plane()
326 force_on = true; /* disable power gating */ in dcn314_enable_power_gating_plane()
328 force_on = false; in dcn314_enable_power_gating_plane()
331 REG_UPDATE(DOMAIN16_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn314_enable_power_gating_plane()
332 REG_UPDATE(DOMAIN17_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn314_enable_power_gating_plane()
[all …]
/openbmc/linux/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()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_hwseq.c345 bool force_on = true; /* disable power gating */ in dcn31_enable_power_gating_plane() local
349 force_on = false; in dcn31_enable_power_gating_plane()
355 REG_UPDATE(DOMAIN0_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn31_enable_power_gating_plane()
356 REG_UPDATE(DOMAIN2_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn31_enable_power_gating_plane()
358 REG_UPDATE(DOMAIN1_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn31_enable_power_gating_plane()
359 REG_UPDATE(DOMAIN3_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn31_enable_power_gating_plane()
361 force_on = true; /* disable power gating */ in dcn31_enable_power_gating_plane()
363 force_on = false; in dcn31_enable_power_gating_plane()
366 REG_UPDATE(DOMAIN16_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn31_enable_power_gating_plane()
367 REG_UPDATE(DOMAIN17_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn31_enable_power_gating_plane()
[all …]
/openbmc/linux/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()
/openbmc/linux/include/linux/platform_data/
H A Dasoc-ti-mcbsp.h29 int (*force_ick_on)(struct clk *clk, bool force_on);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c192 bool force_on = true; /* disable power gating */ in dcn20_enable_power_gating_plane() local
196 force_on = false; in dcn20_enable_power_gating_plane()
203 REG_UPDATE(DOMAIN0_PG_CONFIG, DOMAIN0_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
204 REG_UPDATE(DOMAIN2_PG_CONFIG, DOMAIN2_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
205 REG_UPDATE(DOMAIN4_PG_CONFIG, DOMAIN4_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
206 REG_UPDATE(DOMAIN6_PG_CONFIG, DOMAIN6_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
208 REG_UPDATE(DOMAIN8_PG_CONFIG, DOMAIN8_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
210 REG_UPDATE(DOMAIN10_PG_CONFIG, DOMAIN8_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
213 REG_UPDATE(DOMAIN1_PG_CONFIG, DOMAIN1_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
214 REG_UPDATE(DOMAIN3_PG_CONFIG, DOMAIN3_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
[all …]
/openbmc/ipmitool/lib/
H A Dipmi_chassis.c131 uint8_t force_on; in ipmi_chassis_identify() member
132 } identify_data = { .interval = 0, .force_on = 0 }; in ipmi_chassis_identify()
140 identify_data.force_on = 1; in ipmi_chassis_identify()
157 req.msg.data_len = (identify_data.force_on) ? 2 : 1; in ipmi_chassis_identify()
168 if (identify_data.force_on != 0) { in ipmi_chassis_identify()
182 if (identify_data.force_on != 0) { in ipmi_chassis_identify()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hwseq.c134 bool force_on = true; /* disable power gating */ in dcn32_enable_power_gating_plane() local
138 force_on = false; in dcn32_enable_power_gating_plane()
145 REG_UPDATE(DOMAIN0_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn32_enable_power_gating_plane()
146 REG_UPDATE(DOMAIN1_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn32_enable_power_gating_plane()
147 REG_UPDATE(DOMAIN2_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn32_enable_power_gating_plane()
148 REG_UPDATE(DOMAIN3_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn32_enable_power_gating_plane()
151 REG_UPDATE(DOMAIN16_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn32_enable_power_gating_plane()
152 REG_UPDATE(DOMAIN17_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn32_enable_power_gating_plane()
153 REG_UPDATE(DOMAIN18_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn32_enable_power_gating_plane()
154 REG_UPDATE(DOMAIN19_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn32_enable_power_gating_plane()
/openbmc/linux/drivers/gpu/drm/i915/
H A Dvlv_suspend.c303 static int vlv_force_gfx_clock(struct drm_i915_private *i915, bool force_on) in vlv_force_gfx_clock() argument
309 force_on ? VLV_GFX_CLK_FORCE_ON_BIT : 0); in vlv_force_gfx_clock()
311 if (!force_on) in vlv_force_gfx_clock()
/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Dcore.c686 bool force_off, force_on; member
720 o->force_on = true; in set_rdt_options()
741 if (o->force_on) in rdt_cpu_has()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c557 bool force_on = true; /* disable power gating */ in dcn10_enable_power_gating_plane() local
560 force_on = false; in dcn10_enable_power_gating_plane()
563 REG_UPDATE(DOMAIN0_PG_CONFIG, DOMAIN0_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
564 REG_UPDATE(DOMAIN2_PG_CONFIG, DOMAIN2_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
565 REG_UPDATE(DOMAIN4_PG_CONFIG, DOMAIN4_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
566 REG_UPDATE(DOMAIN6_PG_CONFIG, DOMAIN6_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
569 REG_UPDATE(DOMAIN1_PG_CONFIG, DOMAIN1_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
570 REG_UPDATE(DOMAIN3_PG_CONFIG, DOMAIN3_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
571 REG_UPDATE(DOMAIN5_PG_CONFIG, DOMAIN5_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
572 REG_UPDATE(DOMAIN7_PG_CONFIG, DOMAIN7_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
/openbmc/linux/drivers/iommu/intel/
H A Diommu.c141 static int force_on = 0; variable
2886 if (force_on) in init_dmars()
2983 if (force_on) in init_iommu_hw()
3044 if (force_on) in iommu_resume()
3327 if (force_on) in intel_iommu_add()
3799 force_on = (!intel_iommu_tboot_noforce && tboot_force_iommu()) || in intel_iommu_init()
3804 if (force_on) in intel_iommu_init()
3810 if (force_on) in intel_iommu_init()
3864 if (force_on) in intel_iommu_init()