HomeSort by: relevance | last modified time | path
    Searched defs:fw_domains (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
intel_uncore.c 199 enum forcewake_domains fw_domains; local in function:live_forcewake_ops
205 fw_domains = intel_uncore_forcewake_for_reg(uncore, mmio,
207 if (!fw_domains)
210 for_each_fw_domain_masked(domain, fw_domains, uncore, tmp) {
220 intel_uncore_forcewake_get(uncore, fw_domains);
222 intel_uncore_forcewake_put(uncore, fw_domains);
225 for_each_fw_domain_masked(domain, fw_domains, uncore, tmp) {
249 pr_err("%s:%s=%0x, fw_domains 0x%x still up after 100ms!\n",
250 engine->name, r->name, readl(reg), fw_domains);
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_rc6.c 704 unsigned int fw_domains; local in function:intel_rc6_residency_ns
724 fw_domains = intel_uncore_forcewake_for_reg(uncore, reg, FW_REG_READ);
727 intel_uncore_forcewake_get__locked(uncore, fw_domains);
768 intel_uncore_forcewake_put__locked(uncore, fw_domains);
intel_engine_cs.c 933 enum forcewake_domains fw_domains; local in function:read_subslice_reg
943 fw_domains = intel_uncore_forcewake_for_reg(uncore, reg,
945 fw_domains |= intel_uncore_forcewake_for_reg(uncore,
950 intel_uncore_forcewake_get__locked(uncore, fw_domains);
965 intel_uncore_forcewake_put__locked(uncore, fw_domains);
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc.c 67 enum forcewake_domains fw_domains = 0; local in function:intel_guc_init_send_regs
81 fw_domains |= intel_uncore_forcewake_for_reg(gt->uncore,
85 guc->send_regs.fw_domains = fw_domains;
437 intel_uncore_forcewake_get(uncore, guc->send_regs.fw_domains);
478 intel_uncore_forcewake_put(uncore, guc->send_regs.fw_domains);
intel_guc.h 66 enum forcewake_domains fw_domains; member in struct:intel_guc::__anon5c554f060208
  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_uncore.h 145 enum forcewake_domains fw_domains; member in struct:intel_uncore
177 for_each_fw_domain_masked(domain__, (uncore__)->fw_domains, uncore__, tmp__)
222 enum forcewake_domains fw_domains);
intel_uncore.c 279 fw_domains_get(struct intel_uncore *uncore, enum forcewake_domains fw_domains)
284 GEM_BUG_ON(fw_domains & ~uncore->fw_domains);
286 for_each_fw_domain_masked(d, fw_domains, uncore, tmp) {
291 for_each_fw_domain_masked(d, fw_domains, uncore, tmp)
294 uncore->fw_domains_active |= fw_domains;
299 enum forcewake_domains fw_domains)
304 GEM_BUG_ON(fw_domains & ~uncore->fw_domains);
306 for_each_fw_domain_masked(d, fw_domains, uncore, tmp)
1888 enum forcewake_domains fw_domains = uncore->fw_domains; local in function:intel_uncore_prune_mmio_domains
2169 enum forcewake_domains fw_domains = 0; local in function:intel_uncore_forcewake_for_reg
    [all...]

Completed in 51 milliseconds