HomeSort by: relevance | last modified time | path
    Searched refs:force_on (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hwseq.c 191 bool force_on = true; /* disable power gating */ local
194 force_on = false;
197 REG_UPDATE(DOMAIN0_PG_CONFIG, DOMAIN0_POWER_FORCEON, force_on);
198 REG_UPDATE(DOMAIN2_PG_CONFIG, DOMAIN2_POWER_FORCEON, force_on);
199 REG_UPDATE(DOMAIN4_PG_CONFIG, DOMAIN4_POWER_FORCEON, force_on);
200 REG_UPDATE(DOMAIN6_PG_CONFIG, DOMAIN6_POWER_FORCEON, force_on);
202 REG_UPDATE(DOMAIN8_PG_CONFIG, DOMAIN8_POWER_FORCEON, force_on);
204 REG_UPDATE(DOMAIN10_PG_CONFIG, DOMAIN8_POWER_FORCEON, force_on);
207 REG_UPDATE(DOMAIN1_PG_CONFIG, DOMAIN1_POWER_FORCEON, force_on);
208 REG_UPDATE(DOMAIN3_PG_CONFIG, DOMAIN3_POWER_FORCEON, force_on);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hw_sequencer.c 487 bool force_on = true; /* disable power gating */ local
490 force_on = false;
493 REG_UPDATE(DOMAIN0_PG_CONFIG, DOMAIN0_POWER_FORCEON, force_on);
494 REG_UPDATE(DOMAIN2_PG_CONFIG, DOMAIN2_POWER_FORCEON, force_on);
495 REG_UPDATE(DOMAIN4_PG_CONFIG, DOMAIN4_POWER_FORCEON, force_on);
496 REG_UPDATE(DOMAIN6_PG_CONFIG, DOMAIN6_POWER_FORCEON, force_on);
499 REG_UPDATE(DOMAIN1_PG_CONFIG, DOMAIN1_POWER_FORCEON, force_on);
500 REG_UPDATE(DOMAIN3_PG_CONFIG, DOMAIN3_POWER_FORCEON, force_on);
501 REG_UPDATE(DOMAIN5_PG_CONFIG, DOMAIN5_POWER_FORCEON, force_on);
502 REG_UPDATE(DOMAIN7_PG_CONFIG, DOMAIN7_POWER_FORCEON, force_on);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_drv.c 2438 int vlv_force_gfx_clock(struct drm_i915_private *dev_priv, bool force_on)
2445 if (force_on)
2449 if (!force_on)
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc 1360 unsigned int flags, force_on;
1370 force_on = mips_get_compress_on_flags (DECL_ATTRIBUTES (decl));
1371 if (force_on)
1372 return force_on;
1356 unsigned int flags, force_on; local
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc 1440 unsigned int flags, force_on;
1450 force_on = mips_get_compress_on_flags (DECL_ATTRIBUTES (decl));
1451 if (force_on)
1452 return force_on;
1436 unsigned int flags, force_on; local

Completed in 71 milliseconds