Searched defs:i915_fbc (Results 1 – 1 of 1) sorted by relevance
809 struct i915_fbc { struct810 unsigned long uncompressed_size;811 unsigned threshold;812 unsigned int fb_id;813 unsigned int possible_framebuffer_bits;814 unsigned int busy_bits;815 struct intel_crtc *crtc;816 int y;818 struct drm_mm_node compressed_fb;819 struct drm_mm_node *compressed_llb;[all …]