Searched defs:intel_overlay (Results 1 – 1 of 1) sorted by relevance
171 struct intel_overlay { struct172 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;[all …]