Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/hwss/dcn314/
A Ddcn314_hwseq.c297 bool force_on = true; /* disable power gating */ in dcn314_enable_power_gating_plane() local
301 force_on = false; in dcn314_enable_power_gating_plane()
307 REG_UPDATE(DOMAIN0_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn314_enable_power_gating_plane()
308 REG_UPDATE(DOMAIN2_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn314_enable_power_gating_plane()
310 REG_UPDATE(DOMAIN1_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn314_enable_power_gating_plane()
311 REG_UPDATE(DOMAIN3_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn314_enable_power_gating_plane()
313 force_on = true; /* disable power gating */ in dcn314_enable_power_gating_plane()
315 force_on = false; in dcn314_enable_power_gating_plane()
318 REG_UPDATE(DOMAIN16_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn314_enable_power_gating_plane()
319 REG_UPDATE(DOMAIN17_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn314_enable_power_gating_plane()
[all …]
/drivers/gpu/drm/amd/display/dc/hwss/dcn31/
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 …]
/drivers/gpu/drm/gma500/
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()
/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
A Ddcn35_hwseq.c564 bool force_on = true; /* disable power gating */ in dcn35_enable_power_gating_plane() local
575 REG_UPDATE(DOMAIN0_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn35_enable_power_gating_plane()
576 REG_UPDATE(DOMAIN2_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn35_enable_power_gating_plane()
578 REG_UPDATE(DOMAIN1_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn35_enable_power_gating_plane()
579 REG_UPDATE(DOMAIN3_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn35_enable_power_gating_plane()
581 force_on = true; /* disable power gating */ in dcn35_enable_power_gating_plane()
583 force_on = false; in dcn35_enable_power_gating_plane()
586 REG_UPDATE(DOMAIN16_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn35_enable_power_gating_plane()
587 REG_UPDATE(DOMAIN17_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn35_enable_power_gating_plane()
588 REG_UPDATE(DOMAIN18_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn35_enable_power_gating_plane()
[all …]
/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
A Ddcn20_hwseq.c311 bool force_on = true; /* disable power gating */ in dcn20_enable_power_gating_plane() local
315 force_on = false; in dcn20_enable_power_gating_plane()
322 REG_UPDATE(DOMAIN0_PG_CONFIG, DOMAIN0_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
323 REG_UPDATE(DOMAIN2_PG_CONFIG, DOMAIN2_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
324 REG_UPDATE(DOMAIN4_PG_CONFIG, DOMAIN4_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
325 REG_UPDATE(DOMAIN6_PG_CONFIG, DOMAIN6_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
327 REG_UPDATE(DOMAIN8_PG_CONFIG, DOMAIN8_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
332 REG_UPDATE(DOMAIN1_PG_CONFIG, DOMAIN1_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
333 REG_UPDATE(DOMAIN3_PG_CONFIG, DOMAIN3_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
334 REG_UPDATE(DOMAIN5_PG_CONFIG, DOMAIN5_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
[all …]
/drivers/gpu/drm/i915/
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()
/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
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()
/drivers/iommu/intel/
A Diommu.c66 static int force_on = 0; variable
2182 if (force_on) in init_dmars()
2274 if (force_on) in init_iommu_hw()
2335 if (force_on) in iommu_resume()
2599 if (force_on) in intel_iommu_add()
3034 force_on = (!intel_iommu_tboot_noforce && tboot_force_iommu()) || in intel_iommu_init()
3039 if (force_on) in intel_iommu_init()
3045 if (force_on) in intel_iommu_init()
3099 if (force_on) in intel_iommu_init()
/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
A Ddcn10_hwseq.c799 bool force_on = true; /* disable power gating */ in dcn10_enable_power_gating_plane() local
802 force_on = false; in dcn10_enable_power_gating_plane()
805 REG_UPDATE(DOMAIN0_PG_CONFIG, DOMAIN0_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
806 REG_UPDATE(DOMAIN2_PG_CONFIG, DOMAIN2_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
807 REG_UPDATE(DOMAIN4_PG_CONFIG, DOMAIN4_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
808 REG_UPDATE(DOMAIN6_PG_CONFIG, DOMAIN6_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
811 REG_UPDATE(DOMAIN1_PG_CONFIG, DOMAIN1_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
812 REG_UPDATE(DOMAIN3_PG_CONFIG, DOMAIN3_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
813 REG_UPDATE(DOMAIN5_PG_CONFIG, DOMAIN5_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
814 REG_UPDATE(DOMAIN7_PG_CONFIG, DOMAIN7_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()

Completed in 36 milliseconds