Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/
H A Dgen6_ppgtt.h13 struct gen6_ppgtt { struct
41 #define __to_gen6_ppgtt(base) container_of(base, struct gen6_ppgtt, base) argument
43 static inline struct gen6_ppgtt *to_gen6_ppgtt(struct i915_ppgtt *base) in to_gen6_ppgtt()
45 BUILD_BUG_ON(offsetof(struct gen6_ppgtt, base)); in to_gen6_ppgtt()