OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intel_context
(Results
1 - 25
of
56
) sorted by relevancy
1
2
3
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_context.h
1
/* $NetBSD:
intel_context
.h,v 1.2 2021/12/18 23:45:30 riastradh Exp $ */
23
const struct
intel_context
*ce__ = (ce); \
29
void intel_context_init(struct
intel_context
*ce,
31
void intel_context_fini(struct
intel_context
*ce);
33
struct
intel_context
*
36
int intel_context_alloc_state(struct
intel_context
*ce);
38
void intel_context_free(struct
intel_context
*ce);
48
static inline int intel_context_lock_pinned(struct
intel_context
*ce)
64
intel_context_is_pinned(struct
intel_context
*ce)
75
static inline void intel_context_unlock_pinned(struct
intel_context
*ce
[
all
...]
intel_context_types.h
26
struct
intel_context
;
30
int (*alloc)(struct
intel_context
*ce);
32
int (*pin)(struct
intel_context
*ce);
33
void (*unpin)(struct
intel_context
*ce);
35
void (*enter)(struct
intel_context
*ce);
36
void (*exit)(struct
intel_context
*ce);
38
void (*reset)(struct
intel_context
*ce);
42
struct
intel_context
{
struct
80
*
intel_context
object.
intel_context.c
1
/* $NetBSD:
intel_context
.c,v 1.3 2021/12/19 11:38:04 riastradh Exp $ */
10
__KERNEL_RCSID(0, "$NetBSD:
intel_context
.c,v 1.3 2021/12/19 11:38:04 riastradh Exp $");
18
#include "
intel_context
.h"
30
static struct
intel_context
*intel_context_alloc(void)
35
void intel_context_free(struct
intel_context
*ce)
40
struct
intel_context
*
43
struct
intel_context
*ce;
53
int intel_context_alloc_state(struct
intel_context
*ce)
73
static int intel_context_active_acquire(struct
intel_context
*ce)
91
static void intel_context_active_release(struct
intel_context
*ce
[
all
...]
intel_lrc.h
36
struct
intel_context
;
103
struct
intel_context
*ce,
114
struct
intel_context
*
118
struct
intel_context
*
intel_engine_pm.c
14
#include "
intel_context
.h"
28
struct
intel_context
*ce;
73
static inline unsigned long __timeline_mark_lock(struct
intel_context
*ce)
83
static inline void __timeline_mark_unlock(struct
intel_context
*ce,
92
static inline unsigned long __timeline_mark_lock(struct
intel_context
*ce)
97
static inline void __timeline_mark_unlock(struct
intel_context
*ce,
148
struct
intel_context
*ce = engine->kernel_context;
mock_engine.c
34
#include "
intel_context
.h"
133
static void mock_context_unpin(struct
intel_context
*ce)
139
struct
intel_context
*ce = container_of(ref, typeof(*ce), ref);
152
static int mock_context_alloc(struct
intel_context
*ce)
170
static int mock_context_pin(struct
intel_context
*ce)
175
static void mock_context_reset(struct
intel_context
*ce)
328
struct
intel_context
*ce;
intel_breadcrumbs.c
98
check_signal_order(struct
intel_context
*ce, struct i915_request *rq)
160
struct
intel_context
*ce, *cn;
305
struct
intel_context
*ce = rq->context;
356
* has released its reference to the
intel_context
and has completed
362
struct
intel_context
*ce = rq->context;
377
struct
intel_context
*ce;
selftest_mocs.c
208
struct
intel_context
*ce)
295
struct
intel_context
*ce;
313
static int active_engine_reset(struct
intel_context
*ce,
341
struct
intel_context
*ce)
389
struct
intel_context
*ce;
selftest_rc6.c
12
#include "
intel_context
.h"
78
static const u32 *__live_rc6_ctx(struct
intel_context
*ce)
161
struct
intel_context
*ce;
intel_lrc.c
145
#include "
intel_context
.h"
191
struct
intel_context
context;
278
static int __execlists_context_alloc(struct
intel_context
*ce,
282
const struct
intel_context
*ce,
287
__execlists_update_reg_state(const struct
intel_context
*ce,
510
lrc_descriptor(struct
intel_context
*ce, struct intel_engine_cs *engine)
1157
execlists_check_context(const struct
intel_context
*ce,
1196
static void restore_default_state(struct
intel_context
*ce,
1212
struct
intel_context
* const ce = rq->context;
1252
struct
intel_context
* const ce = rq->context
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_client_blt.h
14
struct
intel_context
;
18
struct
intel_context
*ce,
i915_gem_object_blt.h
13
#include "gt/
intel_context
.h"
20
struct i915_vma *intel_emit_vma_fill_blt(struct
intel_context
*ce,
24
struct i915_vma *intel_emit_vma_copy_blt(struct
intel_context
*ce,
29
void intel_emit_vma_release(struct
intel_context
*ce, struct i915_vma *vma);
32
struct
intel_context
*ce,
37
struct
intel_context
*ce);
i915_gem_context.h
14
#include "gt/
intel_context
.h"
194
static inline struct
intel_context
*
197
struct
intel_context
*ce = ERR_PTR(-EINVAL);
217
struct
intel_context
*
i915_gem_context_types.h
37
struct
intel_context
*engines[];
i915_gem_object_blt.c
12
#include "gt/
intel_context
.h"
20
struct i915_vma *intel_emit_vma_fill_blt(struct
intel_context
*ce,
125
void intel_emit_vma_release(struct
intel_context
*ce, struct i915_vma *vma)
133
struct
intel_context
*ce,
204
struct i915_vma *intel_emit_vma_copy_blt(struct
intel_context
*ce,
321
struct
intel_context
*ce)
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/
mock_request.h
35
mock_request(struct
intel_context
*ce, unsigned long delay);
igt_spinner.h
34
struct
intel_context
*ce,
mock_request.c
36
mock_request(struct
intel_context
*ce, unsigned long delay)
/src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
igt_gem_utils.h
18
struct
intel_context
;
30
int igt_gpu_fill_dw(struct
intel_context
*ce,
igt_gem_utils.c
16
#include "gt/
intel_context
.h"
26
struct
intel_context
*ce;
112
int igt_gpu_fill_dw(struct
intel_context
*ce,
i915_gem_client_blt.c
23
struct
intel_context
*ce = engine->kernel_context;
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_perf.h
20
struct
intel_context
;
38
void i915_oa_init_reg_state(const struct
intel_context
*ce,
i915_perf_types.h
29
struct
intel_context
;
214
struct
intel_context
*pinned_ctx;
i915_request.h
173
struct
intel_context
*context;
308
__i915_request_create(struct
intel_context
*ce, gfp_t gfp);
310
i915_request_create(struct
intel_context
*ce);
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/
mmio_context.h
54
bool is_inhibit_context(struct
intel_context
*ce);
Completed in 30 milliseconds
1
2
3
Indexes created Sat Feb 21 16:20:20 UTC 2026