Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mach-omap2/
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-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c71 bool force_on = 1; /* disable power gating */ in dcn20_enable_power_gating_plane() local
74 force_on = 0; in dcn20_enable_power_gating_plane()
77 REG_UPDATE(DOMAIN0_PG_CONFIG, DOMAIN0_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
78 REG_UPDATE(DOMAIN2_PG_CONFIG, DOMAIN2_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
79 REG_UPDATE(DOMAIN4_PG_CONFIG, DOMAIN4_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
80 REG_UPDATE(DOMAIN6_PG_CONFIG, DOMAIN6_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
82 REG_UPDATE(DOMAIN8_PG_CONFIG, DOMAIN8_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
84 REG_UPDATE(DOMAIN10_PG_CONFIG, DOMAIN8_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
87 REG_UPDATE(DOMAIN1_PG_CONFIG, DOMAIN1_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
88 REG_UPDATE(DOMAIN3_PG_CONFIG, DOMAIN3_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
[all …]
/Linux-v5.4/include/linux/platform_data/
Dasoc-ti-mcbsp.h29 int (*force_ick_on)(struct clk *clk, bool force_on);
/Linux-v5.4/drivers/gpu/drm/gma500/
Dpower.c249 bool gma_power_begin(struct drm_device *dev, bool force_on) in gma_power_begin() argument
263 if (force_on == false) in gma_power_begin()
/Linux-v5.4/arch/x86/kernel/cpu/resctrl/
Dcore.c761 bool force_off, force_on; member
793 o->force_on = true; in set_rdt_options()
814 if (o->force_on) in rdt_cpu_has()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c445 bool force_on = 1; /* disable power gating */ in dcn10_enable_power_gating_plane() local
448 force_on = 0; in dcn10_enable_power_gating_plane()
451 REG_UPDATE(DOMAIN0_PG_CONFIG, DOMAIN0_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
452 REG_UPDATE(DOMAIN2_PG_CONFIG, DOMAIN2_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
453 REG_UPDATE(DOMAIN4_PG_CONFIG, DOMAIN4_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
454 REG_UPDATE(DOMAIN6_PG_CONFIG, DOMAIN6_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
457 REG_UPDATE(DOMAIN1_PG_CONFIG, DOMAIN1_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
458 REG_UPDATE(DOMAIN3_PG_CONFIG, DOMAIN3_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
459 REG_UPDATE(DOMAIN5_PG_CONFIG, DOMAIN5_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
460 REG_UPDATE(DOMAIN7_PG_CONFIG, DOMAIN7_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
/Linux-v5.4/drivers/iommu/
Dintel-iommu.c181 static int force_on = 0; variable
3339 if (force_on) in init_dmars()
4193 if (force_on) in init_iommu_hw()
4272 if (force_on) in iommu_resume()
4491 if (force_on) in intel_iommu_add()
4931 force_on = tboot_force_iommu() || platform_optin_force_iommu(); in intel_iommu_init()
4934 if (force_on) in intel_iommu_init()
4941 if (force_on) in intel_iommu_init()
4947 if (force_on) in intel_iommu_init()
4992 if (force_on) in intel_iommu_init()
[all …]
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_drv.c2440 int vlv_force_gfx_clock(struct drm_i915_private *dev_priv, bool force_on) in vlv_force_gfx_clock() argument
2447 if (force_on) in vlv_force_gfx_clock()
2451 if (!force_on) in vlv_force_gfx_clock()