OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intel_gt
(Results
1 - 25
of
86
) sorted by relevancy
1
2
3
4
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
gen8_ppgtt.h
11
struct
intel_gt
;
13
struct i915_ppgtt *gen8_ppgtt_create(struct
intel_gt
*gt);
intel_gt_pm.h
17
static inline bool intel_gt_pm_is_awake(const struct
intel_gt
*gt)
22
static inline void intel_gt_pm_get(struct
intel_gt
*gt)
27
static inline void __intel_gt_pm_get(struct
intel_gt
*gt)
32
static inline bool intel_gt_pm_get_if_awake(struct
intel_gt
*gt)
37
static inline void intel_gt_pm_put(struct
intel_gt
*gt)
42
static inline void intel_gt_pm_put_async(struct
intel_gt
*gt)
47
static inline int intel_gt_pm_wait_for_idle(struct
intel_gt
*gt)
52
void intel_gt_pm_init_early(struct
intel_gt
*gt);
53
void intel_gt_pm_init(struct
intel_gt
*gt);
54
void intel_gt_pm_fini(struct
intel_gt
*gt)
[
all
...]
debugfs_engines.h
11
struct
intel_gt
;
14
void debugfs_engines_register(struct
intel_gt
*gt, struct dentry *root);
debugfs_gt_pm.h
11
struct
intel_gt
;
14
void debugfs_gt_pm_register(struct
intel_gt
*gt, struct dentry *root);
intel_gt_requests.h
13
struct
intel_gt
;
16
long intel_gt_retire_requests_timeout(struct
intel_gt
*gt, long timeout);
17
static inline void intel_gt_retire_requests(struct
intel_gt
*gt)
27
int intel_gt_wait_for_idle(struct
intel_gt
*gt, long timeout);
29
void intel_gt_init_requests(struct
intel_gt
*gt);
30
void intel_gt_park_requests(struct
intel_gt
*gt);
31
void intel_gt_unpark_requests(struct
intel_gt
*gt);
32
void intel_gt_fini_requests(struct
intel_gt
*gt);
intel_mocs.h
55
struct
intel_gt
;
57
void intel_mocs_init(struct
intel_gt
*gt);
intel_gt_pm_irq.h
14
struct
intel_gt
;
16
void gen6_gt_pm_unmask_irq(struct
intel_gt
*gt, u32 mask);
17
void gen6_gt_pm_mask_irq(struct
intel_gt
*gt, u32 mask);
19
void gen6_gt_pm_enable_irq(struct
intel_gt
*gt, u32 enable_mask);
20
void gen6_gt_pm_disable_irq(struct
intel_gt
*gt, u32 disable_mask);
22
void gen6_gt_pm_reset_iir(struct
intel_gt
*gt, u32 reset_mask);
intel_gt_irq.h
14
struct
intel_gt
;
24
void gen11_gt_irq_reset(struct
intel_gt
*gt);
25
void gen11_gt_irq_postinstall(struct
intel_gt
*gt);
26
void gen11_gt_irq_handler(struct
intel_gt
*gt, const u32 master_ctl);
28
bool gen11_gt_reset_one_iir(struct
intel_gt
*gt,
32
void gen5_gt_irq_handler(struct
intel_gt
*gt, u32 gt_iir);
34
void gen5_gt_irq_postinstall(struct
intel_gt
*gt);
35
void gen5_gt_irq_reset(struct
intel_gt
*gt);
36
void gen5_gt_disable_irq(struct
intel_gt
*gt, u32 mask);
37
void gen5_gt_enable_irq(struct
intel_gt
*gt, u32 mask)
[
all
...]
intel_gt.h
1
/* $NetBSD:
intel_gt
.h,v 1.2 2021/12/18 23:45:30 riastradh Exp $ */
18
const struct
intel_gt
*gt__ __maybe_unused = (gt); \
23
static inline struct
intel_gt
*uc_to_gt(struct intel_uc *uc)
25
return container_of(uc, struct
intel_gt
, uc);
28
static inline struct
intel_gt
*guc_to_gt(struct intel_guc *guc)
30
return container_of(guc, struct
intel_gt
, uc.guc);
33
static inline struct
intel_gt
*huc_to_gt(struct intel_huc *huc)
35
return container_of(huc, struct
intel_gt
, uc.huc);
38
void intel_gt_init_early(struct
intel_gt
*gt, struct drm_i915_private *i915);
39
void intel_gt_init_hw_early(struct
intel_gt
*gt, struct i915_ggtt *ggtt)
[
all
...]
intel_reset.h
21
struct
intel_gt
;
24
void intel_gt_init_reset(struct
intel_gt
*gt);
25
void intel_gt_fini_reset(struct
intel_gt
*gt);
28
void intel_gt_handle_error(struct
intel_gt
*gt,
34
void intel_gt_reset(struct
intel_gt
*gt,
42
int __must_check intel_gt_reset_trylock(struct
intel_gt
*gt, int *srcu);
43
void intel_gt_reset_unlock(struct
intel_gt
*gt, int tag);
45
void intel_gt_set_wedged(struct
intel_gt
*gt);
46
bool intel_gt_unset_wedged(struct
intel_gt
*gt);
47
int intel_gt_terminally_wedged(struct
intel_gt
*gt)
[
all
...]
debugfs_gt.h
13
struct
intel_gt
;
28
void debugfs_gt_register(struct
intel_gt
*gt);
33
bool (*eval)(const struct
intel_gt
*gt);
36
void debugfs_gt_register_files(struct
intel_gt
*gt,
intel_workarounds.h
19
struct
intel_gt
;
31
void intel_gt_apply_workarounds(struct
intel_gt
*gt);
32
bool intel_gt_verify_workarounds(struct
intel_gt
*gt, const char *from);
debugfs_engines.c
21
struct
intel_gt
*gt = m->private;
34
void debugfs_engines_register(struct
intel_gt
*gt, struct dentry *root)
debugfs_gt.c
19
void debugfs_gt_register(struct
intel_gt
*gt)
34
void debugfs_gt_register_files(struct
intel_gt
*gt,
intel_gt_pm_irq.c
14
#include "
intel_gt
.h"
18
static void write_pm_imr(struct
intel_gt
*gt)
37
static void gen6_gt_pm_update_irq(struct
intel_gt
*gt,
57
void gen6_gt_pm_unmask_irq(struct
intel_gt
*gt, u32 mask)
62
void gen6_gt_pm_mask_irq(struct
intel_gt
*gt, u32 mask)
67
void gen6_gt_pm_reset_iir(struct
intel_gt
*gt, u32 reset_mask)
79
static void write_pm_ier(struct
intel_gt
*gt)
98
void gen6_gt_pm_enable_irq(struct
intel_gt
*gt, u32 enable_mask)
107
void gen6_gt_pm_disable_irq(struct
intel_gt
*gt, u32 disable_mask)
intel_timeline.h
37
struct
intel_gt
*gt,
42
intel_timeline_create(struct
intel_gt
*gt, struct i915_vma *global_hwsp);
93
void intel_gt_init_timelines(struct
intel_gt
*gt);
94
void intel_gt_fini_timelines(struct
intel_gt
*gt);
intel_gt_pm.c
19
#include "
intel_gt
.h"
28
static void user_forcewake(struct
intel_gt
*gt, bool suspend)
48
struct
intel_gt
*gt = container_of(wf, typeof(*gt), wakeref);
80
struct
intel_gt
*gt = container_of(wf, typeof(*gt), wakeref);
110
void intel_gt_pm_init_early(struct
intel_gt
*gt)
115
void intel_gt_pm_init(struct
intel_gt
*gt)
126
static bool reset_engines(struct
intel_gt
*gt)
134
static void gt_sanitize(struct
intel_gt
*gt, bool force)
176
void intel_gt_pm_fini(struct
intel_gt
*gt)
183
int intel_gt_resume(struct
intel_gt
*gt
[
all
...]
intel_timeline_types.h
22
struct
intel_gt
;
87
struct
intel_gt
*gt;
gen6_ppgtt.h
79
void gen6_ppgtt_enable(struct
intel_gt
*gt);
80
void gen7_ppgtt_enable(struct
intel_gt
*gt);
81
struct i915_ppgtt *gen6_ppgtt_create(struct
intel_gt
*gt);
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/
igt_reset.h
14
struct
intel_gt
;
16
void igt_global_reset_lock(struct
intel_gt
*gt);
17
void igt_global_reset_unlock(struct
intel_gt
*gt);
18
bool igt_force_reset(struct
intel_gt
*gt);
igt_spinner.h
19
struct
intel_gt
;
22
struct
intel_gt
*gt;
29
int igt_spinner_init(struct igt_spinner *spin, struct
intel_gt
*gt);
igt_flush_test.c
12
#include "gt/
intel_gt
.h"
22
struct
intel_gt
*gt = &i915->gt;
igt_reset.c
15
#include "gt/
intel_gt
.h"
19
void igt_global_reset_lock(struct
intel_gt
*gt)
38
void igt_global_reset_unlock(struct
intel_gt
*gt)
50
bool igt_force_reset(struct
intel_gt
*gt)
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_gem_fence_reg.h
36
struct
intel_gt
;
71
void intel_gt_init_swizzling(struct
intel_gt
*gt);
/src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_huc_fw.c
11
#include "gt/
intel_gt
.h"
23
struct
intel_gt
*gt = huc_to_gt(huc);
Completed in 15 milliseconds
1
2
3
4
Indexes created Tue Oct 21 12:09:54 GMT 2025