Searched refs:intel_runtime_pm (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_runtime_pm.h1 /* $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 *rp
[all...]
H A Dintel_runtime_pm.c1 /* $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 *rp
[all...]
H A Dintel_wakeref.h29 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);
H A Dintel_wakeref.c14 #include "intel_runtime_pm.h"
105 struct intel_runtime_pm *rpm,
161 struct intel_runtime_pm *rpm)
H A Dintel_uncore.h38 struct intel_runtime_pm;
127 struct intel_runtime_pm *rpm;
H A DMakefile54 intel_runtime_pm.o \
H A Di915_gem.c128 struct intel_runtime_pm *rpm = &to_i915(obj->base.dev)->runtime_pm;
612 struct intel_runtime_pm *rpm = &i915->runtime_pm;
H A Di915_drv.c1657 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;
H A Di915_drv.h92 #include "intel_runtime_pm.h"
1264 struct intel_runtime_pm runtime_pm;
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_engine_pm.c288 struct intel_runtime_pm *rpm = engine->uncore->rpm;
H A Dintel_rps.c1722 struct intel_runtime_pm *rpm = rps_to_gt(rps)->uncore->rpm;
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Daperture_gm.c196 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm;
H A Dscheduler.c990 struct intel_runtime_pm *rpm = &gvt->dev_priv->runtime_pm;
/netbsd-current/sys/modules/i915drmkms/
H A DMakefile260 SRCS+= intel_runtime_pm.c
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_mman.c418 struct intel_runtime_pm *rpm = &i915->runtime_pm;
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_display_power.c2057 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 372 milliseconds