Lines Matching defs:i915_fbc
905 struct i915_fbc { struct
908 struct mutex lock;
909 unsigned long uncompressed_size;
910 unsigned threshold;
911 unsigned int fb_id;
912 unsigned int possible_framebuffer_bits;
913 unsigned int busy_bits;
914 struct intel_crtc *crtc;
915 int y;
917 struct drm_mm_node compressed_fb;
918 struct drm_mm_node *compressed_llb;
920 bool false_color;
924 bool enabled;
926 struct intel_fbc_work {
930 } *fbc_work;
932 enum no_fbc_reason {
949 } no_fbc_reason;
951 bool (*fbc_enabled)(struct drm_i915_private *dev_priv);
952 void (*enable_fbc)(struct intel_crtc *crtc);
953 void (*disable_fbc)(struct drm_i915_private *dev_priv);