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

  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_runtime_pm.h 1 /* $NetBSD: intel_runtime_pm.h,v 1.2 2021/12/18 23:45:29 riastradh Exp $ */
52 struct intel_runtime_pm { struct
80 BITS_PER_TYPE(struct_member(struct intel_runtime_pm, wakeref_count))
98 assert_rpm_device_not_suspended(struct intel_runtime_pm *rpm)
105 __assert_rpm_raw_wakeref_held(struct intel_runtime_pm *rpm, int wakeref_count)
113 __assert_rpm_wakelock_held(struct intel_runtime_pm *rpm, int wakeref_count)
121 assert_rpm_raw_wakeref_held(struct intel_runtime_pm *rpm)
127 assert_rpm_wakelock_held(struct intel_runtime_pm *rpm)
134 * @rpm: the intel_runtime_pm structure
151 disable_rpm_wakeref_asserts(struct intel_runtime_pm *rpm
    [all...]
intel_runtime_pm.c 1 /* $NetBSD: intel_runtime_pm.c,v 1.12 2021/12/19 12:32:15 riastradh Exp $ */
32 __KERNEL_RCSID(0, "$NetBSD: intel_runtime_pm.c,v 1.12 2021/12/19 12:32:15 riastradh Exp $");
85 static void init_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm)
90 static void fini_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm)
96 track_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm)
128 static void untrack_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm,
246 __intel_wakeref_dec_and_check_tracking(struct intel_runtime_pm *rpm)
263 untrack_all_intel_runtime_pm_wakerefs(struct intel_runtime_pm *rpm)
275 void print_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm,
314 static void init_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm
    [all...]
intel_wakeref.h 29 struct intel_runtime_pm;
46 struct intel_runtime_pm *rpm;
58 struct intel_runtime_pm *rpm,
245 struct intel_runtime_pm *rpm;
270 struct intel_runtime_pm *rpm);
intel_wakeref.c 14 #include "intel_runtime_pm.h"
105 struct intel_runtime_pm *rpm,
161 struct intel_runtime_pm *rpm)
intel_uncore.h 38 struct intel_runtime_pm;
127 struct intel_runtime_pm *rpm;
Makefile 54 intel_runtime_pm.o \
i915_gem.c 128 struct intel_runtime_pm *rpm = &to_i915(obj->base.dev)->runtime_pm;
612 struct intel_runtime_pm *rpm = &i915->runtime_pm;
i915_drv.c 1657 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm;
1830 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm;
2595 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm;
2682 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm;
i915_drv.h 92 #include "intel_runtime_pm.h"
1264 struct intel_runtime_pm runtime_pm;
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_engine_pm.c 288 struct intel_runtime_pm *rpm = engine->uncore->rpm;
intel_rps.c 1722 struct intel_runtime_pm *rpm = rps_to_gt(rps)->uncore->rpm;
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
aperture_gm.c 196 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm;
scheduler.c 990 struct intel_runtime_pm *rpm = &gvt->dev_priv->runtime_pm;
  /src/sys/modules/i915drmkms/
Makefile 261 SRCS+= intel_runtime_pm.c
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_mman.c 418 struct intel_runtime_pm *rpm = &i915->runtime_pm;
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display_power.c 2057 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm;
2085 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm;
2136 struct intel_runtime_pm *rpm = &i915->runtime_pm;

Completed in 60 milliseconds