Home
last modified time | relevance | path

Searched refs:i915_params (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_params.h83 struct i915_params { struct
88 extern struct i915_params i915_modparams __read_mostly;
90 void i915_params_dump(const struct i915_params *params, struct drm_printer *p);
91 void i915_params_copy(struct i915_params *dest, const struct i915_params *src);
92 void i915_params_free(struct i915_params *params);
Di915_params.c37 struct i915_params i915_modparams __read_mostly = {
206 void i915_params_dump(const struct i915_params *params, struct drm_printer *p) in i915_params_dump()
219 void i915_params_copy(struct i915_params *dest, const struct i915_params *src) in i915_params_copy()
236 void i915_params_free(struct i915_params *params) in i915_params_free()
Di915_gpu_error.h52 struct i915_params params;
DMakefile45 i915_params.o \
Di915_gpu_error.c605 const struct i915_params *params) in err_print_params()