Searched defs:intel_overlay (Results 1 – 2 of 2) sorted by relevance
179 struct intel_overlay { struct199 void (*flip_complete)(struct intel_overlay *ovl); argument227 alloc_request(struct intel_overlay *overlay, void (*fn)(struct intel_overlay *)) in alloc_request()
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 …]