Home
last modified time | relevance | path

Searched refs:xe_force_wake_domain (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_force_wake.c24 static void domain_init(struct xe_force_wake_domain *domain, in domain_init()
98 static void __domain_ctl(struct xe_gt *gt, struct xe_force_wake_domain *domain, bool wake) in __domain_ctl()
106 static int __domain_wait(struct xe_gt *gt, struct xe_force_wake_domain *domain, bool wake) in __domain_wait()
131 static void domain_wake(struct xe_gt *gt, struct xe_force_wake_domain *domain) in domain_wake()
137 struct xe_force_wake_domain *domain) in domain_wake_wait()
142 static void domain_sleep(struct xe_gt *gt, struct xe_force_wake_domain *domain) in domain_sleep()
148 struct xe_force_wake_domain *domain) in domain_sleep_wait()
163 struct xe_force_wake_domain *domain; in xe_force_wake_get()
188 struct xe_force_wake_domain *domain; in xe_force_wake_put()
Dxe_force_wake_types.h57 struct xe_force_wake_domain { struct
83 struct xe_force_wake_domain domains[XE_FW_DOMAIN_ID_COUNT]; argument