Lines Matching defs:intel_overlay
171 struct intel_overlay { struct
172 struct drm_i915_private *i915;
173 struct intel_crtc *crtc;
174 struct i915_vma *vma;
175 struct i915_vma *old_vma;
176 bool active;
177 bool pfit_active;
178 u32 pfit_vscale_ratio; /* shifted-point number, (1<<12) == 1.0 */
179 u32 color_key:24;
180 u32 color_key_enabled:1;
181 u32 brightness, contrast, saturation;
182 u32 old_xscale, old_yscale;
184 u32 flip_addr;
185 struct drm_i915_gem_object *reg_bo;
187 struct i915_gem_active last_flip;