Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_params.c239 static __always_inline void dup_param(const char *type, void *x) in dup_param() function
248 #define DUP(T, x, ...) dup_param(#T, &dest->x); in i915_params_copy()