OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i915_gem_context
(Results
1 - 25
of
38
) sorted by relevancy
1
2
/src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
mock_context.h
17
struct
i915_gem_context
*
21
void mock_context_close(struct
i915_gem_context
*ctx);
23
struct
i915_gem_context
*
26
struct
i915_gem_context
*kernel_context(struct drm_i915_private *i915);
27
void kernel_context_close(struct
i915_gem_context
*ctx);
igt_gem_utils.h
15
struct
i915_gem_context
;
22
igt_request_alloc(struct
i915_gem_context
*ctx, struct intel_engine_cs *engine);
mock_context.c
16
struct
i915_gem_context
*
20
struct
i915_gem_context
*ctx;
70
void mock_context_close(struct
i915_gem_context
*ctx)
80
struct
i915_gem_context
*
83
struct
i915_gem_context
*ctx;
102
struct
i915_gem_context
*
105
struct
i915_gem_context
*ctx;
117
void kernel_context_close(struct
i915_gem_context
*ctx)
i915_gem_object_blt.c
18
#include "gem/
i915_gem_context
.h"
202
struct
i915_gem_context
*ctx;
214
struct
i915_gem_context
*ctx;
323
struct
i915_gem_context
*ctx;
igt_gem_utils.c
14
#include "gem/
i915_gem_context
.h"
24
igt_request_alloc(struct
i915_gem_context
*ctx, struct intel_engine_cs *engine)
i915_gem_context.c
1
/* $NetBSD:
i915_gem_context
.c,v 1.2 2021/12/18 23:45:30 riastradh Exp $ */
10
__KERNEL_RCSID(0, "$NetBSD:
i915_gem_context
.c,v 1.2 2021/12/18 23:45:30 riastradh Exp $");
35
static inline struct i915_address_space *ctx_vm(struct
i915_gem_context
*ctx)
46
struct
i915_gem_context
**ctx;
289
struct
i915_gem_context
*ctx;
679
struct
i915_gem_context
*ctx;
766
struct
i915_gem_context
*parent;
812
struct
i915_gem_context
*ctx;
1355
struct
i915_gem_context
*ctx;
1486
static int write_to_scratch(struct
i915_gem_context
*ctx
[
all
...]
huge_pages.c
1115
static int igt_write_huge(struct
i915_gem_context
*ctx,
1218
struct
i915_gem_context
*ctx = arg;
1376
struct
i915_gem_context
*ctx = arg;
1460
struct
i915_gem_context
*ctx = arg;
1552
struct
i915_gem_context
*ctx = arg;
1693
struct
i915_gem_context
*ctx = arg;
1752
struct
i915_gem_context
*ctx = arg;
1912
struct
i915_gem_context
*ctx;
/src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_context.h
1
/* $NetBSD:
i915_gem_context
.h,v 1.2 2021/12/18 23:45:30 riastradh Exp $ */
24
static inline bool i915_gem_context_is_closed(const struct
i915_gem_context
*ctx)
29
static inline void i915_gem_context_set_closed(struct
i915_gem_context
*ctx)
35
static inline bool i915_gem_context_no_error_capture(const struct
i915_gem_context
*ctx)
40
static inline void i915_gem_context_set_no_error_capture(struct
i915_gem_context
*ctx)
45
static inline void i915_gem_context_clear_no_error_capture(struct
i915_gem_context
*ctx)
50
static inline bool i915_gem_context_is_bannable(const struct
i915_gem_context
*ctx)
55
static inline void i915_gem_context_set_bannable(struct
i915_gem_context
*ctx)
60
static inline void i915_gem_context_clear_bannable(struct
i915_gem_context
*ctx)
65
static inline bool i915_gem_context_is_recoverable(const struct
i915_gem_context
*ctx
[
all
...]
i915_gem_context.c
1
/* $NetBSD:
i915_gem_context
.c,v 1.7 2022/09/01 11:49:23 riastradh Exp $ */
70
__KERNEL_RCSID(0, "$NetBSD:
i915_gem_context
.c,v 1.7 2022/09/01 11:49:23 riastradh Exp $");
87
#include "
i915_gem_context
.h"
111
static void lut_close(struct
i915_gem_context
*ctx)
157
lookup_user_engine(struct
i915_gem_context
*ctx,
185
context_get_vm_rcu(struct
i915_gem_context
*ctx)
223
struct
i915_gem_context
*ctx)
273
static struct i915_gem_engines *default_engines(struct
i915_gem_context
*ctx)
310
static void i915_gem_context_free(struct
i915_gem_context
*ctx)
334
struct
i915_gem_context
*ctx, *cn
[
all
...]
i915_gem_context_types.h
46
* struct
i915_gem_context
- client state
48
* The struct
i915_gem_context
represents the combined view of the driver and
51
struct
i915_gem_context
{
struct
i915_gem_object_types.h
29
struct
i915_gem_context
*ctx;
i915_gem_object.c
37
#include "
i915_gem_context
.h"
124
struct
i915_gem_context
*ctx = lut->ctx;
149
struct
i915_gem_context
*ctx = lut->ctx;
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_context_types.h
24
struct
i915_gem_context
;
51
struct
i915_gem_context
__rcu *gem_context;
intel_lrc.h
34
struct
i915_gem_context
;
selftest_workarounds.c
103
read_nonprivs(struct
i915_gem_context
*ctx, struct intel_engine_cs *engine)
208
static int check_whitelist(struct
i915_gem_context
*ctx,
302
struct
i915_gem_context
*ctx, *tmp;
766
static int read_whitelisted_registers(struct
i915_gem_context
*ctx,
814
static int scrub_whitelisted_registers(struct
i915_gem_context
*ctx,
996
struct
i915_gem_context
*ctx;
1013
struct
i915_gem_context
*c;
1108
verify_wa_lists(struct
i915_gem_context
*ctx, struct wa_lists *lists,
1137
struct
i915_gem_context
*ctx;
1181
struct
i915_gem_context
*ctx
[
all
...]
intel_engine_types.h
63
struct
i915_gem_context
;
intel_reset.c
18
#include "gem/
i915_gem_context
.h"
62
static void client_mark_guilty(struct
i915_gem_context
*ctx, bool banned)
90
struct
i915_gem_context
*ctx;
146
struct
i915_gem_context
*ctx;
selftest_lrc.c
793
struct
i915_gem_context
*ctx_hi, *ctx_lo;
975
struct
i915_gem_context
*ctx,
994
struct
i915_gem_context
*ctx_hi, *ctx_lo;
1093
struct
i915_gem_context
*ctx_hi, *ctx_lo;
1198
struct
i915_gem_context
*ctx;
2290
struct
i915_gem_context
*ctx_hi, *ctx_lo;
2401
struct
i915_gem_context
*ctx_hi, *ctx_lo;
2509
struct
i915_gem_context
**contexts;
2517
static struct
i915_gem_context
*smoke_context(struct preempt_smoke *smoke)
2524
struct
i915_gem_context
*ctx, int prio
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_gem.c
24
static int switch_to_context(struct
i915_gem_context
*ctx)
142
struct
i915_gem_context
*ctx;
177
struct
i915_gem_context
*ctx;
intel_memory_region.c
19
#include "gem/
i915_gem_context
.h"
306
static int igt_gpu_write(struct
i915_gem_context
*ctx,
406
struct
i915_gem_context
*ctx;
i915_request.c
199
struct
i915_gem_context
*ctx[2];
265
struct
i915_gem_context
**contexts;
335
struct
i915_gem_context
*ctx =
1285
max_batches(struct
i915_gem_context
*ctx, struct intel_engine_cs *engine)
i915_vma.c
32
#include "gem/
i915_gem_context
.h"
43
struct
i915_gem_context
*ctx)
116
struct
i915_gem_context
*ctx;
158
struct
i915_gem_context
*ctx, *cn;
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_perf_types.h
26
struct
i915_gem_context
;
177
struct
i915_gem_context
*ctx;
i915_request.h
560
static inline struct
i915_gem_context
*
/src/sys/external/bsd/drm2/include/
i915_trace.h
311
"struct
i915_gem_context
*"/*ctx*/,
314
trace_i915_context_create(struct
i915_gem_context
*ctx)
324
"struct
i915_gem_context
*"/*ctx*/,
327
trace_i915_context_free(struct
i915_gem_context
*ctx)
Completed in 307 milliseconds
1
2
Indexes created Fri Oct 17 03:10:13 GMT 2025