OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i915_params
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_params.h
1
/* $NetBSD:
i915_params
.h,v 1.2 2021/12/18 23:45:28 riastradh Exp $ */
86
struct
i915_params
{
struct
91
extern struct
i915_params
i915_modparams __read_mostly;
93
void i915_params_dump(const struct
i915_params
*params, struct drm_printer *p);
94
void i915_params_copy(struct
i915_params
*dest, const struct
i915_params
*src);
95
void i915_params_free(struct
i915_params
*params);
i915_params.c
1
/* $NetBSD:
i915_params
.c,v 1.6 2021/12/19 01:43:51 riastradh Exp $ */
28
__KERNEL_RCSID(0, "$NetBSD:
i915_params
.c,v 1.6 2021/12/19 01:43:51 riastradh Exp $");
32
#include "
i915_params
.h"
42
struct
i915_params
i915_modparams __read_mostly = {
219
void i915_params_dump(const struct
i915_params
*params, struct drm_printer *p)
232
void i915_params_copy(struct
i915_params
*dest, const struct
i915_params
*src)
249
void i915_params_free(struct
i915_params
*params)
i915_gpu_error.h
26
#include "
i915_params
.h"
176
struct
i915_params
params;
Makefile
42
i915_params
.o \
i915_gpu_error.c
628
const struct
i915_params
*params)
/src/sys/modules/i915drmkms/
Makefile
237
SRCS+=
i915_params
.c
Completed in 59 milliseconds
Indexes created Mon Oct 20 10:10:01 GMT 2025